forked from DracoClvo/gitTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
48 lines (47 loc) · 699 Bytes
/
estilo.css
File metadata and controls
48 lines (47 loc) · 699 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
body{
background: #9A8282;
color:#042AD0;
text-align: center;
font-family: Arial;
font-size: 16px;
margin:0;
padding:0;
}
#cabecera{
background:#000000;
box-shadow: 0px,2px,20px,0px rgba(0,0,0,0.5);
color: white;
font-weight: bold;
margin:0;
padding:.5em;
}
#cabecera #logo{
width: 200px;
vertical-align: middle;
}
#cabecera #tagline{
padding:0 0 0 1em;
font-weight: normal;
font-size: 0.8em;
}
#container{
background:white;
width:70%;
padding: 0em;
text-align: center;
border:1px solid #E01919;
margin: 0 auto;
}
#container h1{
font-size: 50px;
}
#post{
background:#FFFFFF;
padding:1em;
}
#footer{
background: #777;
color: white;
text-align: center;
padding: .5em;
}