-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (68 loc) · 1.19 KB
/
style.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
table,th,td{
border: 2px solid black;
}
.tab{
margin-top: 30px;
text-align: center;
}
#btn{
width: 10%;
font-size:20px;
padding: 15px 32px;
}
.click{
margin-top: 20px;
}
@media only screen and (max-width: 600px){
#btn{
width: 32%;
font-size:20px;
padding: 13px 32px;}
img#plus{
position:absolute;
bottom: 0px;
left: 20px;
width:20px;
height: 20px;
top:37px;
}
}
img#plus{
position:absolute;
bottom: 0px;
left: 35px;
width:20px;
height: 20px;
top:37px;
}
.popup{
height:100%;
width: 100%;
position: absolute;
top:0;
display: none;
justify-content: center;
align-items: center;
}
.content{
height: 250px;
width: 500px;
background:white;
padding: 100px;
border-radius: 5px;
position: relative;
text-align: center;
}
input{
margin: 20px auto;
display: block;
width: 50%;
border-color: black;
}
a.button{
width: 10%;
font-size:20px;
padding: 8px 32px;
background-color: rgb(177, 173, 167);
color: black;
}