This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::selection { | |
| background-color: #55c57a; | |
| color: #fff; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="col-1-of-2"> | |
| <div class="composition"> | |
| <img srcset="img/nat-1.jpg 300w, img/nat-1-large.jpg 1000w" | |
| sizes="(max-width: 900px) 20vw, (max-width: 600px) 30vw, 300px" | |
| alt="photo-1" | |
| class="composition__photo composition__photo--p1" | |
| src="img/nat-1-large.jpg"> | |
| <img srcset="img/nat-2.jpg 300w, img/nat-2-large.jpg 1000w" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <img src="img/logo-green-2x.png" alt="footer__logo"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <picture class="footer__logo"> | |
| <source srcset="img/logo-green-small-1x.png 1x, img/logo-green-small-2x.png 2x," | |
| media="(max-width: 37.5em)"> | |
| <img srcset="img/logo-green-1x.png 1x, img/logo-green-2x.png 2x" alt="footer__logo"> | |
| </picture> |