Skip to content

mashotu/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odin-recipes

This repo reflects my skills and fundamentals on HTML/CSS

Skills Demonstrated

HTML

  • Fundamentals of Elements and Tags
    • Elements are a composition of the opening tag, content, and closing tag
    • Tags are to be used to let the browser know the type of content or meta-information to be wary of so that it renders
  • HTML boilerplate
  • Working with text
    • Paragraphs <p>
    • Headings <h1, h2, h3, ... h6>
    • Bold <strong>
    • Emphasis <em>
    • Parent/child/siblings relationships between nested tags
    • Creation of HTML comments
  • Lists
  • Links and Images

CSS

  • Basic styling
  • Understanding the cascade: Specificity, Inheritance, and Rule order
  • Using the in-browser inspector
  • Understand of the Box Model -> Margin, Border, Padding, Content
  • Block, Inline, and Inline block

Websites preview

Odin Recipes

About

Recipes module from Odin Foundational section

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published