-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStiles.css
More file actions
118 lines (109 loc) · 1.96 KB
/
Stiles.css
File metadata and controls
118 lines (109 loc) · 1.96 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
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
118
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.menu{
background-color: #e91818;
height: 100px;
background-color: #cf1bcf1e;
}
.sidebar{
float: left;
width: 1000px;
height: 800px;
background-color: rgb(194, 193, 197);
overflow: auto;
text-align: center;
}
.content{
float: right;
width: 100px;
height: 800px;
background-color: rgb(235, 248, 233);
overflow: auto;
}
.page{
width: 1350px;
margin: 0 auto;
background-color: rgb(219, 24, 144);
overflow: hidden;
}
footer{
background: rgb(235, 228, 228);
color: #fff;
width: 100%;
text-align: center;
padding: 1em;
align-self: flex-end;
bottom: 0;
z-index: 1;
@media screen and (max-width: 1100px){
display: none;
}
}
table{
width:6in;
max-width: 8.5in;
border-collapse: collapse;
max-height: 7in;
}
table, td, th {
border: 1px solid rgb(0, 0, 0);
font-size:20px ;
font-style: normal;
color:black;
overflow-x: auto;
text-align: center;
padding: 10px;
}
button{
color:white;
font-weight:bold;
background-color:rgb(148, 177, 238);
width:100px;
height:25px;
font-size:15px;
}
#fec{
color:rgb(24, 22, 22);
font-weight:bold;
background-color:rgb(232, 235, 243);
width:200px;
height:50px;
font-size:15px;
}
#act{
background-color:rgb(236, 240, 247);
width:200px;
height:50px;
font-size:15px;
}
#res{
background-color:rgb(236, 240, 247);
width:200px;
height:50px;
font-size:15px;
}
#lug{
background-color:rgb(236, 240, 247);
width:220px;
height:50px;
font-size:15px;
}
#corazon{
background-color:rgb(255,255,255);
font-size:30px;
width: 6.1in;
height: 7in;
}
#corazon1{
background-color:rgb(255, 255, 255);
font-size:30px;
width: 6.1in;
height: 7in;
}
#tablecrono{
background-color:rgb(255, 255, 255);
font-size:15px;
}