Skip to main content

Home/ CSS Evangelist/ Group items tagged calculator

Rss Feed Group items tagged

anonymous

Strengthen the Impact of Your Web Design with Website Analytics - 0 views

  •  
    Some people associated with the web design industry think that usage of website analytics is limited to calculating traffic. However, the reality is that website analytics can be used for understanding user behavior, geographical location of visitors, and calculating conversion rate of the website.
yc c

Em Calculator - 0 views

  •  
    Em font size converter
Gary Edwards

The CSS Box Model | Chris Coyier CSS Tricks - 0 views

  •  
    Chris Coyier discusses the basics of the CSS Box Model: "every element in web design is a rectangular box. This was my ah-ha moment that helped me really start to understand CSS-based web design and accomplish the layouts I wanted to accomplish. We've talked about the positioning of these boxes a bit, and about their behavior." "What we haven't talked about much is the box itself. How is the size of the box calculated exactly? "
Vernon Fowler

Confused About REM and EM? | Jeremy Church - 0 views

  • Use REM for consistent padding and margins
  • update font sizes and padding within a media query
  • @media screen and (min-width: 1400px) {   html { font-size: 1.25em; } }
  • ...2 more annotations...
  • If a style sheet is built in a modular fashion, then rem shouldn’t be needed very often, but it can be handy at times.
  • The initial values are calculated by incrementing 1em(16px) at a 1:1.2 ratio.
1 - 10 of 10
Showing 20 items per page