kebin20 / blogr-landing-page

A static landing page built with semantic HTML and responsiveness in mind.

Home Page:https://kebin20.github.io/blogr-landing-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Blogr landing page solution

This is a solution to the Blogr landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

TODO

  • Adjust layout and sizing for tablet screen sizes
  • Further adjust font sizing to suit extra large screen sizes

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I learnt that the parent element of the image that will need to be absolutely positioned will need a position:relative property so that the absolutely positioned element will adhere to the parent element, rather than adhering to body as a parent element.

Continued development

I still need a lot of practice with absolutely positioned elements as it is very difficult to keep it in place in different screen sizes.

Useful resources

  • CSS Tricks - This helped me for making absolutely positione elements. I really liked this pattern and will use it going forward.

Author

About

A static landing page built with semantic HTML and responsiveness in mind.

https://kebin20.github.io/blogr-landing-page/


Languages

Language:CSS 48.9%Language:HTML 39.8%Language:JavaScript 11.3%