Skip to content

Commit f706e07

Browse files
committed
section-5: Customized border radius.
1 parent b5b8f75 commit f706e07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

starter/05-Design/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ h2 {
4444

4545
.btn:link, .btn:visited {
4646
background-color: #087f5b;
47+
border-radius: 100px;
4748
color: #fff;
4849
display: inline-block;
4950
font-weight: 500;
@@ -101,6 +102,7 @@ h1 {
101102
}
102103

103104
img {
105+
border-radius: 12px;
104106
width: 100%;
105107
}
106108

@@ -125,6 +127,7 @@ img {
125127
/* TESTIMONIAL */
126128
.testimonial-section {
127129
background-color: #087f5b;
130+
border-radius: 12px;
128131
color: #fff;
129132
padding: 24px;
130133
}
@@ -148,9 +151,15 @@ img {
148151

149152
/* CHAIRS */
150153
.chair {
154+
border-radius: 12px;
151155
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
152156
}
153157

158+
.chair img {
159+
border-bottom-left-radius: 0;
160+
border-bottom-right-radius: 0;
161+
}
162+
154163
.chair-box {
155164
padding: 24px;
156165
}

0 commit comments

Comments
 (0)