-
Notifications
You must be signed in to change notification settings - Fork 1
/
inicio.css
73 lines (73 loc) · 1.08 KB
/
inicio.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
body {
background: #ccc;
font-size: 16;
}
.cabecera {
margin-left: 149px;
background: grey;
width: 780px;
height: 100px;
text-align: center;
}
.cabecera h1 {
color: white;
}
.menu {
width: 100%;
height: 40px;
padding: 0;
margin: 0;
list-style: none;
}
.menu li {
display: inline-block;
}
.menu li a {
padding: 10px 10px;
display: inline-block;
color: white;
}
.menu li a:hover {
background-color: #3adf00;
}
.slider {
margin: 0 auto;
width: 780px;
height: 350px;
background: white;
}
.slider p {
text-align: center;
margin: 30px
}
.slider h4 {
text-align: center;
font-size: 18
}
.slider a {
margin: auto;
}
#izquierda {
background: #3adf00;
height: 30px;
width: 100px;
text-align: center;
margin-left: 100px;
display: inline-block;
}
#izquierda a {
font-size: 20;
color: white;
}
#derecha {
background: #3adf00;
height: 30px;
width: 100px;
text-align: center;
margin-left: 370px;
display: inline-block;
}
#derecha a {
font-size: 20;
color: white;
}