-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEstilo2.css
93 lines (91 loc) · 1.53 KB
/
Estilo2.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
@charset "utf-8";
/* CSS Document */
*{margin:0px;
padding:0px}
#General{
top:0px;
width:1300px;
height:900px;
background-color:#FFFFFF;}
.Superior{
width:1300;
height:250px;
background-color:#FDF1F1;}
.Encabezado{
margin-left:150px;
}
#Nombre{
position: absolute;
margin:auto;
left: 100px;
top:265px;
margin-top:0px;
width:100px;
height:50px;
background-color:#FDF1F1;}
h1{
text-align:center;
font-size:40px;
font-family:verdana;}
h2{
text-align:center;
font-size:40px;
font-family:verdana;
color:darkblue;}
h3{
text-align:center;
font-size:30px;
font-family:verdana;
color:orange;}
p{
text-align:center;
font-size:25px;
margin-left:40px;
}
#menu{
margin-top: 15px;
width:1300px;
height:50px;
background-color:#FDF1F1;}
div ul{
font-size:20px;
text-align:center;
padding-top:15px;
font-color: #000000;
}
div ul li{
display:inline;
padding-left: 0.6em;
padding-right:0.6em ;
}
.Medio{
position: absolute;
margin:auto;
left:252px;
top:320px;
margin-top:0px;
width:750px;
height:400px;}
.gale{
width:240px;
height:200px;}
#izquierda {
margin-top:200px;
margin-left:0px;
margin-right:10px;
width:250px;
height:250px;
background-color:#F0D9B4;}
#derecha{
position: absolute;
top:450px;
margin-left:1000px;
margin-right:15px;
width:300px;
height:250px;
background-color:#F0D9B4 ;}
#abajo{
top:0px;
width:1300;
height:90px;
background-color:#FDF1F1;}