-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (85 loc) · 1.47 KB
/
style.css
File metadata and controls
111 lines (85 loc) · 1.47 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
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
108
109
110
111
body {
background-color: #FFBE56;
font-family: 'Marhey', cursive;
}
header{
background-color:rgb(242, 90, 138);
}
h1,h2,h3,h4,h5,h6,p,ul{
padding: 10px;
margin: 10px;
}
body h2 {
font-size: 1em;
font-weight: bold;
font-family: 'Marhey', cursive;
}
h1 {
font-size: 32px;
font-weight: bolder;
}
nav li{
list-style: none;
display: inline;
margin-left: 10px;
}
nav a{
text-decoration:none;
text-transform: uppercase;
font-size: 26px;
}
nav a:hover{
text-decoration: underline;
font-size: 28px ;
transition: 0.5s;
}
.logo{
width: 200px;
height: 200px;
}
.menu{
position: absolute;
top: 90px;
right: 150px;
}
h1 {
text-align: center;
color: black;
}
h3 {
color:black;
}
b {
color:rgb(242, 90, 138) ;
font-size: 20px;
}
.aspectos__imagem{
width: 200px;
height: inherit;
opacity: 70%;
}
.aspectos__imagem:hover {
opacity: 100%;
transform: scale(1.1);
}
.aspectos__imagem:active{
transform: scale(0.8);
}
.aspectos li {
list-style: none;
border: black 6px;
border-style: solid;
}
footer {
background-image: url(https://static.vecteezy.com/system/resources/previews/012/375/429/non_2x/watercolor-spring-flowers-pattern-png.png);
height: 200px;
background-size: 20%;
}
.textorodape{
font-size: 28px;
text-shadow: 4px 4px 4px white;
text-align: center;
}
.telefone::before{
content: "U+0260F";
}