Space Impact
Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Disable Right Click Function

How to disable right click funstion in our blog? The trick is as follows: 1. Find code </head> and copy paste code berikut ini tepat...

Membuat Widget Headline News Text Berjalan

Langkah memasang widget headline news Text Berjalan : 1. Login ke blogger . 2. Masuk ke Layout -> Add Gadget -> HTML/JavaScript 3. ...

CSS3 Button style again

Code: .button{  padding:5px 15px 5px 15px;  text-decoration: none;  display: inline-block;  -moz-border-radius: 10px;  -webkit-border-...

Membuat background transparan

Cukup mudah membuat background transparan, caranya cukup masukan kode berikut: background-color:rgba(255, 255, 255, 0.5); pada bagian yang ...