Jumat, 10 Juni 2022

Properti CSS Dasar

Properti CSS Dasar

1.Properti Background
Properti css yang digunakan untuk mengatur dan menentukan efek latar belakang pada elemen html berupa gambar, warna dsb
background-color
background-image
background-repeat
background-position
background-attachment
background-size
background-clip
background-origin

2.Property Border
property border di gunakan untuk mengatur dan membuat garis tepi pada elemen Html
border
border-color
border-style
border-width
border-top-width
border-right-width
border-bottom-width
border-left-width
border-top
border-right
border-bottom
border-left

3.Property Font
Di gunakan untuk menentukan jenis font, ukuran font maupun gaya text yang nantinya akan di tampilkan di halaman web
font
font-size
font-weight
font-style
font-family
font-variant

4.Property Margin
Di gunakan untuk membuat ruang kosong atau jarak di sekitar luar box  elemen
margin
margin-top
margin-right
margin-bottom
margin-left

5.Property Padding
Di gunakan untuk mengatur jarak di bagian dalam elemen 
padding
padding-top
padding-right
padding-bottom
padding-left

6.Property Width & Height
Di gunakan untuk mengatur lebar dan tinggi elemen
width
max-width
min-width
height
max-height
min-height

7.Property Text
color
text-align
text-decoration
text-indent
text-shadow
text-overflow
text-transform
line-height
letter-spacing
white-space
word-spacing
direction
vertical-align
unicode-bidi

8.Property Table
Di gunakan untuk membuat tampilan table agar lebih hidup
border
border-collapse
border-spacing
caption-side
empty-cells
table-layout

9.Property List
biasanya di gunakan untuk mengatur elemen html li 
list-style
list-style-type
list-style-position
list-style-image