Hi, this is my first challenge.
Stone Leiderson
@stone-leidersonAll comments
- @Anita-josephSubmitted over 4 years ago@stone-leidersonPosted over 4 years ago
Great job on the layout! I noticed the background color is different in the header section. If you fix that to match the rest of the body's background it would look great!
0 - @chiragit2009Submitted almost 5 years ago
Four card feature section Using HTML and CSS,
Please check my code and share my learning level through my code.
@stone-leidersonPosted over 4 years agoGood job on the solution!
Some things I noticed in your code was repeating items or unnecessary classes like .top-cyan-line, etc. Instead, use the border-top property on your .card-1 classes.
Also, for the img class, you can group them into one class instead of writing the same properties for each image.
Definitely try grouping and condensing as much of your properties as possible to avoid repeating your code.
Other than those minor custodial changes, you matched the design very closely! Nice work.
1 - @AngeLL0Submitted almost 5 years ago@stone-leidersonPosted almost 5 years ago
For the cards, I would try using text-align: left; to get the text in the boxes to align left.
Also, try condensing or grouping similar styles together. You repeat yourself a few times in your css. Other than that, good job on completing the challenge!
0