Posts

Tambah Syntax highlighting Ke Blogspot

  Many websites like this one feature a bunch of code snippets, which can be a pain when changing the theme, as you might have manually styled the code chunks. To avoid this, you can add the  highlightjs library  that does it for you - that way, when you change theme, you only need to tweak one gadget (instead of all of your posts and their snippets.) To add the needed JS and CSS, you can click the button below! The content of the gadget is shown below. Alternatively, you can head to the  Layout  tab for your blog, and add an  HTML/Javascript  gadget, with the following in the  Content  area.  < link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/androidstudio.min.css" > < script src = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js" > </ script > < script > hljs.initHighlightingOnLoad(); </ script > In this example, we're using the  an...

JavaScript Copyright Year Update

Below small JavaScript code snippet can be used to update copyright year in any web application. Just add below code in you footer section. (Thanks to Helen for suggesting this option in the comments.) <p>Copyright &copy; <script language="JavaScript" type="text/javascript"> document.write((new Date()).getFullYear());</script> My Company Name</p> In case you don't want to use client side date object you can always initialize your JavaScript variable from a server side value. Just copy the below code and go to "Design" > "Edit Html", and add the code below to the blogger template footer section. (If you are using blogger templates then search for [id='footer-wrapper']) <p>Copyright &copy; <script language="JavaScript" type="text/javascript"> document.write((new Date()).getFullYear());</script> My Company Name</p>

Contoh Skrip CSS untuk Cik Ma

Image
Ada Persoalan Mengenai SuzyHoney? Sila isi borang di bawah, nanti saya akan hubungi anda secepat mungkin. ~ Cik Ma ~ facebook Cik Ma Stokist SuzyHoney Herb's Stokist Krim Delima Awwiz Agent /Dropship Wanted klik untuk Whatsapp letak script ini kat head template : < link rel = " stylesheet " href = " https://unpkg.com/purecss@1.0.0/build/pure-min.css " >

Rounded Images with CSS Shadows

https://ctrlq.org/code/19282-css-round-images

Overriding Default Button Styles

https://css-tricks.com/overriding-default-button-styles/

Startlight Background

https://fdossena.com/?p=warpspeed/i.frag

COOL AND RESPONSIVE BUTTONS WITH A FEW LINES OF CSS

https://fdossena.com/?p=html5cool/buttons/i.frag