Me and you, forever.
Navigation
About Stuff Affies Tagboard Post

Jenis Jenis border untuk sidebar , post and blockquote .
Saturday | 19:42 | 0 comments
Assalammualaikum & annyeong

Hye korunk , Syya na kongsi border yg bley korunk gunekn !

kat bwh ny ialh jenis jenis border ^^
pilih border yg anda suke !





Step 1 :

Dashboard > Design > Edit HTML > Tick expand widget template > Tekan CTRL + F .

Untuk kotak sidebar dan tajuk sidebar .
^^ setiap template adlh berbeza ^^

Cari : h2 { 
ataupun : .sidebar .widget
ataupun : .sidebar h2 {


Untuk tajuk post .

h3.post-title {


Untuk blockquote .

.post blockquote {


copy dan pastekn coding di bawh ny , ltk slepas coding yg korunk search tady .

(A)


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

(B)

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

(C)

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

(D)

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

(E)

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

(F)

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

slepas tu tk preview , klau ok tkn save ^^

ni contoh okayh :

.sidebar h2 {
-moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
text-align: center;
background:#FAAFBE;
margin:0;
padding:0 0.2em;
line-height:1.5em;
}