-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacto.css
More file actions
36 lines (31 loc) · 1.38 KB
/
contacto.css
File metadata and controls
36 lines (31 loc) · 1.38 KB
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
body {background-color:lightyellow; }
a {color:green; text-decoration:none;}
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;}
iframe {float:left; width:50%; margin:3%; }
#datos_contacto {float:left; width:40%; margin-top:7%; margin-left:2%; }
#datos_contacto strong {margin-left:40%; text-align:center;}
#datos_contacto li {list-style:none; margin:2% 0%;}
footer {clear:left; text-align:center; background-color:darkorange; margin-top:5%; }