-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle15.css
More file actions
128 lines (106 loc) · 2.87 KB
/
style15.css
File metadata and controls
128 lines (106 loc) · 2.87 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
.div1{
background-color: cadetblue;
width: 450px;
height: 250px;
font-size: 25px;
/* border-style: dotted; */
/* border-style: dashed; */
/* border-style: solid; */
/* border-style: dashed; */
/* border-style: groove; */
/* border-style: double; */
/* border-width: 10px; */
/* border-style: outset; */
/* border-style: inset; */
/* border-style: ridge; */
/* border-color: darkred; */
/* border shortcut */
/* border: 10px solid yellow; */
}
.div2{
background-color: brown;
width: 450px;
height: 450px;
/* border-radius: 50%; */
/* border: 10px solid rgb(17, 58, 17); */
}
/* .div3{
background-color: rgb(110, 39, 12);
width: 600px;
height: 250px;
border-left: 50px solid rgb(11, 11, 138);
border-right: 50px solid rgb(18, 101, 133);
border-top: 50px solid rgb(43, 2, 81);
border-bottom: 50px solid rgb(79, 107, 22);
} */
/* .div4{
background-color: rgb(110, 39, 12);
width: 600px;
height: 250px;
border-left: 25px solid rgb(11, 11, 138);
border-right: 25px solid rgb(18, 101, 133);
border-top: 25px solid rgb(43, 2, 81);
border-bottom: 25px solid rgb(79, 107, 22);
border-radius: 50%;
} */
/* .div5{
background-color: white;
width: 600px;
height: 600px;
border-left: 25px solid rgb(11, 11, 138);
border-right: 25px solid rgb(18, 101, 133);
border-top: 25px solid rgb(43, 2, 81);
border-bottom: 25px solid rgb(79, 107, 22);
border-radius: 50%;
} */
/* .div6{
background-color: white;
width: 600px;
height: 600px;
border-left: none;
border-right: none;
border-top: 25px solid rgb(43, 2, 81);
border-bottom: 25px solid rgb(79, 107, 22);
border-radius: 50%;
} */
/* .div6{
background-color: white;
width: 600px;
height: 600px;
border-left: 25px solid rgb(43, 2, 81);
border-right: 25px dotted rgb(79, 107, 22);
border-top: 25px solid rgb(22, 107, 96);
border-bottom: 25px dashed rgb(71, 7, 43);
border-radius: 25px;
} */
/* .div7{
background-color: white;
width: 650px;
height: 300px;
border-left: 10px solid darkslategray;
border-right: 10px solid rgb(58, 2, 23);
/* border-radius: 25px; */
/* border-radius: 65px 0px 65px 0px; */
/* } */
/* .div8{
background-color: white;
width: 650px;
height: 300px;
border: 10px solid darkslategray;
/* margin-top: 250px;
margin-left: 150px;
margin-bottom: 250px;
margin-right: 150px; */
/* margin: 50px; */
/* margin: auto; */
/* } */
.div9{
background-color: white;
width: 650px;
height: 300px;
border: 10px solid darkslategray;
padding: 50px;
font-size: 25px;
margin: 100px;
padding: 50px 100px 300px 20px;
}