-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvacc.css
126 lines (109 loc) · 2.09 KB
/
vacc.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
122
123
124
125
126
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
*{
margin: 0;
padding: 0;
}
html {
background-color: #E0D9F7;
font-size: 14px;
font-family: 'Monterrat', sans-serif;
box-sizing: border-box;
}
body{
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
}
.title{
color: #3F3B3B;
font-family: sans-serif;
font-size: 40px;
font-weight: 100;
letter-spacing: 3px;
margin-top: 30px;
text-align: center;
text-transform: uppercase;
padding: 20px;
}
.overlay{
width: 100%;
height: 100vh;
position: absolute;
top: 0;
background-color: transparent;
}
.navbar{
width: 100%;
display: flex;
align-items: center;
margin: 15px auto;
}
.logo{
flex-basis: 10px;
}
.logo img{
width: 160px;
height: 70px;
cursor: pointer;
margin-top: 20px;
margin-right: 1020px;
margin-left: 30px;
display: flex;
background-color: #B7B7B7;
border-radius: 20px;
box-shadow: 2px 2px 2px 0px rgb(218, 214, 214);
}
.logo img:hover{
border: 3px solid #96D2E5;
}
nav a{
color: #3F3B3B;
margin: 20px;
text-decoration: none;
font-size: 20px;
text-transform: lowercase;
background-color: #E3E3E3;
border-radius: 20px;
}
nav a:hover{
border: 3px solid #96D2E5;
}
nav{
display: flex;
flex-flow: row-reverse;
}
#location img{
width:128px;
margin: 50px;
border: 3px solid #C6B3FF;
border-radius: 500px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
display: block;
margin-left: auto;
margin-right: auto;
width: 38%;
box-shadow: 5px 5px 5px 5px rgb(168, 168, 168);
}
p{
font-family: sans-serif;
font-size: 20px;
font-weight: lighter;
padding: 10px 0px;
text-align: center;
}
.container{
margin-top: 100px;
align-content: center;
}
.subheaders{
font-family: sans-serif;
font-size: 20px;
font-weight: lighter;
padding: 10px 0px;
letter-spacing: 1px;
}
.input-group{
margin: 200px;
margin-top: 20px;
margin-left: 0px;
}