-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (37 loc) · 703 Bytes
/
Copy pathstyles.css
File metadata and controls
46 lines (37 loc) · 703 Bytes
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
@font-face {
font-family: 'saginaw_light';
src: url('saginawlight-webfont.woff2') format('woff2'),
url('saginawlight-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
margin-top: 10%;
font-size: 200%;
text-align: center;
background-color: #fffdf9;
color: #ffe3ed;
}
span {
font-family: 'saginaw_light' !important;
font-weight: normal;
font-style: normal;
font-weight: bold;
font-size: 300%;
color: #beebe9;
}
img {
width: 7%;
margin-right: 3%;
}
.button {
margin-top: 50px;
font-size: 30px;
color: #9be3de;
opacity: 0.8;
border-radius: 100%;
background-color: #ffe3ed;
}
#TextSearch {
width: 20%;
}