-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (68 loc) · 1.04 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
body {
background-color:#1C1C1C;
}
header{
background-color: white;
padding: 20px 0;
}
.menu{
position: relative;
top: 0px;
}
nav {
position: absolute;
top: 0px;
right: 0px;
}
nav li {
display: inline;
margin-right: 15px;
}
nav a{text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.texto-principal {
margin-right: 20%;
}
h1 {
color: #D3D3D3;
text-align: center;
}
h2 {
color: #483D8B;
}
p {
color: #5F9EA0;
}
#imagem-principal {
width: 10%;
margin-left: 80%;
border: 5px dotted salmon;
float: left;
position: absolute;
}
.itens {
color: #5F9EA0;
text-decoration: underline;
}
.texto-principal {
margin-right: 20%;
}
h1 {
color: #D3D3D3;
text-align: center;
}
h2 {
color: #483D8B;
}
p {
color: #5F9EA0;
}
#imagem-principal {
width: 100px;
margin-left: 80%;
border: 5px dotted salmon;
float: left;
position: absolute;
}