-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss_task1style.css
85 lines (85 loc) · 1.52 KB
/
css_task1style.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
table {
border-radius: 10px;
margin-left: auto;
margin-right: auto;
background-color: #96d4d4;
border: 1px solid black;
width: 50%;
}
th,
td {
border-radius: 10px;
border: 1px solid black;
}
.c1 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 8px;
display: inline-block;
margin-right: 10px;
}
.c2 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 12px;
display: inline-block;
margin-right: 10px;
}
.c3 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 20px;
display: inline-block;
margin-right: 10px;
}
.c4 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 15px;
display: inline-block;
margin-right: 10px;
}
.c5 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 5px;
display: inline-block;
margin-right: 10px;
}
.c6 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 17px;
display: inline-block;
margin-right: 10px;
}
.c7 {
height: 50px;
width: 100px;
border: 5px solid #9cc54b;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
.c8 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 6px;
display: inline-block;
margin-right: 10px;
}
.c9 {
height: 70px;
width: 120px;
border: 5px solid #9cc54b;
border-radius: 6px 17px 12px 25px;
display: inline-block;
margin-right: 10px;
}