Removed hyphens from 04-chaining-selectors/index.html. Class must now be chained properly to reach the desired outcome.

This commit is contained in:
ShepleySound 2021-12-04 17:21:45 -08:00
parent 1aca8d1106
commit 5eb543eab0
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
</div> </div>
<!-- Use the classes ABOVE this line --> <!-- Use the classes ABOVE this line -->
<div> <div>
<img class="original-proportioned" src="./pexels-katho-mutodo-8434791.jpg" alt=""> <img class="original proportioned" src="./pexels-katho-mutodo-8434791.jpg" alt="">
<img class="original-distorted" src="./pexels-andrea-piacquadio-3777931.jpg" alt=""> <img class="original distorted" src="./pexels-andrea-piacquadio-3777931.jpg" alt="">
</div> </div>
</body> </body>
</html> </html>