-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 999 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Mosaic</title>
</head>
<body>
<p>Create a mosaic with different colors by adding class attributes and selecting individual elements. </p>
<div class="red">red</div>
<div class="orange">orange</div>
<div class="yellow">yellow</div>
<div class="green">green</div>
<div class="blue">blue</div>
<div class="magenta">#ff86f4</div>
<div class="orange">orange</div>
<div class="red">red</div>
<div class="red">red</div>
<div class="orange">orange</div>
<div class="yellow">yellow</div>
<div class="green">green</div>
<div class="blue">blue</div>
<div class="magenta">#ff86f4</div>
<div class="orange">orange</div>
<div class="red">red</div>
<img src= "https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/PQ3D5HAJ4BEC7EGI6KNDVKHWNA.jpg" alt="baby hippo">
</body>
</html>