-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (42 loc) · 1 KB
/
style.css
File metadata and controls
51 lines (42 loc) · 1 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
.image {max-width: 200px;
float: left;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 5px;
border: 5px ridge silver
}
.titles {color
font-size:1.5em;
font-weight: bold;
margin-top: 25px;
margin-left: 15px;
}
body {background-color:rgb(28, 77, 127);}
p,ol,ul {color: white;
font-size: 1.2em;
margin-left:10px;
margin-right:10px;
margin-bottom:20px;
}
li {line-height: 1.5em;}
#big-title {font-size:3em;
font-weight: bold;
font-family: "times new roman", sans-serif;
margin: 20px;
}
#wargaming {display: block;
margin-left: auto;
margin-right: auto;
max-width:50%;
}
div {max-width:75%;
max-height:100%;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
background-color: rgb(69, 131, 192);
}
div::after {content: "";
display: block;
clear: both;
}