Skip to content

Commit a2ac52a

Browse files
committed
Implementing Border-radius.
1 parent 65999d0 commit a2ac52a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

starter/05-Design/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ h2 {
5656
text-decoration: none;
5757
text-transform: uppercase;
5858
font-weight: 500;
59+
5960
display: inline-block;
61+
border-radius: 100px;
6062
}
6163

6264
.btn:hover,
@@ -74,6 +76,9 @@ h2 {
7476
padding: 8px 12px;
7577
}
7678

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

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

161173
.chair-box {

0 commit comments

Comments
 (0)