-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheverlane.css
121 lines (115 loc) · 2.08 KB
/
everlane.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
109
110
111
112
113
114
115
116
117
118
119
120
121
/*Generic*/
h1{
font-size: 60px;
font-weight: 600;
}
h3{
font-weight: 500;
}
h4{
font-size:25px;
}
h6{
font-weight: 500 ;
font-size: 20px;
}
h6 a{
color: black;
}
a:hover{
text-decoration: none;
color:rgb(253, 92, 92);
}
/*navbar*/
.upper{
height: 30px;
color:white;
background-color: black;
font-size: 14px;
text-align: center;
}
.navbar{
font-family: 'Assistant', sans-serif;
color: black;
font-size: 12px;
font-weight: 300;
position: relative;
}
.navbar a{
color: black;
}
.logo{
height: 35px;
width: 140;
}
/*Header Image*/
.headimage{
object-fit: cover;
width: 100vw;
height: calc(100vh - 200px);
}
/* Container holding the image and the text */
.cont {
position: relative;
text-align: center;
color: white;
font-family: 'Assistant', sans-serif;
}
.cont a{
color: white;
font-weight: none;
}
.bottom-left {
position: absolute;
bottom: 25px;
left: 25px;
}
.centered {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Style the button and place it in the middle of the container/image */
.cont .btn {
position: absolute;
top: 73%;
left: 50%;
font-weight: 400;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: rgb(54, 54, 54);
color: white;
font-size: 18px;
padding: 10px 50px;
border: none;
cursor: pointer;
border-radius: 5px;
}
.cont .btn:hover {
background-color: black;
}
/*Sections*/
.sections{
display: flex;
justify-content: space-evenly;
font-size:12px;
color: grey;
font-family: 'Assistant', sans-serif;
}
.sections img{
height: 300px;
width: 200px;
}
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.navbar1{
display: inline;
}
.nav{
display: inline;
}
.try ul{
list-style-type: none;
margin: 0;
padding: 0;
}