-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (75 loc) · 1.16 KB
/
style.css
File metadata and controls
95 lines (75 loc) · 1.16 KB
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
body{
background-color: #7A1507;
color: white;
font-size: 30px;
font-family: 'Oswald', sans-serif;
}
header, footer {
background-color:#FB745F;
}
#imagemprincipal{
width: 100;
height: 400;
border: 15px solid yellow;
padding: 20px;
margin: 20px;
}
h1,h2,h3,h4,p,ul {
padding: 10px;
margin: 10px;
}
h1,h2,h3,h4 {
font-size: 32;
font-weight: bold;
}
h3{
text-align: center;
color:#FAAC14;
font-size: 50px;
}
#paragrafodiferente{
color: lightgreen;
}
b{
color: #FBF014;
font-size: 40px;
}
i {
font-size: 40px;
}
.momentos {
background-color: lightbrown;
padding: 10px;
margin: 01px;
border: white solid 08px;
}
.imagemlateral {
display: inline-block;
width: 15%;
height: inherit;
margin: 05px;
}
.lista {
display: inline-block;
width: 50%;
height: inherit;
vertical-align: top;
font-size: 20px;
}
.menu{
position:absolute;
top: 32px;
right: 450px;
}
nav li {
list-style:none;
display: inline;
margin-left: 20px;
}
nav a {
text-decoration: none;
text-transform: uppercase;
font-size:33px ;
color: #7A1507;
font-weight: bold;
}