-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_sheet.css
More file actions
32 lines (19 loc) · 2.16 KB
/
style_sheet.css
File metadata and controls
32 lines (19 loc) · 2.16 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
*{margin: 0; padding: 0;}
html{background-color: azure;}
body{overflow-y: scroll;}
body{overflow-x: scroll;}
.body_rapper{width: 100%; height: 950px; background-color: azure;}
.body_rapper_left{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 350px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_middle{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 10px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_right{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 350px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_left_1{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 10px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_middle_1{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 350px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_right_1{width: 23.3%; height: 300px; border-radius: 50%; margin-top: 25px; margin-left: 10px; float: left; background-color: rgb(9, 171, 177);}
.body_rapper_left_2 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177); margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}
.body_rapper_middle_2 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177); margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}
.body_rapper_right_2 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177); margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}
.body_rapper_left_3 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177);
margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}
.body_rapper_middle_3 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177); margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}
.body_rapper_right_3 {width: 93.3%; height: 262px; border-radius: 50%; background-color: rgb(9, 171, 177);
margin-top: 15px; margin-left: 10px; margin-bottom: 20px; float: left;}