-
Notifications
You must be signed in to change notification settings - Fork 1
/
izquierda.css
65 lines (64 loc) · 982 Bytes
/
izquierda.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
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;
}
#opcion1 {
background: #3adf00;
height: 30px;
width: 150px;
text-align: center;
margin-left: 100px;
display: inline-block;
}
#opcion1 a {
color: white;
}
#opcion2 {
background: #3adf00;
height: 30px;
width: 200px;
text-align: center;
margin-left: 250px;
display: inline-block;
}
#opcion2 a {
color: white;
}