-
Notifications
You must be signed in to change notification settings - Fork 0
/
githubblocks.html
30 lines (28 loc) · 940 Bytes
/
githubblocks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="githubblocks.css">
</head>
<body>
<div class="h1">
<h1> GitHub Blocks</h1>
</div>
<div class="flexboxcattop">
<img src="./img/baracktocat.jpg" alt="Presidentcat">
<img src="./img/benevocats.png" alt="aroundtheworld">
<img src="./img/daftpunktocat-thomas.gif" alt="thomas">
</div>
<div class="flexboxcatmid">
<img src="./img/godotocat.png" alt="gota">
<img src="./img/mcefeeline.jpg" alt="catmc">
</div>
<div class="flexboxcatend">
<img src="./img/privateinvestocat.jpg" alt="privatecat">
<img src="./img/saint-nicktocat.jpg" alt="saint">
<img src="./img/stormtroopocat.png" alt="starwarcat">
</div>
</body>
</html>