Idioma español
nueva versión 1.0
reloj reduce tiempos
Reduces time web layout code
logo Markercss
logo Markercss
Code for web page layout,
flexibly and quickly, based on standard CSS.

With Markercss is easier!


Web layout can be a tedious process in which they must create and name all the layer styles and text and define all attributes.

Another difficulty arises from having to remember the characteristics of each style, and finding a style within ten classes created.



.container01 {
    position:relative;
    float:left;
    width:500px;
    height:700px;
    }

.container02 {
    position:relative;
    float:left;
    width:50px;
    height:70px;
    }
    
    				
<div class=”container01”> <div class=”container02”></div> </div>

With Markercss the process is limited to introducing the References and presto, it's that easy.



<div class=”rl w500 h700”>
    <div class=”rl w50 h70”></div>
</div>


Markercss and upload speed


While it includes many Markercss references these are arranged so that the speed is not affected.

And for this, for example the width is about from 10 to 1000 values, but does so in multiples of 10, for example w10, w20 ... so the code download is normal.


Markercss using preset references


Markercss includes styles necessary to create your website, so you just have to incorporate references.



<div class=”A s10”></div>


Branch access issues for a clearer


Markercss is divided into different subjects for better access, layout, borders, backgrounds, links, forms, text, colors and tables.


Markercss sum!


If you are used to mark up the traditional way, you can use to supplement Markercss your web pages, so you can make your pages more easily and complementary.
video en Markercss
w3c en Markercss
We also give example and pass the W3C standards.
w3c en Markercss
W3C members are mainly aimed at driving the Web its full potential: for Markercss was essential
to ensure a code that meets these standards.
© 2010 Markercss · Privacy Policy & Terms of Use