-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (47 loc) · 1.16 KB
/
style.css
File metadata and controls
51 lines (47 loc) · 1.16 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
h1, h3{text-align: center;}
body{background-color: #ECB3CA;}
h1{font-size: 50px; color: #542A3B; font-family: sans-serif;}
h3{font-size: 35px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #A12054;
padding: 40px;
}
p{font-size: 25px; color: #54112C; font-family: cursive;}
span {color: #D42A6E;
; margin: 40px;
}
#Capa{
width: 100%;
height: 200px;
margin-top: 200px;
}
#Turma{width: 70%; margin-left: 240px; border: 10px grey;
border-style: ;}
h4{font-size: 35px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #54112C; text-align: center;}
ul{color: #D42A6E;
font-family: cursive;
font-size: 25px;
text-align: left;
list-style-position: inside;
display:inline-block;
}
li::marker{font-size:25px;
content: "\1F49C";
}
.apresentação-atividades{background-color: #ECDCA;}
#LogoForm{
display: inline;
width: 35%;
margin-left: 100px;
}
.cabeçalho-teste{
background-color: #ECB3CA;
width: 100%;
height: 160px;
position: fixed;
top: 0;
left: 0;
border: 10px double #54112C;
}