We are a group of Software Engineers with a dream. This dream is of providing people with great tools to create an online presence, and do so with no technical knowledge. We also would like to NOT be evil.
Contributed by Filip Mares
I've been on a mission for the past day or so to find the most common css properties which we can add to any HTML element. Seems no one compiled a list anywhere, so here is my list:
background:
background-color (rgb, hex, name, transparent)
background-image (url location, none)
background-repeatn (x y)
background-attachment(scroll fixed)
background-position (repeat, repeat -x -y, no-repeat)
border (-top, -right, -bottom, -left):
border-width (% px em)
border-style (none, dotted, dashed, solid, double...)
border-color
font:
font-style (normal, italic, oblique)
font-variant (normal, small-caps)
font-weight (bold, bolder, lighter, normal, 100-900)
font-size (lenght, %, xx-small to xx-large)
font-family (family name eg. Arial)
//Spacing outside border
margin:
margin-top
margin-bottom
margin-right
margin-left
//spacing inside border, aka padding within
padding:
padding-top
padding-bottom
padding-right
padding-left
Technically these properties exist, but Automagical will most likely isolate this from the user:
position
top
right
left
bottom
float