Demo/Start-up

Chaturbate Bio Design

Editor Optimized

Avoid


HTML Elements and CSS Attributes

Most used:

display:block; - can be used with any HTML tag
width:100%;min-width:10%; - the width is expressed in % and not in pixels
height:auto; - height is usually set as auto
box-sizing:border-box; - check this useful demo
list-style:none; - no marker is shown
line-height:normal - Chaturbate is a bit silly in interpreting space and font kernel and turns empty space as br into a paragraph and the space between paragraphs or other block elements is much more awkward, which is why the css line-height attribute defined in the syntax CSS is welcome
float:... - "forces" the HTML tag to be positioned to a certain side (right or left)
clear:... - remove the float position

float:none;clear:left

A few Layout examples


Go Back to main open source documentation