VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
HTML & CSS Project Tutorial - Build a Recipes Website

HTML & CSS Project Tutorial - Build a Recipes Website

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
In this HTML and CSS project tutorial, you will improve your HTML and CSS skills by building a recipes website. - Code: https://github.com/john-smilga/html-css-simply-recipes https://github.com/john-smilga/html-css-simply-recipes -- Course from John Smilga of Coding Addict. https://www.youtube.com/channel/UCMZFwxv5l-XtKi693qMJptA - Starter Project video referenced in tutorial: https://www.youtube.com/watch?v=UDdyGNlQK5w
Date: 2022-03-14

Comments and reviews: 6


For the following code, the tags-list display -grid,- and the tags-list a display -block-
What is the relationship between the -grid- and -block- here, please explain in details.
Thanks
.tags-list -
display: grid;
grid-template-columns: 1fr 1fr 1fr;
-
.tags-list a -
text-transform: capitalize;
display: block;
color: var(--grey-500);
transition: var(--transition);
-

reply

I have completed this lesson and what I would like it suggest is that: try to make layout yourself at first and if you stuck at anything take help from video. In this way you can exactly figure out where your flaws are and you can improve yourself rather then just watching and copying and pasting. HAPPY CODING !!!
reply

Always remember to repent of your sins (sin is transgression of YAHUAH The Father In Heaven-s LAW: Genesis, Exodus, Leviticus, Numbers, & Deuteronomy) And Have Belief On Yahusha The Messiah. HE Died and Rose three days later so that you can be forgiven of your sins!
HE Loves you! Come to HIM--------

reply

Thanks everyone that-s worked on this, this has been a great help along my journey. I hope if I-m ever skilled enough to help others I would not hesitate to do so.
reply

i've got semi colon expected and selector expected warning when I try to code color and letter-spacing property at 19.34 . Is there any solution for that ?
reply

im confused somehow, some people make a nav link with ul > li > a, and some people code without a list. so which one do u prefer the most?
reply
Add a review, comment






Other channel videos