Doodle trade bersama doodleLicious

okeyy , nie doodle buat Cik Cempaka yang merupakan owner kepada blog DOODLELICIOUS .
okeyy , Cik CC una dah siap kan :) whee :D kenapa doodle una kate i love it kan ? sebab una suka tengok dudle-dudle yang omei2 dekat blog Cik CC. sekarang tengah tunggu dudle dari Cik CC , lambat sikit kate nye , tak pe lagipun Cik CC kan tengah siapkan dudle yang menang GA tuh kann ? whee :D tak sabar2 niee :D

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

BASIC: turns your template to washed denim template part-2

heyy , kita jumpa lagi dan bersambung untuk tuto turns your template to washed denim template part-2 , seperti yang korunk tahu una dah buat yang PART 1 punye kan ?? soo , nie yang next punyer , mehh kite cantik2 kan blog korunk ?
kite mulakan dengan navbar , waktu korunk edit2 tuh , nampak kan ? ade navbar yang sangat menyerabutkan tuhh ?? soo , korunk boleh remove dengan cara menggunakan tuto yang ini :


next kite nak buat dia punyer post tittle :) yang nie korunk boleh ikut tuto nie kay :


then now kite nak buat sidebar tittle punya background pulak , mehh tengok tuto nie pulak :


next kite nak buat blockquote dia pulakk :) okeyy , before tuhh , border dia korunk boleh tukar dekat SINI , and nak buat blockquote tuh korunk boleh pergi ke sinie :


next is kite nak tukar yang home , newer and older tuh kepada bentuk image :) mehh , ikut tuto nie kayy :


kalau korunk tengok link kat dalam template nie dia jadi warna biru kan ? so kalau nak bagi dia bersesuaian dengan blog korunk , korunk boleh ikut tuto nie :

first go to Dashboard > Design > Edit HTML *tick expand widget then click ctrl + F and search this code .
a:link {
then dekat bawah code nie korunk ganty code yang ade kat bawah tuh dengan code yang una bagi nie .
text-decoration: none;
color: #000000;
}
yang #000000 korunk boleh tukar warna dia dekat SINI

nota kecil :
una rasa una buat yang nie je dulu kayy ? later una akan tunjuk code-code kecil yang korunk boleh ubah :) una just guna tutorial yang sudah sedia ada dalam blog una nie ^^ and una harap korunk boleh ikut dan faham :)

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Opening note

korunk nampak tak words yang kat atas nie Up
sooo , hari niee ! itu lah tuto yang kite nak buat :) words nie akan appear dekat every entry yang korunk post , ouhh , ini juga macam yang words Assalamualaikum or Greeting words yang lain .senang jer tuto nie , jom ikut kay :
UNTUK YANG BERGAMBAR SAHAJA

first step korunk kene pergi ke Dashboard > Design > Edit HTML*Tick expand widget then korunk click ctrl + F untuk search code nie :
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>

lepas tuhh , korunk masukkan code nie dekat ATAS code yang kat atas nie kayy .
code nie untuk yang ade image punyer :
<center><img src='URL IMAGE'/></center><br/>

UNTUK YANG BERGAMBAR & WORDS

first step korunk kene pergi ke Dashboard > Design > Edit HTML*Tick expand widget then korunk click ctrl + F untuk search code nie :
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>

lepas tuhh , korunk masukkan code nie dekat ATAS code yang kat atas nie kayy .
code nie untuk yang ade image punyer :
your words <img src='URL IMAGE'/> 
nota kecil :
yang center tuh korunk boleh tukar kepada left or rigth then untuk words tuh pun korunk leh letakkan code center , left or right jugak kay ?

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Online user

nampak tak yang una kotakkan tuhh ? ade yang tanya macam mane nak buat online user tuh , actually first step korunk kene pergi link nie dulu :


dah bukak ke link dyer kann ? korunk sign up lah dulu kayy :
lepas korunk dah isi form semua kan ? nanti dia keluar mcm yang kat bawah nie :
bile dah keluar mcm nie , korunk kene pergi ke sign in yahoomail korunk dan korunk akan dapat satu email , bukak dan nati dia akan keluar mcm gambar yang kat bawah nie :
korunk click jer link yang una kotakkan tuh tauu ? lepas tuh nanti dia kuar pulak gambar 
yang mcm bawah nie :

