Skip to content

Commit 4328d45

Browse files
committed
feat: implementing border-radius
1 parent f185411 commit 4328d45

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,6 +56,7 @@ h2 {
5656
text-transform: uppercase;
5757
font-weight: 500;
5858
display: inline-block;
59+
border-radius: 100px;
5960
}
6061

6162
.btn:hover,
@@ -73,6 +74,10 @@ h2 {
7374
padding: 8px 12px;
7475
}
7576

77+
img {
78+
border-radius: 12px;
79+
}
80+
7681
/* ------------------------ */
7782
/* COMPONENT STYLES */
7883
/* ------------------------ */
@@ -130,6 +135,7 @@ img {
130135
background-color: #087f5b;
131136
color: #fff;
132137
padding: 24px;
138+
border-radius: 12px;
133139
}
134140

135141
.testimonial-box {
@@ -152,6 +158,12 @@ img {
152158
/* CHAIRS */
153159
.chair {
154160
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
161+
border-radius: 12px;
162+
}
163+
164+
.chair img {
165+
border-bottom-left-radius: 0;
166+
border-bottom-right-radius: 0;
155167
}
156168

157169
.chair-box {

0 commit comments

Comments
 (0)