-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ejercicio4.css
94 lines (66 loc) · 1.12 KB
/
Ejercicio4.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
86
87
88
89
90
91
92
93
94
/*001*/
body {
background-color: #FFE6A7;
}
/*001*/
h1 {
font-family: "Segoe UI", sans-serif;
font-size: 1.8em;
font-weight: 700;
line-height: 2em;
background-color: #6F1D1B;
color: white;
text-transform: uppercase;
padding-top: 3%;
padding-bottom: 3%;
text-align: center;
grid-area: header;
}
/*001*/
h2 {
text-align: center;
}
/*001*/
footer {
text-align: center;
grid-area: footer;
}
/*001*/
table {
width: 100%;
text-align: left;
border-collapse: collapse;
background-color: #FFE6A7;
}
/*001*/
caption {
background-color: #6F1D1B;
padding: 1.4em;
font-weight: bold;
color: #FFFFFF;
}
/*001*/
th,
td {
padding: 1em;
}
/*001*/
p {
padding: 0.5em;
}
/*001*/
label {
display: none;
}
/*001*/
input {
text-decoration: none;
padding: 0.5em;
font-weight: 600;
font-size: 1.1em;
color: #ffffff;
background-color: #99582A;
border-radius: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.3em;
}