-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (80 loc) · 1.27 KB
/
styles.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
92
93
94
95
96
97
98
99
100
101
102
/* You can add global styles to this file, and also import other style files */
body {
padding-left: 20px;
background-color: #FFF;
margin: 0;
padding: 0;
}
.login-form {
width: 340px;
margin: 120px auto;
}
.login-form form {
margin-bottom: 15px;
background: #f7f7f7;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;
}
.login-form h2 {
margin: 0 0 15px;
}
.form-control, .btn {
min-height: 38px;
border-radius: 2px;
}
.btn {
font-size: 15px;
font-weight: bold;
}
.class-content {
margin-top: 150px;
}
.class-content-login {
margin-top: 50px;
}
.display-4{
margin-bottom: 50px;
font-weight: 50;
}
.list-group {
text-align: center;
margin-top: 100px;
}
.list-group-item{
margin: 2px;
width: auto;
}
.createaccountbutton {
margin-top: 30px;
}
.button {
opacity: 0.6;
}
.button:hover {
opacity: 2;
}
.questionmargin {
margin-bottom: 50px;
}
.footerstyle{
padding-bottom: 10px;
padding-top: 10px;
font-size: 20px;
text-decoration-color: #f7f7f7;
}
footer {
margin-top: 308px;
width: 100%;
background-color:#212529;
color: white;
text-align: center;
height: 8%;
padding-top: 18px;
bottom:0;
position:normal;
}
.list:hover:not(.active){
background-color:#212529;
font-size: 20px;
color: white;
}