Pages

 
 
Sunday, January 18, 2015

Scroll Box Borders

alaman ini berisi kode perbatasan kotak gulir. Jangan ragu untuk copy dan paste kode perbatasan kotak scroll ke situs web Anda sendiri, blog, halaman MySpace, atau dokumen HTML lainnya. Dan merasa bebas untuk memodifikasi kode yang Anda inginkan.

Juga, silakan mempertimbangkan menjaga link kembali ke website ini - jika Anda melakukannya akan sangat dihargai!

Anda mungkin telah melihat contoh warna kotak scroll di mana kami mengubah warna dan teks warna latar belakang dari kotak gulir. Pada artikel ini, kita menambah dan mengubah perbatasan kotak gulir.

Cara terbaik untuk menciptakan perbatasan kotak scroll adalah dengan menggunakan properti perbatasan CSS. Hal ini memungkinkan Anda untuk menentukan perbatasan itu lebar, warna, ketebalan, gaya, dan banyak lagi.

Berikut adalah contoh dasar menciptakan perbatasan tipis sekitar kotak scroll Anda. Dalam hal ini, perbatasan adalah 1 pixel lebar, padat, dan LimeGreen dalam warna. Untuk melakukan hal ini, kita menggunakan kode ini: border: 1px LimeGreen;.

Thin Border
CodeExample
Here's a demonstration of how to add a thin, solid border to a scroll box. To add the border, we use the CSS 'border' property.

Dalam contoh ini, perbatasan adalah 9 pixel. Ini masih solid dan warna yang sama seperti contoh sebelumnya.

Thick Border
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Dotted Border
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Dashed Border
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Grooved Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Double Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Ridged Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Outset Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Inset Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

Mixed Borders
CodeExample
You can add borders to HTML scroll boxes using the CSS 'border' property. Borders can be of any thickness, and any color. You can specify whether it's solid, dotted, dashed, and more. You can also specify a different border for each side of your scroll box.

0 komentar:

Post a Comment

Updates Via E-Mail