Skip to content

Commit 663a192

Browse files
committed
adding border radius
1 parent f4ab06c commit 663a192

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

practice/05 - Design/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ h2 {
5959
text-transform: uppercase;
6060
display: inline-block;
6161
font-weight: 500;
62+
border-radius: 100px;
6263
}
6364

6465
.btn:hover,
@@ -76,6 +77,10 @@ h2 {
7677
padding: 16px 32px;
7778
}
7879

80+
img {
81+
border-radius: 12px;
82+
}
83+
7984
/* ------------------------ */
8085
/* COMPONENT STYLES */
8186
/* ------------------------ */
@@ -133,6 +138,7 @@ img {
133138
background-color: #087f5b;
134139
color: #fff;
135140
padding: 24px;
141+
border-radius: 12px;
136142
}
137143

138144
.testimonial-box {
@@ -155,6 +161,12 @@ img {
155161
/* CHAIRS */
156162
.chair {
157163
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
164+
border-radius: 12px;
165+
}
166+
167+
.chair img {
168+
border-bottom-left-radius: 0;
169+
border-bottom-right-radius: 0;
158170
}
159171

160172
.chair-box {

0 commit comments

Comments
 (0)