-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhorario.css
35 lines (31 loc) · 1.37 KB
/
horario.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
body {background-color:lightyellow;}
a {color:green; text-decoration:none;}
footer {text-align:center; background-color:darkorange; }
header {
background: url('imagenes/gimnasio.jpeg') no-repeat;
background-size: 100% 100%;
color: black;
border-style:solid;
margin-bottom:2%;
display: flex;
justify-content: space-between;
}
#enlace {margin-left:3%; margin-top:2%;}
header img {width:150px; height:150px;}
header h1 { text-align:center; background-color:white; border-style:solid;
width:30%; height:5%; margin-top:8%; margin-left:8%;}
header form {background-color:white; width:20%; height:20%; padding:2%; margin-top:4%; }
header section {background-color:white; width:20%; height:20%; padding:2%; margin-top:9%; }
.button {margin-top:2%;}
nav {clear:left; margin:3% auto; width:250px;}
nav ul {margin: 0%;}
nav, nav ul {border-style: solid;}
nav,nav ul,nav li a {list-style:none; background-color:darkorange; color:black;
padding:10px 12px; text-decoration:none; display:block; text-align:center;}
nav p {margin-bottom:0%; margin-top:0%; }
nav:hover > ul {display:block;}
nav ul {display:none; position:absolute; width:140px;}
h3 {text-align:center; margin-bottom:3%; }
caption {color:red; margin-bottom:2%;}
table {text-align:center; margin:2% auto; margin-bottom:4%; border-style:dashed; padding:2%;}
th,td {text-align:center; border:5px outset green; margin:1%; font-size:120%; }