-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (39 loc) · 844 Bytes
/
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
html {
font-family: 'Open Sans', sans-serif;
background-image: url("medias/lowpoly.png");
}
body {
width: 1200px;
margin: 0 auto;
background-color: #FFFFFF;
padding: 0 20px 20px 20px;
border: 4px solid #00539F;
font-size: 20px;
text-align: justify;
}
h1 {
font-size: 50px;
text-align: center;
margin: 0;
padding: 10px 0;
color: #00539F;
text-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
border: 16px ridge rgba(38, 121, 178, .9);
text-decoration: underline #252A34;
}
img,video {
width:1100px;
display: block;
margin: 0 auto;
border: 8px ridge rgba(38, 121, 178, .7);
}
strong {
color: #1F3463;
font-weight: bolder;
}
#sum,#para1,#para2,#para3,#para4,#src{
font-size: 30px;
text-decoration: underline #FF3028;
color:#00539F;
text-shadow: 1px 1px 1px #003B71;
}