view default/static/blog.css @ 15:c319291943be

static: css.js (library for basic style manipulation) first draft
author Goffi <goffi@goffi.org>
date Thu, 04 May 2017 00:55:06 +0200
parents b13a26d55c64
children 8cdcbe0d7dee
line wrap: on
line source

article {
    margin: 2% auto;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1%;
    background: lightgray;
}

article div.content {
    text-align: justify;
    font-size: 0.9em;
}

article img {
    max-width: 100%;
}