Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 965 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 965 Bytes

HTML-CSS.BusinessCard

BUSINESS CARD PROJECT WITH CSS AND HTML ONLY.

'index.html' (for 'MyCard - final-version') contains HTML structure of the web page.
'style.css' (for 'MyCard - final-version') contains CSS styling of the web page (including mediaqueries).

In 'style.css' there are comments to help navigate through the code.

The project contains examples of most of the basic functionalities that CSS offers and at least one example for each functionality mentioned in the project scope:

  • Box-model
  • cascading CSS
  • CSS selectors
  • popular HTML tags
  • how to add CSS file to HTML file
  • different color notations
  • text styling
  • outside icons/fonts (fontawesome, google fonts)
  • Flexbox and/or CSS Grid
  • Position (absolute, relative)
  • animations keyframes
  • form (wysłanie formularza może powodować przeładowanie strony, gdyż w kursie nie było jeszcze jego obsługi)
  • Responsive Web Design
  • CSS variables

Hope you like it :)

K.