-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.html
More file actions
50 lines (48 loc) · 1.23 KB
/
main.html
File metadata and controls
50 lines (48 loc) · 1.23 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("https://media.discordapp.net/attachments/436905764410490882/777744157103095808/Main_Page.png");
background-color: #cccccc;
height: 100%;
width: 100%;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
}
.charlie{
position: absolute;
left: 1.25%;
top: 4.4%;
}
.foodtrucks{
position: absolute;
left: 3%;
top: 80%;
}
.commons{
position: absolute;
left: 27%;
top: 24.5%;
}
.search_bar{
position: absolute;
left: 27.75%;
top: 3.45%;
}
.settings_button{
position: absolute;
left: 89%;
top: 3%;
}
</style>
</head>
<body>
<div class="charlie"><a href="user_page.html"><img width="265" height="255" src="User.PNG"></div>
<div class="foodtrucks"><a href="event.html"><img width="275" height="205" src="Event_Foodtrucks_Button.PNG"></div>
<div class="commons"><a href="restaurant.html"><img width="300" height="90" src="The Commons.PNG"></div>
<div class="search_bar"><a href="location.html"><img width="500" height="90" src="Search Bar.PNG"></div>
<div class="settings_button"><a href="settings.html"><img width="100" height="90" src="Settings.PNG"></div>
</body>
<html>