-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (85 loc) · 1.48 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
82
83
84
85
86
87
88
89
90
91
html,body{
padding: 0;
margin:0;
font-family: 'Staatliches', cursive;
}
.addButton{
cursor: pointer;
}
.myModal{
z-index: 5;
position: absolute;
left: -100%;
top: 0px;
background-color: white;
width: 90%;
padding: 20px;
box-shadow: 2px 3px 10px black;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.circle{
font-size: 30px;
}
.adc{
width: 97%;
height: 100%;
padding: 20px;
border-radius: 10px;
font-weight: 1000;
}
.output{
min-height: 300px;
background-color: black;
border: 4px solid white;
border-radius: 5px;
}
.output pre{
background-color: black;
color: green;
font-size: 20px;
}
.adc:hover{
box-shadow: 0px 0px 30px black;
}
.myModal span{
cursor: pointer;
}
.mainDiv{
color: white;
}
.del{
float: right;
z-index: 10000;
}
.form-check {
padding-bottom: 20px;
}
.cpy{
float: right;
border: 0.5px black solid;
}
.footer{
background-color: #1de9b6;
width: 100%;
bottom: 0;
margin-top: 2em;
text-align: center;
padding: 1em;
font-weight: bold;
}
.footer p{
margin: 0;
padding: 0.2em;
}
.heading{
background-color: #1de9b6;
padding: 0.3em;
font-family: 'Anton';
padding-left: 1em;
}
.heading p{
font-weight: 1000;
font-size: 1.5em;
margin: 0;
}