fix(curriculum): add empty line in box model assignment section (#56032)

This commit is contained in:
Rudra Pratap Singh
2024-09-07 00:25:41 +05:30
committed by GitHub
parent d5d0584f00
commit aa88ca709a

View File

@@ -13,6 +13,7 @@ In the Elements pane, you can see the entire HTML structure of your page. You ca
When an element is selected, the Styles tab will show all the currently applied styles, as well as any styles that are being overwritten (indicated by a strikethrough of the text). For example, if you use the inspector to click on the “Your Career in Web Development Starts Here” header on <a href="https://www.theodinproject.com/" target="_blank">the The Odin Project homepage</a>, on the right-hand side youll see all the styles that are currently affecting the element, as seen below:
<img src="https://cdn.freecodecamp.org/curriculum/odin-project/the-box-model/overwritten-style.png" alt="CSS code snippet in the developer console showing .hero_main-heading with applied margin-bottom: 100px, padding-bottom: 1.875rem, .accent color #ce973e. h1 style rules include font-size, weight, letter-spacing, with its margin-bottom: 2rem overridden.">
# --assignment--
Play around with Chrome Dev Tools and see if you can answer the following question.