-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (42 loc) · 829 Bytes
/
style.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
body { background-color: greenyellow; }
#xat {
float: left;
display: -webkit-flex;
display: flex;
overflow: auto;
background-color: white;
width: 45%;
height: 450px;
margin: 0% 0% 0% 20%;
border-color: black;
border: solid;
border-radius: 4px;
border-width: 2px 2px 2px 2px;
padding: 1% 0% 0% 1%;
text-align: left;
}
#llista {
float:right;
display: -webkit-flex;
display: flex;
overflow: auto;
background-color: white;
width: 6%;
height: 450px;
margin: 0% 25% 0% 0%;
border-color: black;
border: solid;
border-radius: 4px;
border-width: 2px 2px 2px 2px;
text-align: left;
padding: 1% 0% 0% 1%;
}
ul {
padding: 0% 0% 0% 0%;
list-style-type: none;
display: inline;
}
p {
padding: 0;
margin: 0;
}