Best practice for CSS/HTML Layouts - Div's or Semantic HTML? [closed] - css

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
When creating HTML layouts should I use:
DIV classes and ID's
Semantic HTML5
Blend of both?

Semantic HTML5 is preferred, but it depends on your targeted scenario and type of homepage/application.
A more specific answer can be given if you clarify your question a bit.

Related

Is centering an element vertically using flexbox a good practice? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I've read a few times that if you need to center an element vertically you can use flexbox. Is this really a good practice? Or is there a better way to do this without flexbox?
Flexbox is the latest and the most improved styling version and it. is an absolute yes to your. question . However it is not the only way , it is possible to use. . and margins and many more but Flexbox is by far the best way that could rather. be difficult to understand in the beginning . Reffer to this amazing. document which. even i still sometime go back to .
https://www.internetingishard.com/html-and-css/flexbox/

is it bad to use flex on css styling? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I want to know that if i use flex on CSS style sheet will it not work properly on other uncommon browsers and devices? I tested on chrome and Firefox it works fine. but hard to check with all browsers. I need some expert advice.
It might cause a problem on some really old browsers, but they are negligible.

Where to look for differences when the CSS is seemingly the same? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
the answers I found on the Internet are all pretty specific. So what should I generally do when two elements, their children, and their parents have seemingly the same CSS attributes, but look different?
Inspect the element and look at the styles tab of your developer tools. The style rules appear in the order they are applied and the top most rule is with the highest priority.

gutter-width in a CSS grid [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
This may be a silly question, so my apologies in advance.
I'm designing a CSS grid for my website. The overall width of the grid is 1150px divided into 12 columns. But when it comes to the gutter width: It it best to use a small or big width? Or do you choose that depending on how you want your website to look/be styled?
Thanks for any help!
Gutter is a concept independent of CSS and it is related to a better legibility (easier to read).
There is no predefined rule about the width. Just set the whitespace between columns to some value that you want.
This value depends about what you looking for in your website (legibility, structure, design, information architecture ).

css theme libraries [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Are there any other css theme libraries that are similar to bootstrap twitter css?
they should offer:
styling of every element
extras such as alert boxes
I think Bootstrap is kind of special. if you look for something similar, maybe you should give a try to Blueprint (http://blueprintcss.org/)

Resources