Medium
eleftheriabatsou.medium.com › freecodecamp-basic-css-8e38eac3170f
FreeCodeCamp: Basic CSS. Walk-through and solutions. This… | by Eleftheria Batsou | Medium
November 10, 2019 - Walk-through and solutions. This article will walk you through freecodecamp.org “Basic CSS” challenges.
HTML-Step 13 ask about the answer
Tell us what’s happening: Describe your issue in detail here. **Your code so far**
CatPhotoApp
Cat Photos
Click here to…
More on forum.freecodecamp.orgBuilding a Quiz 28
Step 28 Give each fieldset an adequate name attribute. Then, give both unordered lists a class of answers-list. Finally, use the legend to caption the content of the fieldset by placing a true/false question as the text content. Test Sorry, your code does not pass. More on forum.freecodecamp.org
Html step 12 ask about the answer of this step
Tell us what’s happening: Describe your issue in detail here. **Your code so far**
CatPhotoApp
Cat Photos
Click here to…
More on forum.freecodecamp.orgHTML-CSS Exercises
So I recently decided I’m going to learn to code with the aim of quitting my 9-5 and becoming a full time remote web developer (or similar). Anyway I was working through the HTML and CSS introductory exercises today. There is a lot to take in and I was wondering if there are any practice ... More on forum.freecodecamp.org
Videos
01:01:38
How to: Basic CSS 💪| FreeCodeCamp - YouTube
36:20
Basic CSS Full Course: Responsive Web Design Free Code Camp - YouTube
20:19
Waypoint: HTML and CSS FreeCodeCamp Part 1 Exercises 1-20 - YouTube
Learn CSS in this free 6-hour video course
07:48
CSS Grid | ALL SOLUTIONS | freeCodeCamp - YouTube
Quizlet
quizlet.com › 299464416 › freecodecamp-basic-css-flash-cards
FreeCodeCamp: Basic CSS Flashcards | Quizlet
Order of classes declared within an element does not matter. id declarations will override class declarations inline styles overrideall CSS declarations in your style element Ultimate Override can be accomplished with important property e.g.color: red !important;Hexadecimal colors16 base numbers 0-9 and A-F represent 10-16.
GitHub
github.com › h4r1m4u › freecodecamp-solutions › tree › master › Front End Development Certification › 01 - html5-and-css
freecodecamp-solutions/Front End Development Certification/01 - html5-and-css at master · h4r1m4u/freecodecamp-solutions
Solutions to FreeCodeCamp.com challenges and projects. - freecodecamp-solutions/Front End Development Certification/01 - html5-and-css at master · h4r1m4u/freecodecamp-solutions
Author h4r1m4u
freeCodeCamp
forum.freecodecamp.org › html-css
Building a Quiz 28 - HTML-CSS - The freeCodeCamp Forum
June 25, 2022 - Step 28 Give each fieldset an adequate name attribute. Then, give both unordered lists a class of answers-list. Finally, use the legend to caption the content of the fieldset by placing a true/false question as the tex…
freeCodeCamp
forum.freecodecamp.org › html-css
Html step 12 ask about the answer of this step - HTML-CSS - The freeCodeCamp Forum
June 2, 2022 - Tell us what’s happening: Describe your issue in detail here. **Your code so far** CatPhotoApp Cat Photos Click here to view more cat photos. cat photos **Your browser informati...
freeCodeCamp
forum.freecodecamp.org › html-css
HTML-CSS Exercises - HTML-CSS - The freeCodeCamp Forum
July 12, 2018 - So I recently decided I’m going to learn to code with the aim of quitting my 9-5 and becoming a full time remote web developer (or similar). Anyway I was working through the HTML and CSS introductory exercises today. There is a lot to take in and I was wondering if there are any practice ...
freeCodeCamp
forum.freecodecamp.org › html-css
I want to review the lessons with the answers I provided - HTML-CSS - The freeCodeCamp Forum
October 27, 2018 - Tell us what’s happening: Previously when I went through checkmarked curriculum sections, I could review what was written and the correct answers, then click continue to review the next section. Now however, before starting the review projects, clicking through the checkmarked sections resets ...
freeCodeCamp
forum.freecodecamp.org › html-css
Step 42 What's the answer? - HTML-CSS - The freeCodeCamp Forum
June 13, 2022 - It appears to be the simplest of tasks and yet my code is not accepted
freeCodeCamp
forum.freecodecamp.org › the odin project
Learn CSS Foundations Projects - CSS Foundations Exercise E - The Odin Project - The freeCodeCamp Forum
March 8, 2024 - Tell us what’s happening: Here’s my CSS code which should be accepted because I’ve reached the results as the task required. Can someone answer me? Thank you! div > p{ background-color: yellow; color: red; font-size:…
Reddit
reddit.com › r/freecodecamp › freecodecamp / responsive web design learn basic css by building a cafe menu / i'm stuck in step 16.
r/FreeCodeCamp on Reddit: freeCodeCamp / Responsive Web Design Learn Basic CSS by Building a Cafe Menu / i'm stuck in step 16.
August 20, 2023 -
Step 16
Now you need to link the styles.css file so the styles will be applied again. Nest a self-closing link
element in the head element. Give it a rel attribute value stylesheet and an href
attribute value of styles.css.
my solution:
<head> <meta charset="utf-8" /> **<link rel="stylesheet" href="styles.css" />** <title>Cafe Menu</title> </head>
answer: Sorry, your code does not pass. Hang in there. You should have one self-closing link
element.
what's wrong with my code?
I think I've tried all variations....
freeCodeCamp
forum.freecodecamp.org › html-css
Step 8 challenge - HTML-CSS - The freeCodeCamp Forum
May 28, 2022 - challenge step 8: am given a hint that a space should exist between the element and src but after doing so still i can not move to the next step. **Your code so far** CatPhotoApp Cat Photos Click here to view more cat photos. **Your browser information:** User...
freeCodeCamp
forum.freecodecamp.org › html-css
CSS problems with your program - HTML-CSS - The freeCodeCamp Forum
February 2, 2019 - I tried to do the CSS section and from the start, the colors need to be changed so I changed them to red or blue or whatever and even used the forum to verify my answers tried to send out the problem on the forum and i’m being denied because i have to use the forum more? how do i fix your problems? the code i did was right and even found the right answers on the forum that matched my answers the text changed to the right color and all the other check boxes are selected but it fails me due to the...