-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (95 loc) · 1.42 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
97
98
99
100
101
102
103
104
105
106
107
.links{
display: flex;
justify-content:space-around;
align-items: center;
list-style-type: none;
margin-right: 20px;
margin-left: -20px;
}
body{
color: white;
background-color: rgb(0, 0, 0);
}
a{
color: white;
}
.imagem{
width: 100%;
height: 250px;
}
.foto{
width: 150px;
margin-left: -50px;
}
ul{
list-style: none;
display: flex;
justify-content: space-around;
}
.onda{
margin-top: 20px;
border: 8px solid cadetblue;
width: 400px;
margin-left: 400px
}
.cor4{
color: rgb(237, 18, 219);
}
.cor5{
color: blueviolet;
}
.cor6{
color: blue;
}
.cor8{
color: aquamarine;
}
.cor7{
color: aqua;
}
.cor9{
color: greenyellow;
}
.tamanho{
width: 300px;
margin-left: 450px;
border: 10px solid cadetblue;
}
.titulo{
text-align: center;
}
.borda{
text-align: center;
}
.texto{
font-family: sans-serif;
font-size: 17px;
text-align: justify;
}
.texto h1{
margin-bottom: 0;
padding-bottom: 0;
}
.texto p{
margin-top: 0px;
padding-top: 0px ;
}
.lista{
font-family: sans-serif;
text-align: justify;
}
.lista h3{
margin-bottom: 0;
padding-bottom: 0;
}
.lista p{
margin-top: 0px;
padding-top: 0px ;
}
.lista h1{
margin-bottom: 0;
padding-bottom: 0;
}
b{
color: cadetblue;
}