Jump to content

I'm making a very minimalist and quick layout for my blog. Point is to make it faster than the current one, use less tags - using more semantic structure as well as schema parsed by Google.

 

- version 1

- version 2 - with white boxes, looks better for the content block, but the header and navigation not so much....

 

So which version do you like? Which one is better to read?

 

Link to comment
https://linustechtips.com/topic/957975-making-a-website-layout-feedback-needed/
Share on other sites

Link to post
Share on other sites

27 minutes ago, riklaunim said:

I'm making a very minimalist and quick layout for my blog. Point is to make it faster than the current one, use less tags - using more semantic structure as well as schema parsed by Google.

 

- version 1

- version 2 - with white boxes, looks better for the content block, but the header and navigation not so much....

 

So which version do you like? Which one is better to read?

 

I would make a 3rd version where the <header> and <main> elements have the following styles:

header, main {
    border: 0;
    box-shadow: 0 0 0 0;
    background-color: inherit;
}

This gives it a nice mix between having a clearly defined menu and footer without becoming too blocky in the content or for the logo / header area.

 

image.png.91dc2e8ee3b2acdb5c08f249df64c045.png

image.png.5ddbe7db859ed7c4f90c7caf73fecaf3.png

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×