-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
94 lines (76 loc) · 1.29 KB
/
estilo.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
body{
font-family: 'Open Sans Condensed', sans-serif;
width: 95%;
max-width: 800px;
margin: auto;
background: url(fundo5.jpg) center;
color: white;
line-height: 2.0;
}
.apresentacao{
margin: 0;
text-align: center;
}
main{
background: #00000099;
padding: 10px 10px;
margin-top: 20px;
border-radius: 20px;
}
main nav ul{
list-style: none;
text-align: center;
}
main nav ul li{
display: inline-block;
margin-right: 10px;
}
main nav ul li a{
font-size: 18px;
color: red;
text-decoration: none;
}
main nav ul li a:hover{
text-decoration: underline;
}
a.link{
color: red;
text-decoration: none;
}
a.link:hover{
text-decoration: underline;
}
.logo{
text-align: center;
}
#graduacao{
text-align: center;
}
#sobre{
text-align: center;
}
.kaisa{
text-align: center;
}
.texto{
text-align: center;
}
#contato{
margin: 30px 0;
text-align: center;
width: 100%;
}
#contato table{
background: #fff8dc24;
margin: 0 auto;
border-radius: 10px;
padding: 10px;
margin: 0 auto;
}
a.links{
color: white;
text-decoration: none;
}
a.links:hover{
text-decoration: underline;
}