Skip to content

Commit 9deebe8

Browse files
author
Luxygit
committed
Made the cards a bit bigger
1 parent 9385bf4 commit 9deebe8

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

zoo-css-challenge/style.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,18 @@ h3 {
157157
color: #ffffff;
158158
}
159159

160-
.dinotable, th {
161-
border-color: #fff;
162-
border-radius: 10px;
163-
border: 1px solid;
164-
padding-right: 5px;
165-
padding-left: 5px;
166-
margin:auto;
160+
.dinotable,
161+
th {
162+
border-color: #fff;
163+
border-radius: 10px;
164+
border: 1px solid;
165+
padding-right: 5px;
166+
padding-left: 5px;
167+
margin: auto;
167168
}
168169

169-
td, th {
170+
td,
171+
th {
170172
padding: 10px;
171173
text-align: center;
172174
}
@@ -185,7 +187,7 @@ td, th {
185187
background-color: white;
186188
padding: 20px;
187189
margin: 10px;
188-
width: 30%;
190+
width: 29%;
189191
border: 1px solid black;
190192
border-radius: 10px;
191193
}
@@ -225,7 +227,7 @@ td, th {
225227
max-width: 400px;
226228
}
227229

228-
.education-container > button{
230+
.education-container > button {
229231
font-size: 1.5em;
230232
border-radius: 20px;
231233
}
@@ -238,7 +240,6 @@ td, th {
238240
background-color: #50e776;
239241
}
240242

241-
242243
.education-container h3,
243244
.education-container p {
244245
margin-bottom: 1em;
@@ -264,6 +265,5 @@ td, th {
264265
/*Programs*/
265266

266267
.programs .card {
267-
display: inline-block;
268-
width: 25%;
268+
width: 29%;
269269
}

0 commit comments

Comments
 (0)