-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (84 loc) · 1.6 KB
/
style.css
File metadata and controls
93 lines (84 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
1. Elementos generales
2. Cabecera
3. Párrafos
4. Pie de página
*/
/* ----- 1. Elementos generales */
#container{
background-color: black;
}
/* --------2. Cabecera. */
.cabecera{
display: flex;
flex-direction: row;
flex-wrap: wrap;
/* He tenido que buscar esto*/
height: 20%;
width: 100%;
position: fixed;
background-color: rgb(59, 63, 56) !important;
z-index: 2;
}
img.logotipo{
height: 50%;
}
h1{
position: relative;
left: 40%;;
text-align: center;
font-family: 'Times New Roman', Times, serif;
font-size: 50px;
/* NO ENTIENDO PORQUÉ NO ME SALE LA FUENTE de GOOGLE. HE tenido que cambiarla >.< */
font-weight: bolder;
color: red;
}
nav{
display: flex;
flex-direction: row;
flex-wrap: wrap; list-style-type: none;
margin: auto;
}
li a {
width: 100%;
padding: 10%;
text-decoration: none;
color: yellow;
}
/* ¿Por qué no consigo que me salgan los malditos enlaces alineados T_T */
/* ------3. Párrafos. */
.barraLateral{
display: flex;
flex-direction: column;
justify-content: right;
font-size: 25px;
z-index: 1;
}
.imagenLateral{
height: 20%;
/* position: relative;
top: 50px; */
}
.lateral{
margin-top: 70px;
}
.textoPrincipal{
display: flex;
justify-content: center;
flex-direction: column;
width: 70%;
height: 70%;
}
p{
color: whitesmoke;
font-weight: bolder;
}
footer{
color:pink
}
a{
height: 5px;
width: 5px;
/* adlkfjadklfajklfd...
Sigo sin conseguir que las imágenes tengan tamaño correcto. */
}