-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrapaces.css
64 lines (57 loc) · 1.25 KB
/
rapaces.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
body{
height: 800px;
width: 800px;
clear: both;
float: none;
margin-left: 300px;
font-family: Arial, sans-serif;
font-size: 15px;
background-color: black;
}
a:link { text-decoration:none; color:#EEEEEE; }
a:active { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:yellow; }
a:hover { color:#36393D; background-color:#F9F7ED; padding:5px;}
li{ display:inline; padding-left:30px; margin-left:5px;}
li.uno{ padding-left:25px; line-height:30px;}
h1{ font-family:Times,Arial; font-size:65px; color:#F7AF2A; padding-left:30px; padding-top:20px;
line-height:5px;
}
h1.blanco{
font-family:Times,Arial; font-size:65px; color:#FFFFFF; padding-left:30px;
}
#contenedor{
width: 800px;
height: 800px;
float: left;
}
header{
width: 800px;
height: 200px;
background-color: purple;
float: left;
background-image: url(aguila.jpg)
}
nav{
width: 800px;
height: 23px;
background-color: #B02B2C;
float: left;
padding-top:5px;
}
#menulateral{
width: 189px;
height: 200px;
background-color: #710426;
float: left;
}
#contenido{
width: 550px;
height: 200px;
background-color: #F7EFDC;
float: left;
padding:30px;
font-size:14px;
line-height:22px;
color:#3F2830;
}