-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
69 lines (58 loc) · 1.12 KB
/
styles.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
body {
font-family: Arial, sans-serif;
color: #ebad04;
margin: 0;
padding: 0;
background-image: url('IMG/Axo.jpeg'); /* Ruta de la imagen de fondo */;
}
.axo {
text-align: center;
height: 120px;
}
img {
border-radius: 25%;
max-width: 150px;
margin: auto;
text-align: center;
}
main {
padding: 5px;
}
h2 {
text-shadow: 1px 0px 0px black, 0px 1px 0px black, -1px 0px 0px black, 0px -1px 0px black;
}
.social-links {
text-align: center;
}
.social-links h2 {
margin-bottom: 10px;
}
.social-links ul {
list-style: none;
padding: 0;
}
.social-links li {
margin-bottom: 10px;
}
.social-links a {
display: inline-block;
text-align: center;
padding: 10px 20px;
width: 100px;
background-color: #0066ff;
color: #ebad04;
text-decoration: none;
border-radius: 5px;
}
.social-links a:hover {
color: #000000;
background-color: #ffd000;
}
footer {
text-align: center;
text-shadow: 1px 0px 0px grey, 0px 1px 0px grey, -1px 0px 0px grey, 0px -1px 0px grey;
height: 5px;
bottom: 0;
width: 100%;
line-height: 0.8;
}