semantic-structure

There are 2 repositories under semantic-structure topic.

  • sofiane-abou-abderrahim/html-css-basics-travel-landing-page

    I built a pretty travel landing page using HTML & CSS basics. Therefore, I implemented a HTML semantic strucure with convenient navigation bar and a logo. I also worked on the CSS layout of the website, using flexbox and the grid. Besides that, I imported normal images and background images as well. Then, I created a header positioned above the background image thanks to the positioning elements concept. Finally, I applied the default document flow and broke this default view with position absolute and position fixed. But, that's not it: I used selected properties, such as object fit to style the images properly...

    Language:HTML2100
  • Renato79/Footer-always-at-the-bottom

    I wrote this very simple example of Semantic Structure in HTML5 and CSS3 to help developers at their first experience to have a basic structured page, and solve the problem with a Footer that doesn't stay at the bottom of the page. How many times you read help requests where users can't make the Footer stay at the bottom of their webpage when the page is short and the screen is not filled? Here is the solution. I hope this will help.

    Language:HTML0101