bila dah keluar je mcm nie , nanty dia keluar pulak gmabar nie :

 bila dah kuar mcm nie , korunk masukkan link blog korunk tauu ? then bila dah masukkan click lah ADD tuhh , lepas tuh , korunk boleh lah godek-godek online user korunk mcam kat bawah nie :)
first : tukar colour font korunk :) boleh dapat code colour dekat SINI
 second : korunk tulis words korunk :) macam una punyer una tulis silentreader(s) kan ?
lastly : korunk generate code tuh kayy :)
nanty dia kelua coding mcam kat bawah nie ^^

code nie korunk copy and paste dekat ruangan HTML/Javascript , then bila dah copy & paste korunk save kan jer lahhh ! tengokkk ! jadi takkk ? wheeee :D
nota kecil:
kalau ade apa2 yang tak faham , tanya jer una kayy ??

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Falling snow

nampak tak blog una ade snow kann , grrr , sejukk gitu bile masuk blog una , HAHA :) soo , nak takk ? mehh kite buat ,

first step korunk kene pergi ke Dashboard > Design > Add gadget HTML/Javascript .
then korunk copy code kat bawah nie dah paste kan dalam ruangan HTML tuh kayy ?

<script>
//Here you can add your own picture for snow. Just change the url
var snowsrc="URL Snow"
//how many snowflakes there will be (currently 12)
var no =47;
//How fast will the snow disappear (0 is never)
var hidesnowtime = 0;
//The height the snow will reach before it disappears ("windowheight" or "pageheight")
var snowdistance = "pageheight";
///////////////////////////////End of Settings///////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest()
{
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (ns6up)
{
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up)
{
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i)
{
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ie4up||ns6up)
{
if (i == 0)
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://rftactical.darkbb.com/index.htm\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
}
else
{
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}
function snowIE_NS6()
{
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i)
{
yp[i] += sty[i];
if (yp[i] > doc_height-50)
{
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}
function hidesnow()
{
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}

if (ie4up||ns6up)
{
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}
</script>
url snow boleh guna yang bawah nie jer kayy ?

white 
http://i13.servimg.com/u/f13/11/52/70/02/snowba10.png
credit : mania story 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Jquery top button

heyy ,salam :) nampak tak top button una tuhh ? bile scroll ke bawah baru nampak then bile tekan nati dia tergolek-golek nail ke atas ! hahaha :) chomel kann ? actually una pernah buat , then una check tengok eihh hilang rupanya coding una tuh , so nie una buat baru . jadi una nak kongsi ngan korunk , lets start :

first peergi ke Dashboard > Design > Edit HTML *tick expand widget and tekan ctrl+F and search code nie.

</body>

then copy code kat bawah nie dan pastekan sebelum code di atas .

<a href='#' id='toTop'><center>YOUR WORDS<span class='Apple-style-span' style='color: rgb(255, 204, 204); '/></center><img src='ICON CHOMEL/TOP BUTTON?t=1292762029' style='border:0;'/></a>

then korunk search pulak code nie .

]]></b:skin>

dah tuh korunk copy code bawah nie sebelum code kat atas nie .

/* to top */#toTop { width:100px;background:none;border:0px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; }

then , next step search code yang last nie .

</head> 

dah sudah , korunk copy code yang kat bawah nie , sebelum code kat atas nie kayy ?


<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/><script type='text/javascript'>/*----------------------- * jQuery Plugin: Scroll to Top * by Craig Wilson, Ph.Creative (http://www.ph-creative.com) * Bring to you by Zen from http://zenplate.blogspot.com * Copyright (c) 2009 Ph.Creative Ltd. * Description: Adds an unobtrusive &quot;Scroll to Top&quot; link to your page with smooth scrolling. * For usage instructions and version updates to go http://blog.ph-creative.com/post/jquery-plugin-scroll-to-top.aspx * Do not delete these infomation * Version: 1.0, 12/03/2009 -----------------------*/ 
$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr(&quot;href&quot;);if($(window).scrollTop()!=&quot;0&quot;){$(this).fadeIn(&quot;slow&quot;)}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()==&quot;0&quot;){$(scrollDiv).fadeOut(&quot;slow&quot;)}else{$(scrollDiv).fadeIn(&quot;slow&quot;)}});$(this).click(function(){$(&quot;html, body&quot;).animate({scrollTop:0},&quot;slow&quot;)})}}); 
$(function() { $(&quot;#toTop&quot;).scrollToTop(); }); 
</script>

now , dah siap pun top button korunk :) try preview dan scroll :) kalau dah puas hati korunk save lahh ^^ chomel kann ?

 
nota kecil: 
tuto nie una ade tambah sikit ^^ una harap korunk boleh faham dan berjaya buat ^^ good luck kayy ? 
credit : anis nutella 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Background shoutmixbox

whee :D mcm yang korunk nampak shoutmix box una pakai baju , HAHA :) ade background sume tuh kan ? so , korunk nak buat mcm nie tak ? meh kita mulakan :


