Slick Media Blog

Covering Website Design, Coding, SaaS, Software and Tech.
Editorial by
Glenn

The difference between EM and REM and how to set and responsively adjust the base font size

This is some text inside of a div block.
This is some text inside of a div block.
In modern website design, knowing how to effectively use CSS units like rem and em for font sizing and layout is essential. The differences in use can significantly impact your website's accessibility, responsiveness, and overall user experience. Central to this is understanding the differences between rem and em units and how to set and adjust the initial base font size for your web projects.

CSS Target all mobile devices

This is some text inside of a div block.
This is some text inside of a div block.
If you are looking to make a universal CSS rule for all mobile devices then use the following CSS media query.

Remove Input Inner Shadow on Mobile Safari

This is some text inside of a div block.
This is some text inside of a div block.
How to remove the Inner Shadow on Mobile Safari form Inputs with mobile specific CSS

CSS for Mobile and Other Devices

This is some text inside of a div block.
This is some text inside of a div block.
CSS Media Queries for Mobile and Other Devices