-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththecronologia.css
109 lines (91 loc) · 1.77 KB
/
thecronologia.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
109
body{
background-color: #c7e4eb;
}
h1{
float: left ;
border: 1px solid rgb(5, 5, 102);
background-image: url(robotica5.jpg);
background-position: center;
text-align: center;
width: 280px;
height: 350px;
padding-top: 190px;
margin-top: 5px;
border-radius: 15px;
}
#era{
border: 2px solid #77b2c0;
background-color: #77b2c0;
border-radius: 20px;
font-size: 20px;
text-align: left;
width: 990px;
height: 110px;
margin-left: 315px;
margin-top: 50px;
}
#da{
border: 2px solid #77b2c0;
background-color: #77b2c0;
border-radius: 20px;
font-size: 20px;
text-align: left;
width: 990px;
height: 110px;
margin-left: 315px;
margin-top: 50px;
}
#eera{
border: 2px solid #77b2c0;
background-color: #77b2c0;
border-radius: 20px;
font-size: 20px;
text-align: left;
width: 990px;
height: 110px;
margin-left: 315px;
margin-top: 50px;
}
#aaron{
font-size: 15px;
font-style: oblique;
text-align: initial;
}
#aaron1{
text-align: end;
font-style: oblique;
}
h2{
color: rgb(29, 29, 117);
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: center;
}
#hacha{
font-size: 27px;
color: rgb(0, 0, 0);
margin-left: 50px;
}
table{
width: 500px;
border-radius: 10px;
border-color: rgb(0, 136, 255);
color: rgb(0, 0, 0);
align-items: center;
}
th{
color: rgb(143, 85, 236);
border-radius: 8px;
}
td{
border-radius: 8px;
padding-left: 100px
}
#apa{
color: blueviolet;
background-color: rgb(19, 11, 61);
float: left;
}
a{
float: left;
color: rgb(9, 90, 90);
}