-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiHoja.css
85 lines (67 loc) · 856 Bytes
/
miHoja.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
76
77
78
79
80
81
82
83
84
85
@CHARSET "UTF-8";
body {
text-align: center;
background-color: black;
}
header, nav, article, footer {
border: 10px solid #36c8b1;
margin: 0 auto;
width: 800px;
}
header {
background-color: black;
}
h1 {
text-align: center;
color: white
}
nav, article {
border-bottom: 10px dotted white;
}
nav, article {
border-top: 10px ridge pink;
}
nav ul {
background-color: black;
margin: 0;
padding: 0;
}
nav ul li {
display: inline-block;
margin-right: 20px;
}
a {
text-decoration: none;
font-weight: bold;
color: white;
}
h2 {
color: blue;
}
h3 {
color: grey;
}
p {
margin-left: 20px;
color: white;
}
details {
color: white;
}
li {
color: white;
text-align: center;
}
figcaption {
color: white;
}
#inicio {
display: block;
}
#titulo, #amor {
display: inline;
}
footer {
background-color: black;
text-align: center;
}