-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (53 loc) · 1.13 KB
/
style.css
File metadata and controls
62 lines (53 loc) · 1.13 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
52
53
54
55
56
57
58
59
60
61
62
*{
margin: 0%;
padding: 0%;
}
.cabeçalho{
background-color: #5015BD;
color: #160921;
display: flex;
justify-content: space-around;
background-image: -moz-linear-gradient();
}
.cabeçalho{
font-size: 26px;
}
.cabeçalho-item1{
font-size: 16px;
color: #FCF6F6;
margin: 30px;
display: inline-block;
}
.Imagem1-seção-2{
width: 25%;
height: 25%;
border-radius: 10%;
}
.Imagem2-seção-3{
width: 25%;
height: 25%;
border-radius: 10%;
}
.o-cachorro{
background-image: linear-gradient(#027FE9,#FCF6F6);
font-size: 26px;
color: #FFFFFF;
padding: 10px;
text-align: center;
display: flex;
}
.o-mito{
background-image:linear-gradient(#E0DAF7,#FFFFFF);
font-size: 26px;
color: #000000;
padding: 10px;
text-align: center;
display: flex;
justify-content: center;
}
.rodapé{
background: radial-gradient(50% 50% at 50% 50%, #00F8F1 0%, rgba(0, 202, 248, 0) 100%);
display: flex;
justify-content: center;
font-size: 16px;
}