Yhello

Author: <span>Marcio Marim</span>

June 22, 2016

Dealing with browsers’ compatibility in the CSS file

When you try to implement a new appealing feature, you may face some annoying browser incpompatibilies that sometimes just can’t be fixed –oh hello, IE. Now, you may choose the easy way out and think of something to completely replace what you had in mind in the first place, but you may also want to stick to your idea, and […]

May 31, 2016

Add the reading time of an article

It can be very useful for your readers to know how much time they’ll spend on an article before they engage. We can estimate the total reading time based on the amount of text of the article and considering the average human read speed.  So here goes a very simple snippet to display the reading time […]

May 26, 2016

How to center a div or content in CSS3

We did it wrong for a very long time. Actually it’s not that we did it wrong, we just used to put way too much energy in centering a content and keeping it centered on any screen size, when a simple easy command could do the job. Horizontally align a content or div is easy, just use text-align: […]