-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgridTest.html
37 lines (34 loc) · 1018 Bytes
/
gridTest.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>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<body>
<div class="w3-row">
<div class="w3-col m3 w3-center w3-grey">Portland Immersive Media Group</div>
<div class="w3-col m1 w3-center">About</div>
<div class="w3-col m1 w3-center w3-grey">Group</div>
<div class="w3-col m1 w3-center">E/A</div>
<div class="w3-col m1 w3-center w3-grey">Contact</div>
<div class="w3-col m1 w3-center">_</div>
<div class="w3-col m4 w3-center w3-grey">steam twitter instagram vimeo</div>
</div>
<div class="w3-row">
<div class="w3-col w3-container m4 l3 w3-yellow">
<p>This part will need to dissapear when in moble vertical orientation</p>
<p>01</p>
<p>02</p>
<p>03</p>
<p>04</p>
<p>05</p>
<p>06</p>
<p>07</p>
</div>
<div class="w3-col w3-container m8 l9">
<p>VR goes here</p>
<br>
<p>liooil</p>
</div>
</div>
</body>
</html>