-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforo.css
More file actions
44 lines (36 loc) · 1.67 KB
/
foro.css
File metadata and controls
44 lines (36 loc) · 1.67 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
37
38
39
40
41
42
43
44
body {background-color:lightyellow;}
a {color:green; text-decoration:none;}
footer {clear:left; text-align:center; background-color:darkorange; margin-top:40px;}
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 {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 {margin-left:6%; color:red; }
details {border-style:solid; background-color:lightgray; padding:0% 4%; margin-right:2%; }
details img {float:left; width:50px; height:50px; margin-left:3%; margin-right:2%;}
#new, details {margin-left:6%; margin-bottom:20px;}
#res,details form {margin-left:33%; margin-top:1%;}
details summary, details p {margin-top:2%; margin-bottom:2%; }
#button,#button1,#button2,#button3 {margin-top:2%; margin-bottom:2%; }
#create {margin-left:7%; margin-top:1%; margin-bottom:3%;}
#problema {text-align: center;}