-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (50 loc) · 1.03 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
body{
background-color:#f7f5f3;
margin: 30px;
padding: 50px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode'
}
#texto-principal{
color:#9b153b;
text-align: center;
font-size: 55px;
}
h2{
color: #3b1922;
text-align: center;
font-size: 50px;
}
p{
color:black;
text-align: justify;
font-size: 20px;
}
.imgmenor{
width: 40% ; /*largura*/
display: block;
margin: auto;
}
#gatoirritado{
width: 30% ; /*largura*/
display: block;
margin: auto;
}
.cabecalho{
background-image: linear-gradient(#020007, #231152);
padding:20px;
background-color: #41393b;
border-bottom: 4px double rgb(239, 248, 225);
text-align: center;
font-size: 32px;
justify-content: space-around;
display: flex;
}
#banner{
width: 15% ; /*largura */
padding: 5px;
margin: 10px;
border-radius: 10px;
}
.principal{
background-color: rgb(238, 238, 240);
}