Skip to content

Instantly share code, notes, and snippets.

View aiworldexplore's full-sized avatar

aiworldexplore

View GitHub Profile
::selection {
background-color: #55c57a;
color: #fff; }
<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"
<img src="img/logo-green-2x.png" alt="footer__logo">
<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>