-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.css
54 lines (53 loc) · 865 Bytes
/
info.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
@font-face{
font-family:defaultfont;
src:url('trench.otf');
}
@font-face{
font-family: titlefont;
src:url('merkur.otf');
}
*{
margin: 0px;
}
.container{
font-family: defaultfont;
font-weight: bold;
}
h1{
text-align: center;
font-size:3.5em;
}
h1 span{
font-family: titlefont;
color:red;
}
body{
background-image: url("bg_info.jpg");
background-size:cover;
}
#title{
background-color:white;
}
section{
width:70%;
padding: 10px;
font-size:1.2em;
margin:0px auto;
margin-top:10px;
background-color: rgba(255, 255, 255, 0.76);
opacity:0.8;
z-index:-1;
font-weight: bolder;
}
footer {
position: fixed;
bottom:0px;
width:100%;
margin:0px;
background-color: rgba(103, 58, 183, 0.92);
text-align: center;
font-family: defaultfont;
font-weight: bold;
font-size: 1.2em;
color: white;
}