-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteacher.css
90 lines (78 loc) · 982 Bytes
/
teacher.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
html, body
{
width: 100%;
height: 100%;
}
hr
{
width: 70px;
border: 1px solid #ffa300;
margin: 30px auto;
}
a
{
color: #111111;
}
a:hover
{
text-decoration: none;
color: white;
}
.header
{
width: 100%;
height: 40px;
background-color: #111111;
}
.side_bar
{
width: 300px;
height: 100vh;
background-color: #ffa300;
position: fixed;
top: 0;
left: -300px;
}
.side_bar_opt
{
width: 100%;
height: 60px;
line-height: 60px;
padding-left: 20px;
font-size: 20px;
}
.side_bar_opt:hover a
{
color: white;
}
.side_bar_btn
{
font-size: 20px;
color: white;
height: 40px;
line-height: 40px;
margin-left: 15px;
}
.side_bar_btn:hover, .hide_side_bar:hover
{
cursor: pointer;
}
.jumbotron
{
background-color: white;
}
.section_header
{
width: 100%;
max-width: 500px;
letter-spacing: 1px;
text-align: center;
margin: 0px auto;
margin-bottom: 20px;
}
.form_container
{
width: 100%;
max-width: 500px;
margin: 0px auto;
}