-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (44 loc) · 697 Bytes
/
styles.css
File metadata and controls
49 lines (44 loc) · 697 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
body {
background: grey;
}
*{
font-family: sans-serif;
}
.bars{
width: 200px;
float: left;
}
.display{
width: 200px;
height: 50px;
background-color: #ffff00;
top: 0;
}
.bar{
top: 30px;
/*margin-top: 50px;*/
background-color: red;
width: 100px;
height: 20px;
}
.circle{
width: 90px;
height: 90px;
background-color:red;
position: absolute;
left: 0;
top: 400px;
border-radius: 50%;
}
.chat{
float: left;
}
ul{
margin: 0;
padding: 0;
}
li{
list-style: none;
margin: 0;
padding: 0;
}