

Karen Menezes

Blog | Assorted | Online Footprint

@me | @web-portfolio

karen.menezes@gmail.com

Year
2020
Jan
2019
Jul
2018
May
2016
Aug Jan
2015
Jul Mar
2014
Dec Nov Oct Jun Apr Jan
2013
Dec Oct Aug Jun May Jan
2012
Dec Nov Sep Aug
Categories
Code Ecology
Another Pure CSS Checkbox Article

on 1 November, 2014

So here we go again. Three demos of pure CSS checkboxes and radio buttons. I generally keep my demos raster free and bereft of extra styling. The reason is so you can add your own styles and not have to override the demo styles.

Slanted buttons with 3 lines of CSS

on 18 June, 2014

Two weeks ago, a designer sent in an app landing-page mockup with slanted buttons. I attempted to do this the most natural way, i.e. using CSS transforms via skew. I skewed the button selector and it worked beautifully, except that it skewed the text as well.

Pure CSS icons for app views

on 1 May, 2013

Multiple views are a useful UI feature to allow users to choose how they wish to browse content on a web application. The most common views are thumbnail, detail and list views. The icons for the same are pretty straightforward. Of course, in the spirit of resolution independence, I was dead against using raster graphics, so PNG and JPG file formats went out of the window.