first korunk kene pergi ke Dashboard > Design > Add gadget HTML/Javascript .
copy code kat bawah nie dan paste kan dlm ruangan HTML tuh .
<center><div style="border:1px solid #FFFFFF;"><div style="background:url(BACKGROUND IMAGE);"><center>ONLINE USER/YOUR OWN WORDS</font></a><center>CODE SHOUTMIX</center></div>
MERAH : yang nie korunk boleh tukar warna ikut suka hati korunk dekat SINI
UNGU : yang nie pulak boleh letak ONLINE USER atau apa-apa WORDS yang korunk nak
BIRU : yang nie pulak korunk boleh letak code SHOUTMIX BOX korunk kayy?
HIJAU : yg nie untuk background dia kayy ? nak bagi poka dot ke ape ke ?
nota kecil :
tak faham tanya kayy ? semoga berjaya ^^

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL: main body ada background

salam semuanya , tadi kat fanpage facebook una ade yang tanya how una buat main body ade background :) kalau tengok main body una kan ade corak2 gitu ? hahaha :) soo , let we start :

WASHED DENIM TEMPLATE
first korunk kene pergi ke Dashboard > Design > Edit HTML*tick expand widget and search for this code 
#content-wrapper {
lepas tuh copy code kat bawah nie dan paste kan dekat bawah code di atas .

background : url(BACKGROUND IMAGE);

CONTOH CODING :
next caru code yang bawah nie pulak kayy ?
.sidebar h2 {
then korunk nampak ade anak-anak code kan ? korunk tambah je code yang una bagi nie dekat bawah code di atas :
background : url(BACKGROUND IMAGE);
 CONTOH CODING :

lepas dah buat semua tuh korunk pergi ke :
#main-wrapper {
then korunk tengok background-color yang #FFFFFF tuh korunk gantikan dengan perkataan transparent , lepas tuh search :
#sidebar-wrapper {
yang nie pun korunk buat bnda yang sama mcm kat atas nie :)

SIMPLE TEMPLATE
first korunk kene pergi ke Dashboard > Design > Edit HTML*tick expand widget and search for this code 
.main-inner {
dah jumpa korunk masuk kan jer code yang una bagi nie kat bawah dia :) then cuba preview , jadi takk ? kalau jadi ! save jer kayy
background : url(BACKGROUND IMAGE);
 URL BACKGROUND FREE UNTUK KORUNK :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5pR4ALIHDMXFqbFDIOJWcntOEVtkRnB1UE4XHkX35Kw4vItNZsMHhOr7U1xXeI7yt97nvGlz0Iatl76-iTwvLZ-_yhTPekvngo4A8Fy7iTfXR18v2oh6aOw5hazuS-E_UuX05tZ9_kpNo/s1600/backgroundbody+%25281%2529.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNogtDxr44aApgv1RoLpBUn8-wW-IJHsdxH_9CXsxpgg36WuA5XFZxjQGom1AT49egwzA-emMjD-w8HgyToFMhW18CfizvUgCGp8mo-VXhUYKyK_mIiOAdK37mfYjjQDlgHLyfiGx6mU-N/s1600/backgroundbody+%25282%2529.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb4Td41Fs56goVvBpQah3b92HHFO-FOcl5jC_MwR8JdvkfKx2Spurct5Sr8DCCGHuek3cYESKTezKeUXzzWeQMVq6Wiba4T6536CJdt_WFU7490ij2bqWz4Yp0w8ZR2A2rfJEdozzgTd4k/s1600/backgroundbody%25283%2529.png
