-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
52 lines (49 loc) · 1.07 KB
/
index.css
File metadata and controls
52 lines (49 loc) · 1.07 KB
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
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&family=Source+Sans+Pro:wght@600&display=swap');
@font-face { font-family: Urbanjungle; src: url('UrbanJungleDEMO.otf');}
body{
background: #23a5d6;
}
#container{
width: 95%;
max-width: 380px;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
padding-top: 0;
background: white;
border-radius: 10px;
}
#container h1{
margin: 0;
text-align: center;
font-family: Urbanjungle;
}
ol li{
font-size: .8rem;
padding: 5px;
padding-right: 0;
background: lightgrey;
border-radius: 5px;
font-weight: 600;
margin-bottom: 5px;
font-family: 'Roboto', sans-serif;
word-wrap: break-word;
}
.rem,.mark{
font-size: 16px;
font-weight: bold;
padding: 1px 8px;
margin-top: -.26rem;
}
#clear{
position: relative;
width: 100%;
border-radius: 0 0 7px 7px;
background-color: #e7383b;
color: #fff;
border: none;
font-size: 1rem;
font-family: 'Source Sans Pro', sans-serif;
display: none;
}