-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
75 lines (69 loc) · 1.29 KB
/
estilo.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*{
padding: 0;
margin: 0;
}
header{
text-align: center;
background-color: black;
color: rgb(255, 255, 255);
padding: 10px;
image-resolution: 30px;
}
section {
align-content: center;
}
nav {
background-color: rgb(0, 0, 0);
width: 100%;
list-style-type: none;
text-align: center;
}
nav li {
display: inline-flex;
}
nav a {
text-decoration: none;
color: rgb(255, 255, 255);
padding: 10px;
width: 150px;
}
nav li:hover {
background-color: aqua;
}
body {
margin: 0;
padding: 0;
background: url(img/background.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: sans-serif;
background-attachment: fixed;
overflow: scroll;
}
/* Aqui comienza lo del body */
h1 {
text-align: center;
color: white;
-webkit-text-stroke: 1px black;
}
h2{
text-align: center;
color: white;
-webkit-text-stroke: 1px black;
}
.imagen{
width: 150px;
height: 150px;
border-color: white;
border-width: 3px;
border-style: solid;
border-radius: 10px;
}
img {
width: 150px;
height: 150px;
border-color: white;
border-width: 3px;
border-style: solid;
border-radius: 10px;
}