-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (73 loc) · 1.54 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
{
margin: 0 0 0 0;
}
body{
font-family: Verdana, Geneva, Tahoma, sans-serif; color: rgb(100, 6, 6);
background-color: rgb(207, 6, 6); /
}
header{
background-color: #e00d0d;
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 #c41515;
display: block;
}
h1{Missão do Projeto
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%;<link rel="stylesheet" href="style.css">
right: 10%;
margin-left: 45%;
font-size: 30px; font-family: monospace;
}
.principal{
font-size: 40px;
text-align: center;
margin: 8%;
border: 2px solid #be0514;
padding: 30px;
border-radius: 40px 20px;
background-color: #c0002a;
font-family: 'Fredericka the Great', cursive;
color: #050202;
}
h2{
font-size: 30px;
text-align: center;
margin: 0 5px 0 25px;
}
p{
text-align: justify;
margin: 0 5px 0 25px;
}
.home{
margin-top: 10%;
text-decoration: none;
background-color: white;
color: #d10112;
padding: 12px;
display: inline-block;
font-family: arial, sans-serif;
position: relative;
border-radius: 5%;