-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
40 lines (39 loc) · 721 Bytes
/
index.css
File metadata and controls
40 lines (39 loc) · 721 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
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
background: rgba(5,50,120,0.4);
color: white;
font-weight: bolder;
overflow: hidden;
}
#dl_section{
background:white;
color: rgba(5,50,120,0.4);
display: flex;
justify-content: space-around;
}
#dl_section *{
border: none;
padding: 1em;
}
img{
width:100%;
}
#download_link{
margin-left: 48%;
margin-right: 48%;
width:4%;
font-size:16px;
text-decoration: none;
font-weight: bolder;
}
#download{
background:white;
color: rgba(5,50,120,0.4);
padding: 3em;
padding-top: 0.5em;
padding-bottom: 0.5em;
display: none;
}