-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
90 lines (88 loc) · 1.32 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
86
87
88
* {
margin: 0;
padding: 0;
}
body{
font-family: 'Exo', sans-serif;
}
h1{
color: #a2abaa;
font-size: 70;
padding: 0;
margin-top: 0;
margin-left: 40px;
text-align: center;
font-weight: 900;
margin-bottom: 150px;
}
h2{
font-weight: 800;
font-size: 50;
margin-bottom: 0;
}
a {
text-decoration: none;
color: #777;
}
ul{
margin: 0;
padding: 0
}
#esquerda{
background: #282828;
float: left;
height: 100%;
width: 50%;
}
#direita{
background: #486c81;
float: right;
height: 100%;
width: 50%;
}
#Content{
left:50%;
margin: 0 0 0 -480px;
position:absolute;
width:960px;
}
#box-esquerda{
margin-right: 50px;
}
#box-esquerda h3{
font-weight: 800;
font-size: 50;
text-align: right;
margin-bottom: 0;
}
#box-direita{
margin-left: 50px;
}
#box-direita h3{
font-weight: 800;
font-size: 50;
margin-bottom: 0;
}
.content-esquerda{
width: 480px;
float: left;
color: #486c81;
}
.content-direita{
width: 480px;
float: left;
color: #282828;
}
.links-esquerda li{
display: inline;
list-style-type: none;
padding-left: 10px;
float: right;
}
.links-direita li{
display: inline;
list-style-type: none;
padding-right: 10px;
float: left;
margin: 0;
}