Modifikasi Sudut Background dengan CSS
03 April 2010
Add Comment
Modifikasi disini hanya membuat sudut Background menjadi tumpul, trik ini dapat digunakan untuk background sidebar, background main Wrapper, dan/atau Background Header , hanya menambahkan pada CSS, berikut kode singkatnya:
#sidebar-wrapper {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5Gmij-pUyvGgUQfOu91qgOSyikusMSPZqyIkvfBUN-yE7-hY6P4wjCTHGONRpM4vAUGrszOquVH6lUxXUpIjqZlyPW-TwGzzYvioACSSqQjqzVq7dFGtRpGLDEw68PV7hlSZpi0GrY96k/s1600/tbg.png);
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
border: 1px solid #666;
}
0 Response to "Modifikasi Sudut Background dengan CSS"
Post a Comment