-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtecnicos.css
34 lines (30 loc) · 1.35 KB
/
tecnicos.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
body {background-color:lightyellow;}
a {color:green; text-decoration:none;}
footer {clear:left; 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;}
article {float:left; width:28%; border-style:solid; background-color:lightblue;
margin:2%; margin-bottom:5%; margin-top:0; text-align:center; }
article img {width:200px; height:100px; margin:3%; border-style:solid; }