Terjemahan ini belum lengkap. Mohon bantu menerjemahkan artikel ini dari Bahasa Inggris.
Referensi CSS ini merupakan daftar standar keselurhan properti CSS, pseudo-classes dan pseudo-elements, @-rules, units, and seleksi dalam urutan alphabet. Memperbolehkan kamu secara cepat mengakses informasi detail untuk bagian masing masing. Bukan hanya daftar properti CSS 1 dan CSS 2.1, tetapi juga merupakan sebuah referensi CSS3 yang mana mentautkan pada sebuah properti CSS3 dan standarisasi konsep, atau yang telah stabil.
Lihat juga Mozilla CSS Extensions untuk Gecko-specific (spesifikasi Gecko) awalan properti dengan -moz
; dan WebKit CSS Extensions untuk WebKit-specific properties (Webkit properti spesifikasi). Lihat Vendor-prefixed CSS Property Overview oleh Peter Beverloo untuk awal seluruh properti.
Kata Kunci Indeks
- A
- B
::backdrop
backface-visibility
background
background-attachment
background-blend-mode
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
<basic-shape>
::before (:before)
<blend-mode>
block-size
blur()
border
border-block-end
border-block-end-color
border-block-end-style
border-block-end-width
border-block-start
border-block-start-color
border-block-start-style
border-block-start-width
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-inline-end
border-inline-end-color
border-inline-end-style
border-inline-end-width
border-inline-start
border-inline-start-color
border-inline-start-style
border-inline-start-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
bottom
box-decoration-break
box-shadow
box-sizing
break-after
break-before
break-inside
brightness()
- C
calc()
caption-side
ch
@character-variant
character-variant()
@charset
:checked
circle()
clear
clip
clip-path
cm
color
<color>
columns
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
content
contrast()
<counter>
counter-increment
counter-reset
@counter-style
cubic-bezier()
cursor
<custom-ident>
- D
- E
- F
fallback
filter
:first
:first-child
::first-letter (:first-letter)
::first-line (:first-line)
:first-of-type
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
float
:focus
font
@font-face
font-family (property)
font-family (descriptor)
font-feature-settings
@font-feature-values
font-kerning
font-language-override
font-size
font-size-adjust
font-stretch (property)
font-stretch (descriptor)
font-style (property)
font-style (descriptor)
font-synthesis
font-variant (property)
font-variant (descriptor)
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-variant-position
font-weight (property)
font-weight (descriptor)
<frequency>
:fullscreen
- G
- H
- I
- J
- K
- L
- M
margin
margin-block-end
margin-block-start
margin-bottom
margin-inline-end
margin-inline-start
margin-left
margin-right
margin-top
marks
mask
mask-type
matrix()
matrix3d()
max-block-size
max-height
max-height
max-inline-size
max-width
max-width
max-zoom
@media
min-block-size
min-height
min-height
min-inline-size
minmax()
min-width
min-width
min-zoom
mix-blend-mode
mm
ms
- N
- O
object-fit
object-position
offset-block-end
offset-block-start
offset-inline-end
offset-inline-start
:only-child
:only-of-type
opacity
opacity()
:optional
order
orientation
@ornaments
ornaments()
orphans
outline
outline-color
outline-offset
outline-style
outline-width
:out-of-range
overflow
overflow-wrap
overflow-x
overflow-y
- P
pad
padding
padding-block-end
padding-block-start
padding-bottom
padding-inline-end
padding-inline-start
padding-left
padding-right
padding-top
@page
page-break-after
page-break-before
page-break-inside
pc
<percentage>
perspective
perspective()
perspective-origin
pointer-events
polygon()
position
<position>
prefix
pt
px
- Q
- R
rad
radial-gradient()
range
<ratio>
:read-only
:read-write
rect()
rem
repeat()
::repeat-index
::repeat-item
repeating-linear-gradient()
repeating-radial-gradient()
:required
resize
<resolution>
revert
rgb()
rgba()
right
:right
:root
rotate()
rotatex()
rotatey()
rotatez()
rotate3d()
ruby-align
ruby-merge
ruby-position
- S
s
saturate()
scale()
scalex()
scaley()
scalez()
scale3d()
:scope
scroll-behavior
scroll-snap-coordinate
scroll-snap-destination
scroll-snap-points-x
scroll-snap-points-y
scroll-snap-type
scroll-snap-type-x
scroll-snap-type-y
::selection
sepia()
<shape>
shape-image-threshold
shape-margin
shape-outside
skew()
skewx()
skewy()
speak-as
src
steps()
<string>
@styleset
styleset()
@stylistic
stylistic()
suffix
@supports
@swash
swash()
symbols
symbols()
system
table-layout
tab-size
:target
text-align
text-align-last
text-combine-upright
text-decoration
text-decoration-color
text-decoration-line
text-emphasis
text-emphasis-color
text-emphasis-position
text-emphasis-style
text-indent
text-orientation
text-overflow
text-rendering
text-shadow
text-transform
text-underline-position
<time>
<timing-function>
top
touch-action
transform
transform-box
transform-origin
transform-style
transition
transition-delay
transition-duration
transition-property
transition-timing-function
translate()
translatex()
translatey()
translatez()
translate3d()
turn
- U
- V
- W
- X Y Z
- Others
Bagian Bagian Seleksi
- Dasar Seleksi
- Type selectors
elementname
- Class selectors
.classname
- ID selectors
#idname
- Universal selectors
* ns|* *|*
- Attribute selectors
[attr=value]
- Type selectors
- Kombinasi
- Adjacent sibling selectors
A + B
- General sibling selectors
A ~ B
- Child selectors
A > B
- Descendant selectors
A B
- Adjacent sibling selectors
- Pseudo-elements
- Pseudo-classes
A complete list of selectors in the Selectors Level 3 specification.
Tutorial CSS
Sederhananya ini cara halaman mendeskripsikan teknologi baru yang ditampilkan dalam CSS3, atau dalam CSS2.1 walau dengan dukungan rendah hingga saat ini.
- Using CSS media queries
- Using CSS counters
- Using CSS gradients
- Using CSS transforms
- Using CSS animations
- Using CSS transitions
- Using CSS multiple backgrounds
- Using CSS flexible boxes
- Using CSS multi-column layouts