-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (54 loc) · 683 Bytes
/
Copy pathstyle.css
File metadata and controls
63 lines (54 loc) · 683 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
:root{
font-size: 16px;
}
.block{
border:1px solid #128c7e;
color: black;
border-radius: 10px;
}
.radius{
border-radius: 10px;
}
.names{
color: red;
}
.hmm{
background: #128c7e;
}
.hell{
background: #128c7e;
}
.font{
margin-top: 20px;
font-size: 1.5rem;
margin-left: 20px;
color: white;
}
.messages{
background: #90ee90;
}
.anyclass {
height:85vh;
overflow-y: scroll;
overflow-x: hidden;
background-color: #E8E8E8 ;
padding: 0;
margin: 0;
}
.fontforall{
font-size: 1rem;
}
.read{
font-size:2rem;
}
.blue{
color: blue;
}
.white{
color: white;
}
@media only screen and (max-width: 400px) {
.special {
font-size: 18px;
}
}