-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
101 lines (83 loc) · 1.47 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body, html {
height: 100%;
margin: 0;
}
.bg {
/*(c) Diliff on Wikimedia Commons: https://commons.wikimedia.org/wiki/File:London_Waterloo_Interior_Rush_Hour_2,_London,_UK_-_Diliff.jpg*/
background-image: url("rush_hour.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
}
#button {
font-size: 80px;
text-decoration: none;
justify-content: center;
display: flex;
position: absolute;
right: 1.25em;
bottom: 0.75em;
}
#button2 {
font-size: 20px;
text-decoration: none;
justify-content: center;
display: flex;
position: absolute;
right: 1.25em;
bottom: 5em;
}
.box {
width: 100%;
display: flex;
justify-content: space-around;
}
#lastscreen img {
width: 42.55%;
position: absolute;
left: 0em;
}
#lastscreen_t {
width: 42.55%;
position: absolute;
left: 20em;
top: 8em;
font-style: italic;
font-size: 40px;
}
#middle img, #right img {
width: 100%;
}
#middle, #right {
width: 49%;
}
#middle2 img, #right2 img {
width: 100%;
}
#middle2 {
width: 30%;
}
#right2 {
width: 60%;
}
#middle3 img, #right3 img {
width: 100%;
}
#middle3 {
width: 45%;
}
#right3 {
width: 30%;
}
#theme {
margin-top: 100px;
margin-bottom: 70px;
text-align: center;
}
p {
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
}