Front-End Developer — currently attending HackerYou and getting started in the Toronto tech and entrepreneurship scene.
Anyone who has worked with the various HTML form elements on a project will agree on one thing: they are a nightmare to style in CSS (sometimes). These semantic elements have a number of special properties and quirks that often make them respond unexpectedly to the styles we try to apply…
I’m writing this blog post to provide a bit of a basis and background for a CSS property you may or may not yet be familiar with: transform: scale. In the past have used other transform functions in CSS such as translateX and translateY…