-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (98 loc) · 1.45 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@import url('https://fonts.googleapis.com/css?family=Cinzel');
*::selection{
/*Skarhed trademark*/
background-color: #123456;
color: white;
}
body{
text-align: center;
background-color: #333;
color: white;
}
p{
font-size: 1.2em;
line-height: 2em;
}
.muchwow{
width: 100%;
height: 100%;
color: white;
position: absolute;
top: 0;
left: 0;
font-size: 1.8em;
display: flex;
flex-direction: column;
justify-content: center;
}
.jumbotron{
height: 400px;
position: relative;
}
.images{
display: flex;
}
.img-container{
flex: 1;
display: flex;
height: 400px;
overflow: hidden;
justify-content: center;
}
.img-container img{
align-self: center;
vertical-align: middle;
text-align: center;
opacity: 0.5;
}
#superman{
position: relative;
right: 200px;
top: 50px;
}
h1, h2{
font-family: 'Copperplate', 'Cinzel', serif;
font-weight: 100;
}
.quote{
background-color: #DDD;
padding: 20px;
}
blockquote{
color: #666;
font-family: 'Times New Roman';
font-weight: normal;
font-style: italic;
font-size: 1.5em;
line-height: 1.5em;
}
blockquote footer{
font-family: sans-serif;
font-style: normal;
font-size: 16pt;
}
#credit{
background-color: #333;
padding: 10px;
}
#credit p{
color: white;
vertical-align: middle;
}
section{
max-width: 1200px;
margin: 0 auto;
padding: 10px;
}
article{
max-width: 100%;
width: 400px;
display: inline-block;
vertical-align: top;
}
article h1{
font-size: 1.5em;
}
article img{
max-width: 200px;
}