-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_sheet.css
More file actions
129 lines (125 loc) · 1.96 KB
/
style_sheet.css
File metadata and controls
129 lines (125 loc) · 1.96 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
* {
margin: 0;
padding: 0;
}
html {
background: #999;
font-family: "Inter", sans-serif;
}
body {
overflow-y: scroll;
}
body {
overflow-x: scroll;
}
.body_wrapper {
width: 100%;
height: 350px;
background: #fff;
margin-top: 25px;
}
.body_wrapper_left {
width: 10%;
height: 350px;
float: left;
margin-left: 425px;
}
.wrapper_1 {
width: 70%;
height: 280px;
background: #30c;
margin-top: 25px;
margin-left: 20px;
float: left;
border-bottom-left-radius: 125px;
border-bottom-right-radius: 125px;
}
.wrapper_1_down {
width: 83%;
height: 70px;
background: #fff;
margin-top: 205px;
margin-left: 8px;
border-radius: 145px;
}
.body_wrapper_left_middle {
width: 8.5%;
height: 350px;
float: left;
}
.wrapper_2 {
width: 83%;
height: 280px;
background: #fc0;
margin-top: 25px;
margin-left: 2px;
float: left;
border-bottom-left-radius: 125px;
border-bottom-right-radius: 125px;
}
.box_1 {
width: 2%;
height: 5px;
margin-left: 5px;
}
.wrapper_2_down {
width: 83%;
height: 70px;
background: #fff;
margin-top: 200px;
margin-left: 8px;
border-radius: 145px;
}
.body_wrapper_right_middle {
width: 8%;
height: 350px;
float: left;
}
.wrapper_3 {
width: 89%;
height: 280px;
background: #3f3;
margin-top: 25px;
border-bottom-left-radius: 125px;
border-bottom-right-radius: 125px;
}
.box_2 {
width: 2%;
height: 5px;
margin-left: 5px;
}
.wrapper_3_down {
width: 83%;
height: 70px;
background: #fff;
margin-top: 200px;
margin-left: 8px;
border-radius: 145px;
}
.body_wrapper_right {
width: 9%;
height: 350px;
float: left;
}
.wrapper_4 {
width: 77%;
height: 280px;
background: #f00;
margin-top: 25px;
margin-left: 8px;
border-bottom-left-radius: 125px;
border-bottom-right-radius: 125px;
}
.box_3 {
width: 2%;
height: 5px;
margin-left: 5px;
}
.wrapper_4_down {
width: 85%;
height: 70px;
background: #fff;
margin-top: 200px;
margin-left: 7px;
border-radius: 145px;
}