-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
82 lines (74 loc) · 1.67 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
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lobster&family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Combo&family=Dancing+Script&family=Lobster&family=Noto+Serif&family=Roboto+Condensed:wght@300&display=swap');
*{
margin: 0;
padding: 0;
}
/* Cabecalho */
header#Cabecalho{
display: block;
position: fixed;
background-color: rgb(255, 255, 255);
height: 100px;
width: 100%;
box-shadow: 0px 10px 20px rgb(194, 171, 94);
}
img#imgcab{
display: block;
margin: 0px auto;
}
/* Corpo */
div#Corpo{
display: block;
background-color: rgba(240, 231, 180, 0.938);
height: 1600px;
width: 60%;
margin: 0px auto;
box-shadow: 0px 0px 300px rgb(94, 76, 11);
border: 3px solid rgb(94, 76, 11);
}
div#Corpo1{
display: block;
background-color: rgba(240, 231, 180, 0.938);
height: 1000px;
width: 60%;
margin: 0px auto;
box-shadow: 0px 0px 300px rgb(94, 76, 11);
border: 3px solid rgb(94, 76, 11);
}
img.imgC{
box-shadow: 0px 0px 35px rgb(94, 76, 11);
}
img#Receita{
display: block;
margin-right: auto;
margin-left: auto;
}
img#Receita:hover{
filter: saturate(3);
}
h1{
font-size: 180%;
margin-top: 3%;
margin-left: 4%;
margin-bottom: 1%;
color: rgb(94, 76, 11);
font-family: 'Dancing Script', cursive;
}
p{
display: block;
margin-right: 6%;
margin-left: 10%;
margin-bottom: 5%;
font-family: 'Roboto Condensed', sans-serif;
font-size: 120%;
}
h1#res1{
display: block;
text-align: center;
}
/* Roda Pe */
body{
background-image: url(img/fundo.webp);
background-size: 16%;
}