-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
53 lines (45 loc) · 921 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
45
46
47
48
49
50
51
52
53
body{
background-color:#a6a6a6ff;
background:radial-gradient(gray,white);
}
.ol{
text-align: left;
}
h1,h2, .indice{
font-family: Courier;
color: blue;
text-shadow: 10px 10px 10px , #000;
border-style: solid;
border-color: blue;
padding: 100px 100px 100px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
p{
font-family:Courier New;
color: red;
}
.cabecalho{
max-height:900px;
min-height: 400px;
padding-bottom: 30px;
background-color: blue;
font-size: 100px;
text-align:center;
font-family: Courier;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background:linear-gradient(gray,blue);
}
.rodape{
padding-top: 30px;
text-align: center;
font-family: courier;
}
dt{
font-size: 40px;
}