-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
103 lines (86 loc) · 1.8 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
*{
margin: 0 0 0 0;
}
body{
font-family: Verdana, Geneva, Tahoma, sans-serif; color: rgb(111, 10, 194);
background-color: rgb(243, 117, 180); /
}
header{
background-color: #00FFFF;
padding: 40px;
display: flex;
align-items: center;
justify-content: space-around;
}
#imagem-principal {
width: 10%;
height: 50%;
margin-left: 2%;
margin-right: 2%;
border: solid #0000CD;
display: block;
}
h1{
font-size: 60px;
text-transform: uppercase;
text-align: center;
text-decoration: double;
position: relative;
margin-top: 0%;
margin-right: 5%;
margin-left: 5%;
border: solid; #0f1942;
padding: 2%;
background-color: #FFE4E1;
}
nav {
position: absolute;
bottom: auto;
top: 38%;
right: 10%;
margin-left: 45%;
font-size: 30px; font-family: monospace;
}
.principal{
font-size: 40px;
text-align: center;
margin: 8%;
border: 2px solid #0f1942;
padding: 30px;
border-radius: 40px 20px;
background-color: #FFFF00;
font-family: 'Fredericka the Great', cursive;
color: #0f1942;
}
h2{
font-size: 30px;
text-align: center;
margin: 0 5px 0 25px;
}
p{
text-align: justify;
margin: 0 5px 0 25px;
}
nav ul{
display: block;
text-align: end;
margin-bottom: auto;
}
nav li{
display: inline;
}
nav a{
text-decoration: none;
color: rgba(255, 0, 43, 0.712);
font-size: 100%;
}
.home{
margin-top: 10%;
text-decoration: none;
background-color: white;
color: #32CD32;
padding: 12px;
display: inline-block;
font-family: arial, sans-serif;
position: relative;
border-radius: 5%;