-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (67 loc) · 1.25 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
body {
text-align: left;
padding-left: 47px;
font-family: Noto Sans JP;
background-image: url(imagens/fundo_pexels_website.jpeg);
color: #050A30;
/*background-size: percentage;*/
background-repeat: no-repeat;
background-position: 0% 0%;
background-size: 100% 100%;
}
h1 {
font-size: 70px;
padding-top: 140px;
text-shadow: 2px 2px 2px floralwhite;
margin-bottom: 15px;
}
p {
font-size: 25px;
opacity: 0.7;
text-shadow: 5px 5px 5px floralwhite;
}
.base {
margin-bottom: 50px;
}
.botao {
padding: 10px 25px;
border: 45%;
background-color: #FFEBE7;
color: #AA4465;
border: 3px solid #FFA69E;
transition-duration: 0.4s;
border-radius: 9999px;
font-size: 23px;
text-decoration: none;
}
.botao:hover {
background-color: #FFA69E;
color: #FAF3DD;
}
.link {
color: #050A30;
list-style: none;
text-decoration: none;
transition-duration: 0.1s;
text-align: right;
margin-right: 16%;
}
.link:hover {
color: darkgrey;
text-decoration: underline;
}
.lista {
list-style: none;
padding-left: 0;
margin-top: 370px;
}
.lista li {
display: inline;
}
.lista a {
color: #050A30;
text-decoration: none;
font-size: 18px;
padding: 5px;
font-size: 27px;
}