-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (56 loc) · 1.09 KB
/
style.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
body { font-family: 'Patua One', cursive; }
#calendar { text-align:center; }
#calendar .row { padding:5px; }
select { font-size:16px; line-height:24px; padding:5px; }
.c-logo {
font-family: 'Courgette', cursive;
font-size: 1.625rem;
margin: 0;
text-decoration: none;
padding: 1.00rem;
}
.c-logo__link {
color: var(--black);
text-decoration: none;
}
.c-main-menu {
font-weight: 500;
}
.c-main-menu__list {
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.c-main-menu__link {
color: var(--black);
display: inline-block;
font-size: 0.875rem;
letter-spacing: 0.25rem;
margin: 0 0.375rem;
padding: 0.625rem;
text-decoration: none;
text-transform: uppercase;
}
.o-header {
align-items: center;
display: flex;
justify-content: space-between;
padding: 1.25rem;
}
.o-page {
max-width: 100%;
overflow-x: hidden;
width: 100%;
}
.u-visually-hidden {
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}