Nothing specifically.
What challenges did you encounter, and how did you overcome them?Nothing for now.
What specific areas of your project would you like help with?Nothing yet.
Nothing specifically.
What challenges did you encounter, and how did you overcome them?Nothing for now.
What specific areas of your project would you like help with?Nothing yet.
Hello there. I would like to give you few tips that helped me:
main
element because it specifies the main content of a document instead of article
element that is more for forum (like) sitesid
because of specificity and other things that we need to keep in mind. Simple solution is to use class
just onceh4
, just use h2
and style itI hope this guidelines will help you in the future.
Kind regards, Jake.
was able to knock this one out pretty quick without much googling
What challenges did you encounter, and how did you overcome them?nothing in particular
What specific areas of your project would you like help with?none
Hello and well done. You did almost the same design as given. Here are a few things to keep in mind:
div class="card-container"
should be main
because it specifies the main content of a document<div class="tag">Learning</div>
should be span
h4
because you can use h2
and style it with CSSmargin-bottom
on every element and not to use default flex-direction: column;
distanceI hope this tips will help you. Have a nice day, Jake
Hello, you did very well, although according to your HTML and CSS there are few things that should be changed:
link
tags (in html head) for fonts or inside external stylesheet.css with @import rule at the top of the filediv class="container"
should be main
element because that container is main thing on the pageimg
element. Otherwise you should avoid id's because of simplifying things and id's specificity that we need to keep in mind if we use themfont-family
(and font size) is best to set on body
elementheight
of component and font-size
should bi smallermargines
, paddings
and border-radius
should be little biggerI hope this guidelines will help you in the future. Kind regards, Jake