-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (39 loc) · 835 Bytes
/
style.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
body {
background-color :blanchedalmond;
}
nav {
display: flex;
justify-content: space-around; /* Espacio uniforme entre elementos */
background-color: #333; /* Color de fondo del menú */
}
nav a {
color: white; /* Color del texto */
text-decoration: none; /* Eliminar el subrayado */
padding: 15px; /* Espaciado alrededor de los enlaces */
font-family: Arial, sans-serif; /* Fuente */
}
nav a:hover {
background-color: #575757; /* Hover es cambiar el color de fondo al pasar el ratón */
}
.content {
text-align: center;
}
.main-picture {
width: 100%;
height: auto;
display: block;
}
ul {
list-style-type: none;
}
footer {
position:fixed;
width: 100%;
bottom: 0;
text-align: center;
}
img {
width: 400px;
align-items: center;
padding: 20%;
}