sample css

Estimated reading time: 1 minute

directiton

dir has rtl , ltr

  • rtl = right to left
  • ltr = left to right
  • inherit = parent element
:dir( ltr | rtl )
.test{
  direction: ltr | rtl
}
  • by default ltr .

طهيس يس تآخت تهات يس وريتتآن فروم ريغت تو لآفت تهات يس وسآد

  • Hebrew or Arabic text purpose rtl

  • source

~ unicode-bidi

simple

display :empty

input

:enabled :disabled :focus

list

list-style list-style-image list-style-position list-style-type

line-height

space vertically of line .

:link :active :visited :hover

clip

drop-shadow

/* Black shadow with 10px blur and no spread */
drop-shadow(16px 16px 10px black)

/* Reddish shadow with 1rem blur and .3rem spread */
drop-shadow(.5rem .5rem 1rem .3rem #e23)

margin issue

css, ui, ux