Sabtu, 30 Juni 2012

CSS3 Linear Gradients ini pasti keren bagi anda pecinta desain warna dengan background yang unik tentunya, dengan css3 linear gradient ini background blog akan lebih cantik dan keren. Screen shotnya sebagai berikut :
 CTRL + Click Untuk Lihat Gambarnya
Caranya :
  • Edit HTML
  • Lalu cari kode 
body {
background: 

}
  • Lalu hapus kode background:  dan ganti dengan kode dibawah ini
1.   LINIER DARI PUTIH KE BIRU
background: -webkit-linear-gradient(right, #00abeb, #fff);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00abeb), color-stop(1, #fff));
background: -moz-linear-gradient(right, #00abeb, #fff);
background: -o-linear-gradient(right, #00abeb, #fff);
filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#00abeb, EndColorStr=#fff)";
background: linear-gradient(right, #00abeb, #fff);
background: -webkit-gradient(linear, right center, left center, from(#00abeb), to(#fff));
2,   LINIER DARI KUNING KE ABU ABU
background:-moz-linear-gradient(left top 315deg,orange,yellow 30%,white 40%);
background:-webkit-linear-gradient(color-stop(30%,color-stop(40%),gray));
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,color-stop(30%),color-stop(1,color-stop(40%)),gray));
background:-moz-linear-gradient(color-stop(30%,color-stop(40%),gray));
background:-o-linear-gradient(color-stop(30%,color-stop(40%),gray));
filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=color-stop(30%,EndColorStr=color-stop(40%)";
background:linear-gradient(color-stop(30%,color-stop(40%),gray));
3.   LINIER BIRU DI TENGAH
background:-moz-linear-gradient(center top,#b8d8f2,#92bde0 25%,#3282c2 50%,#92bde0 75%,#b8d8f2);
background:-webkit-linear-gradient(color-stop(25%,color-stop(50%),#3282c2),color-stop(75%,#92bde0),to(#b8d8f2));
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,color-stop(25%),color-stop(1,color-stop(50%)),#3282c2),color-stop(75%,#92bde0),to(#b8d8f2));
background:-moz-linear-gradient(color-stop(25%,color-stop(50%),#3282c2),color-stop(75%,#92bde0),to(#b8d8f2));
background:-o-linear-gradient(color-stop(25%,color-stop(50%),#3282c2),color-stop(75%,#92bde0),to(#b8d8f2));
filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=color-stop(25%,EndColorStr=color-stop(50%)";
background:linear-gradient(color-stop(25%,color-stop(50%),#3282c2),color-stop(75%,#92bde0),to(#b8d8f2));
4.   LINIER WARNA PELANGI
background:-moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
background:-webkit-linear-gradient(color-stop(14%,color-stop(28%),yellow),color-stop(42%,green),color-stop(56%,blue),color-stop(70%,indigo),to(violet));
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,color-stop(14%),color-stop(1,color-stop(28%)),yellow),color-stop(42%,green),color-stop(56%,blue),color-stop(70%,indigo),to(violet));
background:-moz-linear-gradient(color-stop(14%,color-stop(28%),yellow),color-stop(42%,green),color-stop(56%,blue),color-stop(70%,indigo),to(violet));
background:-o-linear-gradient(color-stop(14%,color-stop(28%),yellow),color-stop(42%,green),color-stop(56%,blue),color-stop(70%,indigo),to(violet));
filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=color-stop(14%,EndColorStr=color-stop(28%)";
background:linear-gradient(color-stop(14%,color-stop(28%),yellow),color-stop(42%,green),color-stop(56%,blue),color-stop(70%,indigo),to(violet));

{ 8 Komentar... read them below or Comment }

  1. lu goblok banget ya jadi blogger...
    kalo lu ngeshare tutor kayak diatas ini klo g bisa dikopi lue suruh orang ketik gitu?lagian tutor lu tuh hasil kopas juga emang gw g tau apa...?
    klick kiri emang g bisa tapi ctrl+C masih work tong...
    dasar blogger amatiran, ketahuan dari desaign blognya rame+norak...
    cacat lu...

    BalasHapus
    Balasan
    1. Anonim menurut gw lu yang gak tau diri maksud nya dia disable click right itu untuk mencegah pencurian index html dan script bukan seperti yang kamu pikirin :3 jangan salah paham ya !

      Hapus
    2. iyo... kok gk bsa klik kanan... lha terus piye...??? :D

      Hapus
  2. Tahu,Anonim bego,tolol,goblog.
    Lo tuh baru mengenal blog,jangan suka ngejelek-jelekin blog ini!
    Banner aja nggak punya loe!
    Asal loe tahu ya Anonim,blog senior pun dibuat right click disabled.
    Untuk mencengah pencurian index dan boleh ngopy asalkan pake Ctrl+C
    NGERTI?

    BalasHapus
  3. wkwkw sabar kk, jgn marah-marah gitu hehee,
    diamkan aja org gitu, memang Anomin gdak etika nya :D

    BalasHapus

Jika ingin copy paste artikel ini, jangan lupa sertakan sumbernya ya, hargai usaha admin ^^, Kalau mau komentar jangan yang bersifat menghina maupun mengejek. Tidak sopan tau hahaa. Terima kasih sudah berkunjung ke blog ku. Jangan lupa di follow dan pasang banner ku ya \^^,/

Arsip Blog

Ayat Alkitab

Friend's Banner

Copyright © 2013 David As'Chri ChieLietonga 06 | Robotic Notes | Powered by Blogger

Designed by : Johanes Djogan | Redesignde by : David As'Chri ChieLietonga 06: Cara Membuat Background Dengan CSS3 Linier Gradien