Removed hyphens from 04-chaining-selectors/index.html. Class must now be chained properly to reach the desired outcome.
This commit is contained in:
parent
1aca8d1106
commit
5eb543eab0
|
@ -15,8 +15,8 @@
|
|||
</div>
|
||||
<!-- Use the classes ABOVE this line -->
|
||||
<div>
|
||||
<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 proportioned" src="./pexels-katho-mutodo-8434791.jpg" alt="">
|
||||
<img class="original distorted" src="./pexels-andrea-piacquadio-3777931.jpg" alt="">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue