-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (68 loc) · 1.32 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
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@200;300;400;500;600;700;800&display=swap');
body {
text-align: center;
background: linear-gradient(rgb(229, 255, 151), rgb(143, 148, 188));
margin: 0 auto;
font-family: 'Sono', sans-serif;
}
.capa {
width: 100%;
border-radius: 10px;
}
.caixa {
display: inline;
position: relative;
width: 800px;
margin: 0 auto;
}
.caixa h3 {
text-align: left;
}
.foto-logo {
width: 10%;
margin-left: 18px;
border-radius: 90px;
box-shadow: 2px 2px 2px #111111;
}
nav {
position: absolute;
top: 75px;
right: 75px;
}
nav li {
display: inline;
}
nav a {
font-size: 20px;
padding-left: 20px;
color: #000000;
text-decoration: none;
text-transform: uppercase;
}
nav a:hover{
font-size: 22px;
font-weight: bold;
text-shadow: 1px 1px 2px rgb(0, 0, 0);
color: rgb(255, 255, 255);
transition: 0.5s;
}
.conteudo p {
margin-right: 10%;
margin-left: 15%;
}
.extras ul {
display: inline-block;
width: 35%;
vertical-align: top;
margin-right: 15px;
}
.extras li {
text-align: left;
padding: 15px;
}
.foto-extras {
width: 25%;
border-radius: 100%;
margin-top: 50px;
margin-left: 25px;
}