Home » » Cara Membuat blog Berdisko.

Cara Membuat blog Berdisko.

Written By Unknown on Rabu, 05 Desember 2012 | 21.07

Hadir dengan tutorial baru buat sahabat blogger. Kali ini 4-jie mau berbagi tutorial yang aneh tapi keren keliatannya. yaitu tutorial Cara Membuat blog Berdisko. Bagaimana ya kalau blog berdisko. Wah makin hebat aja nih, bukan cuma manusia yang bisa berdisko, tapi blog juga bisa berdisko kalau dipasangin dengan yang namanya CSS. Blog Berdisko ini hanya bekerja pada browser yang sudah bermesin webkit. Oke, langsung aja nih tutorial cara membuat blog berdisko :

  1. Login ke blogger.com
  2. Pilih Rancangan --> Edit HTML
  3. Ganti CSS body { dengan CSS berikut
    body {
    margin:0;
    color:$textcolor;
    font:x-small Georgia Serif;
    font-size/* */:/**/small;
    font-size: /**/small;
    text-align: center;
    background:red;
    position:relative;
    animation-name: myfirst;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state-: running;
    /*Safari and Chrome: */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state-: running;}

    @keyframes myfirst
    {
    0% {background: red;}
    25% {background: yellow;}
    50% {background: blue;}
    75% {background: green;}
    100% {background: red;}
    }

    @-webkit-keyframes myfirst /*Safari and Chrome */
    {
    0% {background: red;}
    25% {background: yellow;}
    50% {background: blue;}
    75% {background: green;}
    100% {background: red;}
    }
  4. Simpan
Selamat berdisko disko ya sob


ARRTIKEL TERKAIT


Share this article :

0 komentar:

Posting Komentar

Popular Posts

 
Support : Your Link | Your Link | Your Link
Copyright © 2013. jhansen.web.id™ - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger