-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.css
More file actions
54 lines (42 loc) · 719 Bytes
/
Copy pathclass.css
File metadata and controls
54 lines (42 loc) · 719 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
/* div{
word-spacing:6px;
border: solid black;
height: 380px;
width: 1250px;
margin: 100px
}
.p{
background-color: skyblue;
padding: 50px;
}
.q{
background-color: lightgreen;
padding: 30px;
} */
/* div{
border: solid black;
height: 380px;
width: 1250px;
margin: 100px
}
.a{
display: inline-block;
background-color: yellow;
text-align: center;
}
.b{
display: inline-block;
background-color: palevioletred;
text-align: center;
}
.c{
display: inline-block;
background-color: skyblue;
text-align: center;
} */
div{
border: solid black ;
background-color: lightpink;
height: auto;
width: auto;
}