-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (52 loc) · 773 Bytes
/
style.css
File metadata and controls
57 lines (52 loc) · 773 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
47
48
49
50
51
52
53
54
55
56
57
html {
height: 100%;
}
body {
font-family: 'Crimson Text', sans-serif;
font-size:28px;
color: #cccccc;
}
body {
min-height:100%;
background-image: url("SIL4632.jpg") ;
background-size: cover;
}
img {
max-width:100%;
max-height:100%;
}
.sne{
position:fixed;
left: 20px;
width:80%;
}
.everything{
position: fixed;
top: 20px;
left: 20px;
width:80%;
font-family: 'Crimson Text', sans-serif;
}
.main-text{
width:100%;
background:rgba(250,250,250,0.2);
}
.button-bar
{
height:100px;
background:rgba(250,250,250,0.85);
display:flex;
justify-content: space-between;
}
.button-bar a{
max-width:20%;
max-height:75%;
margin-top:auto;
margin-bottom:auto;
}
.button-bar a img{
max-width:50%;
max-height:100%;
margin-top:auto;
margin-bottom:auto;s
}