-
Notifications
You must be signed in to change notification settings - Fork 0
/
toes.html
33 lines (32 loc) · 1.16 KB
/
toes.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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>enjoy every sandwich</title>
<link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href="minimal.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>enjoy every sandwich!</header>
<div class="container">
<div class="row">
<div class="col-5">
<img src="images/italian_sandwich.jpg" alt="italian sandwich">
</div>
<div class="col-13">
<img src="images/gyro.jpg" alt="gyro"><br><br>
<img src="images/ice-cream-sandwich.jpg" alt="ice cream sandwich">
</div>
</div>
<div class="row">
<img src="images/hoagie-sandwich.jpg" alt="hoagie sandwich">
</div>
<div class="row rowBlue">
<img src="images/sandwich1.jpg" alt="sandwich"><img src="images/sandwich2.jpg" alt="sandwich"><img src="images/sandwich3.jpg" alt="sandwich">
</div>
</div>
<footer>nom nom nom nom nom nom nom nom nom nom nom nom nom nom</footer>
</body>
</html>