-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathestilos.css
More file actions
58 lines (52 loc) · 804 Bytes
/
estilos.css
File metadata and controls
58 lines (52 loc) · 804 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
58
body
{
background: #777;
color: #333;
text-align: center;
font-family: Arial;
font-size: 16px;
margin: 0;
padding: 0;
}
#cabecera
{
background: #33A;
box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
color: white;
font-weight: bold;
margin: 0;
padding: 0.5em;
}
#cebecera #logo
{
vertical-aling: middle;
}
#cabecera #tagline
{
padding: 0 0 0 1em;
font-weight: normal;
font-size: 0.8em;
}
#container
{
width: 70%;
padding: 0;
text-align: left;
border: 1px solid #DDD;
margin: 0 auto;
}
#container h1
{
font-size: 20px;
}
#post
{
background: #fff;
text-align: center;
padding: 1em;
}
#footer
{
background: #19C;
text-align: center;
}