Posts by Ran Enoch:
Using CSS to Replace Content with an Image
Often there are times when, as a developer or designer, you might prefer to use an image rather than an HTML element to represent something — particularly if you’re dealing with text. Using an image lets you have more font […]
Using CSS to Create a Fixed Header
Fixed headers are a popular trend in web design, and adding one to your site can be as easy as adding a position: fixed line to your CSS, but often it’s a little more complicated than that. Some other styling […]
Media Queries: General Guidelines
Using media queries is a great way to optimize your sites for all different mobile viewports. When using media queries to make your site responsive and mobile friendly, it’s important to keep certain breaking points in mind. Use the media […]
How to Style Mandatory Fields with CSS3 Pseudo-Selectors
Using Pseudo-Selectors to Style Links
How To Use CSS3’s :not() Pseudo Selector
Tips for Flawless Responsive Design
1. Start with a clean design
There’s not a lot of space on mobile devices for inessential or complicated features. Starting off with a clean design will help your users to make sure they can clearly understand and navigate the content […]
