-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path*Lab_No_6_A.css
71 lines (61 loc) · 989 Bytes
/
*Lab_No_6_A.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
*{
box-sizing: border-box;
}
#div1{
background-color: rgb(112,143,153);
float: left;
width: 50%;
padding: 10px;
}
#div2{
background-color: rgb(138,43,226);
float:left;
width: 100%;
}
#div3{
background-color: rgb(230,197,13);
float: left;
width: 100%;
margin-right: 15px ;
}
#div4{
background-color: black;
float: left;
width: 60%;
height: 100%;
margin-left: 5px;
margin-bottom: 15px;
color: aliceblue;
}
#div5{
background-color: black;
float: right;
width: 30%;
height: 90px;
color: aliceblue;
margin-left: 8%;
margin-bottom: 16px;
}
#div6{
background-color: black;
float: left;
width: 60%;
height: 100%;
margin-left: 5px;
margin-bottom: 15px;
color: aliceblue;
}
#div7{
background-color: black;
float: left;
width: 60%;
height: 100%;
margin-left: 5px;
margin-bottom: 15px;
color: aliceblue;
}
#div8{
width: 100%;
background-color: blue;
color: aliceblue;
}