-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstilo.css
More file actions
57 lines (57 loc) · 871 Bytes
/
stilo.css
File metadata and controls
57 lines (57 loc) · 871 Bytes
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
body{
background-image: url(imagens/wallpaper2.jpg);
background-size: 100%;
background-attachment: fixed;
color: white;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
p{
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
h1{
color: gold;
text-align: center;
margin-bottom: 0px;
font-size: 70px;
}
h2{
color: gold;
text-align: center;
margin-bottom: 0px;
font-size: 50px;
}
a{
font-size: 30px;
color: gold;
}
li{
color: white;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
#principal{
clear: both;
background-size: 100%;
min-height: 400px;
padding: 50px 0 0 0;
}
#logo{
margin: 50px;
float: left;
}
#titulo{
padding-top: 100px;
padding-left: 50px;
margin: auto;
float: left;
}
.container{
width: 1000px;
margin:0 auto;
}
.efeito{
background-color: rgba(0, 0, 0, 0.5);
}