Skip to content

BZIvanov/Learning-HTML-and-CSS

Repository files navigation

Learning HTML & CSS

This is repository containing simple tasks about learning HTML5 and CSS3.

MDN docs

In general for all kind of elements, attributes, etc... refer to the MDN docs for detailed information and additional examples.

VSCode

This section is useful and recommending using VSCode as an IDE.

Live server extension

Live Server is very useful extension for creating server on which we can run our simple html files. The benefit is also, that changes will get auto applied after we save the file.

To use the extension select the html file you want to use and click the live server icon placed in bottom line of your VSCode editor.

Useful tools

You can search in a website called Codepen for more advanced and interesting examples.

Content

  1. HTMLTags - various html tags
  2. Colors - learning examples for colors
  3. TextStyling - learning to style texts
  4. BoxModel - info about the box model
  5. Positioning - demos and projects about positioning
  6. FlexBox - flex box
  7. Grid - grid
  8. MediaQueries - media queries
  9. Forms - demos and projects about forms
  10. Selectors - css selectors
  11. AdvancedSelectors - advanced css selectors
  12. Animations - demos and projects about animations
  13. Variables - css variables
  14. AdditionalExamples - additional examples
  15. DemoProjects - projects focused on various topics

About

Learning materials related to HTML5 and CSS3.

Topics

Resources

Stars

Watchers

Forks