-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.css
More file actions
52 lines (47 loc) · 805 Bytes
/
design.css
File metadata and controls
52 lines (47 loc) · 805 Bytes
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
#container{
display: flex;
height: calc(100vh - 9.5em);
border: 5px solid gray;
}
#Main_Form{
font-size: larger;
height: 100%;
width: 50%;
background-color: rgb(22, 233, 198);
}
#Main_table{
height: 100%;
width: 50%;
background-color: rgb(85, 175, 11);
}
.box{
border: 2px solid rgb(241, 108, 19);
border-radius: 7px;
box-sizing: border-box;
height: 33px;
width: 20em;
display: flex;
}
#main_table{
margin: auto;
height: 50px;
}
.table_head{
/* padding: 5px; */
font-size: 20px;
height: 50px;
}
.row{
padding: 5px;
}
#tbl{
margin: 10px;
}
.btn{
font-size: 20px;
border-radius: 5px;
}
.btn1{
font-size: 15px;
border-radius: 5px;
}