-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_entr_7.css
More file actions
80 lines (69 loc) · 946 Bytes
/
css_entr_7.css
File metadata and controls
80 lines (69 loc) · 946 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body,html{
height:100%;
width:100%;
margin: 0;
padding: 0;
}
body{
display:flex;
flex-direction:column;
justify-content:space-between;
}
#main1{
display:flex;
width:30%;
height:30%;
background-color: red;
}
#main1>#first{
height:50%;
width:33%;
background-color:blue;
display:flex;
align-items:center;
justify-content:center;
}
#main1>#first>#first{
height:30%;
width:30%;
background-color:white;
}
#main1>#second{
height:50%;
width:67%;
background-color:white;
}
#main2{
width:30%;
height:30%;
background-color: red;
}
#third{
position: relative;
width:100%;
height:50%;
background-color: yellow;
}
#fourth{
height:25%;
width:100%;
background-color: blue;
}
#main3{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
width:30%;
height:30%;
background-color: white;
}
#fifth{
height:35%;
width:40%;
background-color: blue;
}
#sixth{
height:35%;
width:40%;
background-color: red;
}