Skip to content

ajitas/HW-Wireframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HW-Wireframe

Learning html,css,floats,positioning

Link to deployed site

hw-wireframe

Images

wireframe

technology used

  1. HTML
  2. CSS
    • float
    • position
    • padding

code snippets

<header>
    header
</header>
<nav>
    nav
</nav>
<section>
    section
    <article>
    article
    <div><strong>h1,h2,h3</strong></div>
    <p>p</p>
    <br>
    </article>
</section>
<aside>aside</aside>
<footer>
    footer
</footer>

Learning points

  • Idea behind the classes and ids
  • concept of box model
  • positioning of html elements using css float,padding

Author

Ajita Srivastava

License

Standard MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published