-
Notifications
You must be signed in to change notification settings - Fork 24
/
pageextra.html
37 lines (32 loc) · 1.08 KB
/
pageextra.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
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<style>
body {font-family: "Raleway", Arial, sans-serif}
.w3-row img {margin-bottom: -8px}
</style>
</head>
<body>
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Header -->
<header class="w3-container w3-xlarge w3-padding-24">
<a href="#" class="w3-left w3-button w3-white">MY ART</a>
<a href="#about" class="w3-right w3-button w3-white">About</a>
</header>
<!-- Photo Grid -->
<div class="w3-row">
<div class="w3-half">
<img src="/w3images/streetart.jpg" style="width:100%">
<img src="/w3images/streetart2.jpg" style="width:100%">
<img src="/w3images/streetart5.jpg" style="width:100%">
</div>
<div class="w3-half">
<img src="/w3images/streetart4.jpg" style="width:100%">
</div>
</div>