Kode Random



     created by Sance aenul yakin


     part 1a

     text-shadow:1x 1 px 1px #ddd;
     transition:.3s;
     transform:scale(0) rotate(0);

     part 1b

     opacity:1;
     transform:scale(1) rotate(360deg);
     ====================
     part 2a
     box-shadow:10px 0 20px 0 blue


====================
pemanggil css

code igniter
<link rel="stylesheet" type="text/css" href="<?php echo base_url()?>asset/css/style.css">

html
<link rel="stylesheet" type="text/css" href="css/style.css">

====================
ms office

winword
=rand()
excel
msaccess
powerpnt
====================
Menampilkan Hidden plashdisk

Cmd
attrib -s -r -h /s /d

====================
Background Html

<style>
html{
background:url('img/background.jpg');
background-repeat:no-repeat;
background-size:cover;

}
</style>

====================
11 january 2018

Untuk Ms.Word :
winword
=rand()
excel
msaccess
shift+f3 =>untuk Memperbesar ukuran kata ataw kalimat diawal
                  diawal ditengah ,diakhir ataupun semua kalimatnya
shit+] => untuk Memperbesar huruf
shif+[ =>untuk memperkecil huruf

===================
Memanggil folder

href="<?php echo base_url()."assets/";?>


=========================
<button onclick="buka()"></button>

function buka(){
open('formpesan.html','form','menubar=noo,width=300,height=300');////////no = noo
}

==========================




Kode Random Kode Random Reviewed by Leo on 10:45 Rating: 5

No comments