-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
44 lines (35 loc) · 2.05 KB
/
estilo.css
File metadata and controls
44 lines (35 loc) · 2.05 KB
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
/* Add Comments */
#sem_1 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 50px; top: 10px; }
#sem_2 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 400px; top: 10px; }
#sem_3 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 750px; top: 10px; }
#sem_4 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 50px; top: 200px; }
#sem_5 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 400px; top: 200px; }
#sem_6 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 750px; top: 200px; }
#sem_7 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 50px; top: 400px; }
#sem_8 { width: 280px; height: 50px; background-color: silver;
position: absolute ; left : 400px; top: 400px; }
#demo { width: 400px; height: 50px; background-color: silver;
position: absolute ; left : 940px; top: 300px; }
#sem { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 150px; top: 25px; }
#btn1 { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 150px; top: 100px; }
#btn2 { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 25px; top: 100px; }
#btn3 { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 450px; top: 525px; }
#num_mat_elim{ width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 450px; top: 463px; }
#sem_elim { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 450px; top: 400px; }
#codigo { width: 100px; height: 50px; background-color: yellow;
position: absolute ; right: 25px; top: 25px; }
#est_actual { width: 300px; height: 50px; background-color: yellow;
position: absolute ; right: 10px; top: 150px; }