-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeindex.css
108 lines (82 loc) · 2.08 KB
/
theindex.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
h1{
font-size: 60px;
text-align-last: center ;
font-style: oblique;
letter-spacing: 20px;
border-radius: 10px;
background-color: rgba(52, 165, 185, 0.822);
margin-top: 50px;
width: 500px;
margin-left: 400px;
transition: 5s; /*transicion del titulo*/
}
body{
background-color: #e5e7e9;
}
#principio{
display: flex;
flex-direction: row; /*acomode la lista al lado de la imagen*/
}
img{
width: 500px;/*anchura de la imagen*/
height: 350px;/*altura de dicha imagen*/
padding-left:240px ;
padding-right: 20px;
}
#apa{
font-size: 40px;
font-family: Georgia, Times, 'Times New Roman', serif;
text-align: center;
margin-bottom: 70px;
margin-top: 20px;
letter-spacing: 20px;
padding-left: 50px;
}
#jii{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 40px;
list-style-position: outside;
padding-left: 30px;
border: none;
cursor: pointer;
color: rgb(0, 0, 0);
background-color: rgb(155, 152, 152);
width: 140px;
}
#jiji{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 40px;
list-style-position: outside;
padding-left: 30px;
background-color: rgb(155, 152, 152);
width: 180px;
}
#jaja{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 40px;
list-style-position: outside;
padding-left: 30px;
background-color: rgb(155, 152, 152);
width: 230px;
}
#juas{
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-bottom: 40px;
list-style-position: outside;
padding-left: 30px;
background-color: rgb(155, 152, 152);
width: 260px;
}
#footer{
margin-top: 400px;
text-align: left;
font-size: 20px;
position:initial;
border: 1px solid rgb(155, 152, 152);
background-color: rgb(155, 152, 152);
padding-right: 10px;
}