This repository was archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (101 loc) · 1.62 KB
/
style.css
File metadata and controls
111 lines (101 loc) · 1.62 KB
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
103
104
105
106
107
108
109
110
111
.className {
font-size: 25px;
font-weight: 300;
float: left;
padding-left: 20px;
margin-top: auto;
margin-bottom: auto;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.classLink {
float: right;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding-right: 30px;
color: #56B2FF;
}
.classDiv {
height: 100px;
width: 99%;
border-left-style: solid;
border-left-color: #88C9FF;
border-left-width: 10px;
background-color: #E5F3FF;
margin-top: 15px;
}
.headerTitle {
margin:0 auto;
padding: 0;
width:500px;
height:100px;
font-family: monospace;
font-weight: 600;
color: white;
font-size: 50px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.headerDiv {
width: 100%;
background-color: #006BC4;
height: 17.5%;
}
.headerDiv1 {
width: 100%;
background-color: #006BC4;
height: 17.5%;
}
body {
margin:0;
padding:0;
}
.allClassesDiv {
margin: 10px;
margin-top: 20px;
}
.headerBarDiv {
height: 15%;
width: 100%;
border-top-style: solid;
border-top-width: 2px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #E8EDF1;
border-top-color: #E8EDF1;
z-index: 1;
background-color: #F4F4F4;
}
.signIn {
float: right;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-color: #F2F5F9;
border-style: none;
padding-right: 20px;
color: #006BC4;
}
.container{
margin-left:1%;
padding-top: 5px;;
}
#addClass{
margin-left:1%;
}
.body{
background-color: #56B2FF;
}
#welcome{
margin-top: 40px;
}
.time{
margin-top: 100px;
}