Shaare your links…
408 links
Liens · Devenet Home Login RSS feed Tags cloud
  • Responsive Tables in Pure CSS - LivingSocial's Technology Blog - Le Hollandais Volant → http://lehollandaisvolant.net/?id=20150528170631
    Comment transformer un tableau en un tableau responsive lisible sur des petits écrans

    @media (max-width: 500px) {

    /* table + tbody are blocks */
    #mytable, #mytable tbody {
    display: block;
    width: 100%;
    }

    /* each row becomes table */
    #mytable tr {
    display: table;
    margin-top: 20px;
    width: 100%;
    border-spacing: 5px 0;
    }

    /* each cell becomes a row (of the row that had become a table)  */
    #mytable tr td {
    display: table-row;
    width: 100%;
    }
    }
    Thu May 28 18:03:08 2015 – #permalink
    css web
Shaarli by sebsauvage
Shaarli-Theme by Nicolas based on idleman theme