Explain Codes LogoExplain Codes Logo

Css

Center fixed div with dynamic width (CSS)

css
responsive-design
performance
best-practices

How to set the margin or padding as percentage of the height of a parent container?

css
responsive-design
best-practices
css3

How can I stop float left?

css
best-practices
responsive-design
performance

How to set a:link height/width with css?

css
responsive-design
best-practices
css-specificity

Disable vertical scroll bar on div overflow: auto

css
responsive-design
best-practices
cross-browser-compatibility

Border Height on CSS

css
responsive-design
best-practices
css-pseudo-elements

Float:left; vs display:inline; vs display:inline-block; vs display:table-cell;

css
responsive-design
performance
best-practices

Styling every 3rd item of a list using CSS

css
responsive-design
best-practices
performance

Fixed header, footer with scrollable content

css
responsive-design
best-practices
performance

Pulsing heart CSS animation

css
responsive-design
animation
css-animations

How to vertically center text in a <span>?

css
responsive-design
best-practices
flexbox

Css height in percent not working

css
responsive-design
best-practices
css-units

Make anchor link go some pixels above where it's linked to

css
scroll-position
javascript-scrolling
css-positioning

Make outer div be automatically the same height as its floating content

css
responsive-design
best-practices
flexbox

Make body have 100% of the browser height

css
responsive-design
best-practices
viewport-units

Why is vertical-align: middle not working on my span or div?

css
responsive-design
best-practices
css-transforms

How to make this illumination effect with CSS

css
responsive-design
performance
best-practices

Ellipsis for overflow text in dropdown boxes

css
responsive-design
best-practices
pseudo-elements

What are the implications of using "!important" in CSS?

css
responsive-design
best-practices
specificity

Absolute position and Overflow:hidden

css
positioning
overflow
css-tricks