-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
108 lines (97 loc) · 1.54 KB
/
styles.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
span {
position: absolute;
}
#page {
width: 1240px;
height: 700px;
left: 50%;
transform: translate(-50%, 0%);
}
#background {
top: -165px;
left: 50%;
transform: translate(-50%, 0%);
}
#content {
width: 1240px;
height: 700px;
}
#content div {
width:100%;
}
#content #landing {
height:624px;
}
#content #logo {
left: 50%;
transform: translate(-50%, 0%)
}
#content #links {
top: 340px;
left: 50%;
width: 100%;
height: 62px;
transform: translate(-50%, 0%);
}
#content #links .bar {
background-color: white;
height: 1px;
width: 100%;
}
#content #links #link_bar_bottom {
top: 99%;
}
#content #links .link_btn {
top: 5%;
height: 90%;
width: 15%;
text-align: center;
line-height: 55px;
font-weight: 600;
cursor: default;
}
#content #links .link_btn:hover {
color: black;
background-color: white;
}
#content #links #link_about {
left:1%
}
#content #links #link_menu {
left:17.6%
}
#content #links #link_location {
left:34.3%
}
#content #links #link_bookings{
left:51%
}
#content #links #link_gallery {
left:67.6%
}
#content #links #link_contact {
left:84.3%
}
.link_btn {
color: white;
font-family: Arial, Sans-serif;
}
#content #social {
top: 455px;
left: 50%;
width: 184px;
transform: translate(-50%, 0%);
}
#content #social img{
position: absolute;
}
#content #social img.twitter {
left:70px;
}
#content #social img.instagram {
left:140px;
}
#content #content1 {
height:600px;
background-color:white;
}