-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilitos.css
117 lines (103 loc) · 2.18 KB
/
estilitos.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
110
111
112
113
114
115
116
117
body {
background-color: #1e4a22;
font-size: 18px;
font-family: "Arial,Univers";
text-align: justify;
color: black;
margin: 30px;
}
h1 {
font-size: 24px;
font-family: "Times New Roman";
color: blue;
border-style: solid;
border-color: blue;
background-color: red;
border-width: 2px;
width: 600px;
padding: 5px;
text-align: center;
}
h2 {
font-size: 20px;
font-family: "Times New Roman";
}
h3 {
font-size: 18px;
font-family: "Times New Roman";
}
hr {
border: 0;
background-color: yellow;
height: 5px;
}
#prof {
font-size: 14px;
font-family: "Arial";
text-align: right;
color: red;
border-style: solid;
border-color: white;
border-width: 2px;
width: 200px;
padding: 5px;
align: right;
}
#lista {
font-size: 18px;
font-family: "Arial";
color: white;
list-style-type: square;
}
#aviso {
font-size: 18px;
color: red;
border-style: solid;
border-color: red;
background-color: yellow;
border-width: 1px;
width: 300px;
text-align: center;
padding: 10px;
}
#nota {
font-size: 12px;
color: blue;
background-color: white;
border-style: dotted;
border-color: blue;
border-width: 1px;
width: 300px;
padding: 5px;
align: right;
}
#col1 {
width: 250px;
height: 400px;
position: absolute;
left: 40px;
top: auto;
color: green;
background-color: white;
padding: 5px;
}
#col2 {
width: 250px;
height: 600px;
position: absolute;
left: 330px;
top: auto;
color: blue;
background-color: white;
padding: 5px;
}
#col3 {
width: 300px;
height: 400px;
position: absolute;
left: 620px;
top: auto;
color: red;
background-color: white;
padding: 5px;
}