Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In hendrerit, dolor ut consectetuer convallis, diam tortor scelerisque eros, in volutpat purus nibh vulputate libero.
<span class="wrapright">
<img id="smr-00" src="assets/face_02.jpg" alt="" />
<img id="smr-01" src="assets/face_04.jpg" alt="" />
<img id="smr-02" src="assets/face_06.jpg" alt="" />
<img id="smr-03" src="assets/face_07.jpg" alt="" />
<img id="smr-04" src="assets/face_09.jpg" alt="" />
<img id="smr-05" src="assets/face_11.jpg" alt="" />
<img id="smr-06" src="assets/face_13.jpg" alt="" />
<img id="smr-07" src="assets/face_15.jpg" alt="" />
</span>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In hendrerit, dolor ut consectetuer convallis,
.wrapright img {
float: right;
clear: right;
padding: 0;
border: 0;
}
#smr-00 { width: 243px; }
#smr-01 { width: 251px; }
... etc ...
That is the only difference
That's not, technically, what my CSS does.I didn't realise I would be able to put them all in one span and then align that instead of individual divs.
[green].wrapright[/green] [red]img[/red] {
float: right;
... etc ...
}