-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (48 loc) · 903 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
47
48
49
50
51
52
53
54
55
56
57
58
body{
background-color: antiquewhite;
text-align: justify;
font-size: large;
font-family: 'Exo 2', sans-serif;
}
h1{
text-align: center;
font-size: 50px;
font-weight: bolder;
}
#bajada-del-titulo{
font-size: medium;
}
footer{
background-color: rgb(44, 44, 44);
color: whitesmoke;
text-align: left;
font-style: italic;
text-wrap: 1px;
font-size: small;
border-radius: 5%;
}
img{
position: relative;
max-width: 100%;
border-radius: 3%;
width:500px;
}
.pieDePagina{
font-size: small;
}
.enlaces-navegador{
display: flex;
gap: 10px;
font-size: 10px;
}
nav{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
color: azure;
}
.pieFin{
position: relative;
padding: 10px 10px 10px 10px;
}