nota kecil :
tengok coding tuh elok2 kayy ? tak faham tanya je kayy ?

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

BASIC : turns your template to washed denim template

nak template washed denim macam una ? mehh kita nelajar mehh , hatihati tau waktu guna coding nie semua :) and before tukar pasti kan korunk copy dulu coding lama ? takut nanti tak jadi pulakk kann ? soo , be carefull , nanty rosak pulak blog yang omei2 tuh :)
okeyy , jom start ? firstly apa yang perlu korunk buat ialah , go to DASHBOARD > DESIGN > EDIT HTML then korunk scroll ke bawah nanty akan nampak select layout template  click saje , then nanti dia akan keluar seperti ini :

korunk click button yang washed denim tuh then korunk SAVE TEMPLATE tuh dah dapat template baru :) and view lah blog korunk , nie contoh gambar nyer kayy :

thenn kita nak masuk kan Background blog for this template , ikut step nie kayy :
Dashboard >> Design >> Edit HTML then tekan ctrl + F and cari code nie .
body {
dekat bawah body tuh kan ? korunk copy paste coding yang una bagi nie & gantikan saja code tuh :
body {
background: url(Background image);
background-attachment: fixed;
background-repeat: repeat;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: #000000;
font-size/* */:/**/small;
font-size: /**/small;
letter-spacing:1px;
}

lepas tuh korunk preview kay ? hahh  , dah ade background tapi tetiba nampak ade warna putih pulak kat header dia ? ouhh , jangan risau , jom transparentkan header dia kayy :
click ctrl + F search code nie :
/* Variable definitions
   ====================
 then korunk dekat bawah tuh ade anak-anak code dia , korunk search code yang ade mcm nie .
 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="#ffffff" value="#ffffff">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="#333333" value="#333333">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="#ffffff" value="#ffffff">
dah dapat cari korunk gantikan code di atas dengan code yang baru una bagi nie :
 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="transparent" value="transparent">
tadaaa , dah transparent pun header korunk :) chomell kann ? soo , mehh , kita buat header dia pulak kayy , ade dua :) satu yang bersambung ngan main body , lagi satu yang tak bersambung , jom belajar satu-satu kay :
Header bersambung dengan body
(harap faham lah yer?tak pe papehal tanya je una kay?)
contoh yang bersambung punya 
contoh yang tak bersambung
explanation :
yang ade tuto using adobe tuh kan , yang tuh untuk header yang bersambungpunyer , kalau nak buat yang tak bersambung same je stepnyer cume korunk tak perlu buat rectangle rounded tool tuh jer yang lain-lain tuh korunk buat lah kayy ? senang jer kann ? then kalau buat yang no tittle tuh kan ? una guna width nya 760px and height dia 300px kite leh jer buat body die jady melengkung cam una punya blog nie :) soo , mehh kita buat kayy :
click ctrl + F and cari code nie .
#content-wrapper {
then bawah dia ade anak-anak code kann ? hahh , ganty kan saje dengan code yang una bagi nie kayy .
width: 760px;
margin: 0 auto;
padding:15px;
text-align: $startSide;
background-color: $mainBgColor;
border: 1px solid $borderColor;
border-top: 0;
border-top-left-radius: 25px 25px;
border-top-right-radius: 25px 25px;
border-bottom-left-radius: 25px 25px;
border-bottom-right-radius: 25px 25px;
}

yeayyy ! siap blog korunk ! senang kan nak buat ? yang border melengkung tuh dia atas bawah tau ? try lah scroll sampai habis :) whee :D harap-harap korunk faham lah tuto una nie kayy ? harap dapat bantu korunk yang newbie lagi nak guna washed denim template nie :) ganti je coding yang una bagi nie , for sure korunk boleh dapat punye lahh :) yang untuk sidebar post tittle boleh rujuk dekat Tutorial una kayy ? tapi kalau nak una buat untuk part-2 punye una mahu tggu request je :) kalau ramai request una terus kan kayy ?

nota kecil :
semoga berjaya ~

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

FREEBIES : Background part-5 (own made)

Your Daily Source of Everything Cute HERE!
ouhhh , yeahhh ! una berjaya buat background sendiri yawww ! dengan menggunakan adobe photoshop cs5 ! simple giler + senang yaww nak buat :) but just polka dot je lah yang una mampu buat , hasilnyaa ? tengok background blog una ? lawa takk ? soo , nanty bile korunk letak kat blog korunk background jadi mcm una lahh , simple je una buat :) kalau ambil bgtahu tauu ? thankss :D

Small Polkadot Background

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPpFKg1T-KspD_V4oWtDsmWcwRcVaL9tgrLjk9_FAUXl49wWX25Ijxtci-ffJ6Y2CWEfRbySSNQInLIP9rwcqugADPHxEqZ4PrSiuLE4tY_SCEB5yfCY5jEc_G6Gx1AvbCuVl30L9suxvw/s1600/blue.png
 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj20GZRG6gfmUm37R71zgA8CdQS3qaqMh2ns6ii4hWvwA72S5qSXnR5ilgVDo1-3gYL1Jl-_Yhb6Q52zNnEt4svOGHNv0pHJnqsKHBZec0Cw7__hAssFty_CFhl-dqpdOCf_Ser1sc-g1l2/s1600/green.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSRbO73VlIv3saXNQJvt5WNmLTlnybxxpHui0UF0vaKigQN4VXNtMi8_vYqBewqfJDYBkMHKh3l_pZBkX-2YaP30f3StYL5O1oMQpuDchyQF5BTsaauqN81ymBKodizQ-_xEohBL4zRmxP/s1600/purple.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL_slKvzXdI6DERCeVZ-oGm5SIZlSLVwAMcHcs-aiOVpMmjiXQUuc21otThANfGEQwIzGK9B8oTBBNpewr5Ve3_zi9wUJHoOrnopFhXTyPzi38-UfCP0cYrfV1LQnq_37FV3f8206beqo1/s1600/th_pink.png

Big Polkadot Background

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUfJNJk8QUxIZYk4wEQQVQs-cpRt7f6cSHXcTjcgUS_dObLpZr-JjrX5i3aeKWBinw2qvecQQjXYIE79NGv5olRWlbgBQmzuTg2iFp85aHlBVnPM49uomWKQBC63qjBU6QvzzXOZbkJbaQ/s1600/bigblue.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaAGO3-_0P2b-5pqC1hk2cKujocHAW5reewaN-o907xlBA8idtGOaDyf5aeDV3F8C0a68lllZA_s-ywMd-_hNPsfzHOqyPVaJhDSyXJ_xvq2uHnor728HutOHzK8mG3oLhlibFh4bj0yjP/s1600/biggreen.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiT-0sHf04L21p44MterYnf3DMLj6qWI5IFt9gFypN7BnofJcNbmPrsis0b_Q5eIl4Ad2A6eyy-oKco1-KC3loEEbIrON1HcAzlS2R1__MbBhlXxgEU3h-SsVkOqZLnS9w7UJ3N5yX_l4RA/s1600/bigpink.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnMiG3klkx5ON-VLjW92SCuw6VtEYYvv2vSpqPFzyUnyHoezlaVpfFUtuRbQMtWdMOJmgGA642765TE9BhZaJdt2aqgehpwPglMdO_kq3PE_Ahwnj5jaiaEJ0Ognp9HFmr3jHxANuHQ3Pk/s1600/bigpurple.png

nota kecil :
lepas nie boleh buat cg doodle dan scribbles kan ? hahaha :D trying first , practice make perfect ^^ kalau mahu guna comment saja tauu ? 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

BASIC : Type of border

soo , hari nie mahu kongsi type2 border same korunk :) una search tadi kat google , taip punyer taip jumpe jugakk ! whee :D so boleh lah kongsi kann ? 

Border 1

-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;


Border 2 

-moz-border-radius-bottomright: 50px 25px;
border-bottom-right-radius: 50px 25px;


Border 3

-moz-border-radius-bottomright: 25px 50px;
border-bottom-right-radius: 25px 50px;


Border 4

-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;


Border 5

-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;


Border 6

-moz-border-radius: 35px;
border-radius: 35px;

nota kecil :
yang ade px tuh ? korunk boleh adjust , nak melekung sangat ke , tak nak ke , boleh adjust kay ? semoga berjaya !

Hai! Selamat membaca. Jangan lupa tinggal komen ya?