-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
81 lines (79 loc) · 1.57 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
76
77
78
79
80
/*especificidad = 1*/
body {
font: 400 15px Tahoma,sans-serif; /*Familia sans-serif*/
line-height: 1.8;
color: #818181;
background-color: rgba(255,255,255,0.0);
}
/*especificidad = 1*/
h1 {
background-color: rgba(255,255,255,0.7);
color: #000000;
text-transform: uppercase;
padding: 100px 25px;
text-align: center;
}
/*especificidad = 1*/
h2{
background-color: rgba(255,255,255,0.7);
text-decoration: underline;
font: 400 25px Tahoma,sans-serif;
color: #000000;
}
/*especificidad = 1*/
h3{
background-color: rgba(255,255,255,0.7);
font: 400 15px Tahoma,sans-serif;
color: #000000;
}
/*especificidad = 1*/
aside{
padding: 10px 10px 5px 5px;
}
/*especificidad = 1*/
table{
border: 4px solid black;
align-content:center;
}
/*especificidad = 1*/
nav{
font-family:Verdana,serif;
padding-right:100px;
padding-bottom: 4px;
}
/*especificidad = 1*/
ul{
border-width: 5px;
border-radius: 50px;
background-color: #0000FF;
color:#ffffff;
}
/*especificidad = 1*/
a{
color:#ffffff;
background-color: rgba(255,255,255,0.0);
}
/*especificidad = 2*/
div,p{
font: 400 20px Tahoma,sans-serif;
}
/*especificidad = 1*/
html{
background-image: url("multimedia/peli.jpg");
}
/*especificidad = 1*/
main{
background-color: rgba(255,255,255,0.9);
color: #000000;
}/*especificidad = 20*/
.a1,.a2{
color:#0000ff;
background-color: rgba(255,255,255,0.8);
}
/*especificidad = 1*/
video{
width: 400px;
height: 400px;
object-fit: cover;
z-index: -100;
}