-
Notifications
You must be signed in to change notification settings - Fork 0
/
handwork.css
80 lines (77 loc) · 1.41 KB
/
handwork.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
html, body{
height: 95%;
}
.wraped{
min-height: 100%;
}
.main{
padding-bottom: 50px;
}
tr,th,td{
border: 2px solid grey;
}
table{
width: 100%;
}
.ng{
border: 0 solid;
border-radius: 50%;
padding: 0px 5px 5px 5px;
color: white;
background: darkgreen;
}
.empty:empty{
display: none;
}
.wrapper{
margin: auto;
width: 400px;
position: relative;
height: 500px;
}
.table{
display: table;
width: 100%;
height: 100%;
}
.table-cell {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
.footer{
position: relative;
margin-top: -50px;
height: 50px;
clear: both;
padding-top: 20px;
text-align: center;
background-color: #F8F9FA;
}
.p{
color: darkgray;
}
.wrap{
margin: auto;
width: 400px;
}
.sucessmsg{
margin-bottom: 100px;
}
.card{
margin-top: 50px;
width: 25rem;
}
@media(max-width:430px){
.wrap{
width: 100%;
}
.wrapper{
width: 100%;
height: 400px;
}
.card{
width: 100%;
}
}