We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a188a18 commit d22322aCopy full SHA for d22322a
starter/05-Design/style.css
@@ -57,6 +57,7 @@ h2 {
57
text-decoration: none;
58
text-transform: uppercase;
59
display: inline-block;
60
+ border-radius: 100px;
61
}
62
63
.btn:hover,
@@ -74,6 +75,10 @@ h2 {
74
75
padding: 8px 12px;
76
77
78
+img {
79
+ border-radius: 12px;
80
+}
81
+
82
/* ------------------------ */
83
/* COMPONENT STYLES */
84
@@ -131,6 +136,7 @@ img {
131
136
background-color: #087f5b;
132
137
color: white;
133
138
padding: 24px;
139
134
140
135
141
142
.testimonial-box {
@@ -153,6 +159,12 @@ img {
153
159
/* CHAIRS */
154
160
.chair {
155
161
box-shadow: 0 20px 20px 10px rgba(177, 172, 172, 0.35);
162
163
164
165
+.chair img {
166
+ border-bottom-left-radius: 0;
167
+ border-bottom-right-radius: 0;
156
168
157
169
.chair-box {
158
170
0 commit comments