-->

Halo !!! Saya Kang Ismet, ini adalah blog tentang AMP HTML dan cara penerapannya

Atribut & properti standar dalam penggunaan css

LEBIH LANJUT TENTANG CSS

Tag dapat  mempunyai attribut.attribut menyatakan sesuatu tentang tag tersebut.attribut di gunakan untuk mengubah default pemformatan dokumen dengan tag yang bersangkutan.
jika anda bingung melihat struktur dibawah ini silahkan Baca Disini untuk belajar tentang CSS dan cara penggunaan properties atau bisa juga Baca Di sini.

FONT ATTRIBUTES :

ATTRIBUT EXAMPLE PURPOSE
size="number" size="2" defines font size
size="+number" size="+1" increases the font size
size="-number" size="-1" decreases the font size
face="color-name" face="times" defines the font name
color="color-value" color="#fff" defines the font color
color="color-name" color="blue" defines the font color


BACKGROUND PROPERTIES:

PROPERTIES VALUE
BACKGROUND background-color
background-attachment
background-image
background-position
background-repeat
background-attachment scrool
fixed
Background-color color-rgb
color-hexa
color-name
transparent
background-image url
none
background-position top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
x-% y-%
x-pos y-pos
background-repeat repeat
repeat-x
repeat-y
no-repeat

TEXT PROPERTIES:

PROPERTIES VALUE
color color
letter-spacing normal
lenght
text-align left
right
center
justify
text-decoration none
underline
overline
line-through
blink
text-indent length
%
text-transform none
capitalize
uppercase
lowercase
white-space normal
pre
nowrap
word-spacing normal
length

4 komentar: