Pure CSS Tumpukan Kertas

11/16/2014




.kertastu {
    margin: 50px auto;
    background: #fff;
    width: 300px;
    height: 400px;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 0 1px #ccc,
                0 4px 0 -2px #fff,
                0 4px 0 -1px #ccc,
                0 8px 0 -4px #fff,
                0 8px 0 -3px #ccc;
}

h1, h2 {
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #666;
    text-align: center;
    padding: 100px 30px 0;
    font-weight: bold;
    font-size: 30px;
}

h1 span {
    color: #f48979;
    font-size: 60px;
    line-height: 120px;
}

h2 {
    font-size: 14px;
    color: #999;
    font-weight: 100;
}


Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline gunakan <u></u>.
  • Untuk menulis huruf strikethrought gunakan <strike></strike>.
  • Untuk menulis kode HTML gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silakan parse kode pada kotak parser di bawah ini.

Disqus
Tambahkan komentar Anda

No comments

Silakan tambahkan komentar sesuai dengan topik, terima kasih.