-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (73 loc) · 1.29 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
background:#A9A9A9;
font-size: 30px;
color: #191970;
}
h2 {
background: #928bcb;
color: rgb(10, 9, 9);
border:15px groove cadetblue;
margin-top: 0px;
}
p {
text-align: justify;
}
b {
color: red;
}
#imagem-principal {
width: 10%;
margin-right: 210px;
margin-bottom: 0px;
vertical-align: top;
}
#imagem-secundaria {
width: 100%;
height: 320px;
}
i {
font-size: 30px;
color: #01260a;
}
#formacao {
border: 3px dotted black ;
padding: 10px;
}
h3 {
text-align: center;
color: white
}
.lista {
color: white;
background-color: #060606;
}
li::marker {
content: "\1F4D5";
}
ul{
display: inline-block;
vertical-align: top;
width: 28%;
margin-right: 0%;
}
.teste {
font-size: 30px;
color: rgb(255, 255, 255);
margin-right: 10%;
padding-left: 22%;
}
#escola {
color: #191970;
}
.imagem3 {
width: 18%;
border: solid yellow 20px;
}
.titulo-principal {
font-size: 40px;
text-align: center;
padding: 0px;
margin: 0%;
color: white;
background-color: rgba(93, 2, 2, 0.734);
}