-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedclass.css
64 lines (56 loc) · 1.03 KB
/
schedclass.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
.notify {
justify-content: center;
margin: auto;
margin-top: 0;
bottom: 0;
padding: 20px;
background-color: #E5EBB2;
justify-content: center;
width: 200px;
height: 20px;
border-radius: 15px;
text-align: center;
}
.formnotify {
margin: 0;
margin-top: 0;
}
.container {
margin: auto;
margin-top: 4%;
padding: 33px;
background-color: #E5EBB2;
justify-content: center;
width: 186px;
height: 250px;
border-radius: 19px;
text-align: center;
}
h2 {
margin-bottom: auto;
margin-top: auto;
text-align: center;
color: brown;
}
.text {
margin-top: 20px;
background-color: #EEEEEE;
color: #06283D;
padding: 0.5em;
border-radius: 10px;
border-top: 0;
border-left: 0;
border-right: 0;
outline: none;
text-align: center;
transition-duration: 0.1s;
}
input.i {
width: 100%;
}
input[type=text] {
width: 100%;
padding: 5px 20px;
margin: 8px 0;
box-sizing: border-box;
}