CSS

Border-Color

Properti BORDER-COLOR dipakai untuk tetapkan warna border suatu elemen. Sintaks: border-color: value; Untuk value: color Untuk color dapat gunakan hex…

4 years ago

Border-Left

Properti BORDER-LEFT dipakai untuk tetapkan BORDER-LEFT-WIDTH, BORDER-LEFT-STYLE, dan BORDER-LEFT-COLOR dalam satu deklarasi. Sintaks: border-left: value; Untuk value: Nilai BORDER-LEFT-WIDTH, BORDER-LEFT-STYLE,…

4 years ago

Border-Left-Color

Properti BORDER-LEFT-COLOR dipakai untuk menetapkan warna border kiri suatu elemen. Sintaks: border-left-color: value; Untuk value: color Untuk color dapat gunakan…

4 years ago

Border-Left-Style

Properti BORDER-LEFT-STYLE dipakai untuk menetapkan style border kiri suatu elemen. Sintaks: border-left-style: value; Untuk value: none (default), dotted, dashed, solid,…

4 years ago

Border-Left-Width

Properti BORDER-LEFT-WIDTH dipakai untuk menetapkan lebar border kiri suatu elemen. Sintaks: border-left-width: value; Untuk value: thin, medium (default), thick Contoh:…

4 years ago

Border-Right

Properti BORDER-RIGHT dipakai untuk tetapkan BORDER-RIGHT-WIDTH, BORDER-RIGHT-STYLE, dan BORDER-RIGHT-COLOR dalam satu deklarasi. Sintaks: border-right: value; Untuk value: Nilai BORDER-RIGHT-WIDTH, BORDER-RIGHT-STYLE,…

4 years ago

Border-Right-Color

Properti BORDER-RIGHT-COLOR dipakai untuk tetapkan warna border kanan suatu elemen. Sintaks: border-right-color: value; Untuk value: color Untuk color dapat gunakan…

4 years ago

Border-Right-Style

Properti BORDER-RIGHT-STYLE dipakai untuk menetapkan style border kanan suatu elemen. Sintaks: border-right-style: value; Untuk value: none (default), dotted, dashed, solid,…

4 years ago

Border-Right-Width

Properti BORDER-RIGHT-WIDTH dipakai untuk menetapkan lebar border kanan suatu elemen. Sintaks: border-right-width: value; Untuk value: thin, medium (default), thick Contoh:…

4 years ago

Border-Style

Properti BORDER-STYLE dipakai untuk tetapkan style border suatu elemen. Sintaks: border-style: value; Untuk value: none, dotted, dashed, solid, double, groove,…

4 years ago