-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (37 loc) · 895 Bytes
/
style.css
File metadata and controls
43 lines (37 loc) · 895 Bytes
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
body{
margin: 0px;
background-image: url('https://us.123rf.com/450wm/olegdudko/olegdudko1511/olegdudko151112649/47876766-school-.jpg?ver=6');
background-repeat: no-repeat;
background-size: cover;
}
#schoolImage{
/* background-image: url('https://us.123rf.com/450wm/olegdudko/olegdudko1511/olegdudko151112649/47876766-school-.jpg?ver=6');
background-size: cover;
background-position: center center;
position: relative;
top: 0;
bottom: 0;
height: 100vh;
z-index: -10; */
}
#img{
opacity: 0;
filter:alpha(opacity=0);
}
.chat{
display: flex;
justify-content: center;
}
.sideBar {
cursor: pointer;
width: 8%;
text-align: left;
display:flex;
align-content: right;
font-size: 20px;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
}