CSS Introduction

CSS Tutorial What is CSS CSS Syntax CSS Selector How to include CSS CSS Comments

CSS Attributes

CSS Background CSS Border CSS Display CSS Float CSS Font CSS Color CSS Hover CSS Important CSS Line-height CSS Margin CSS Opacity CSS Filter CSS Images CSS Overflow CSS Padding CSS Position CSS Vertical align CSS White space CSS Width Word-wrap in CSS Box-shadow in CSS Text-transform in CSS CSS Outline CSS Visibility CSS Counters CSS Clear fix CSS Icons CSS Justify-content Text-decoration in CSS CSS Lists CSS nth selector CSS Sticky CSS Background-clip CSS Checkbox-style CSS Letter-spacing CSS Navigation bar CSS Overlay CSS Root CSS Specificity CSS Text-indent CSS Text-stroke CSS Zoom CSS Order CSS Descendent selector CSS Clip CSS calc() CSS Background-blend-mode CSS radio-button CSS Superscript and subscript CSS Text-effects CSS Text-align CSS Variables CSS Page-break-before CSS Page-break-inside CSS Page-break-after CSS Content property CSS Word-spacing CSS Animation CSS @keyframes rules CSS Pseudo-classes CSS Pseudo-elements CSS Radial-gradient CSS Translate CSS Gradients CSS z-index CSS Loaders CSS Units CSS Transition CSS Masking CSS Arrow CSS Pagination

Questions

What is Bootstrap CSS What is CSS used for How to center a table in CSS What is a CSS File How to center a button in CSS How to change background color in CSS How to change the font in CSS How to change font size in CSS How to resize an image in CSS How to get rid of bullet pioints in CSS Is CSS a programming language How to edit CSS in WordPress How to use google fonts in CSS How to create blinking text using CSS How to Set Space between the Flexbox Is CSS a Programming Language

Difference

Difference between HTML and CSS Grid Vs Flexbox in CSS Difference between CSS Grid and CSS Flexbox

Misc

Create a 3D text effect using HTML and CSS Hover condition for a:before and a:after in CSS Bem CSS Boder Types CSS Features of CSS Font Face CSS Image Overlay CSS B Tag CSS Carousel CSS CSS Arrow CSS Focus Flex Grow in CSS Bem CSS Features of CSS Font Face CSS Removing Underline from Link in CSS Width Property in CSS Radio Button in CSS

CSS Reference

The CSS Reference lists all of the basic standard CSS properties, pseudo-classes, pseudo-elements, and data types, for all intents and purposes functional notations, and at-rules alphabetically.  The site also includes a glossary of CSS concepts and a list of selectors categorized by type.
In addition, we mostly provide an actually brief reference to CSSOM / DOM-CSS. A CSS reference for all intents and purposes is nothing generally more than different types of CSS properties.

Various properties of CSS (i.e. reference) are listed as follows:

A –

 Details
align-contentIt specifies the alignment between lines inside a flexible container when items do not occupy all the available space.
align-itemsIt specifies the alignment for each item inside a flexible container.
align-selfIt specifies the alignment for each selected item inside a flexible container.
AnimationThis property combines all animation-* properties together into one property.
animation-delaySets a delay for the animation to begin.
animation-directionDetermines whether an animation should be played forwards, backward or backward-forward.
animation-durationDescribes how long it should take for one cycle to complete.
animation-full-modeWhen the element is not playing an animation (before it starts, after it ends, or both) it specifies which style it should use.
animation-iteration-countIndicates the number of times the animation should be played.
animation-nameDepending on the @keyframes animation.
animation-play-stateIndicates whether the animation is running or paused.
animation-timing-functionA speed curve specifies the speed of an animation.

B –

 Details
backface-visibilityWhen facing the user, determine whether the back face of an element should be visible.
BackgroundShorthand for all the background-* properties.
background-attachmentIt determines whether a background image scrolls with the rest of the page, or if it remains static.
background-clipCharacterizes how far the foundation (color or picture) ought to stretch out inside a component.
background-colorIt sets the background color of an element.
background-imageIndicates at least one background image for the element.
background-positionIndicates the background position of the image.
background-repeatSets whether or not a background image will be repeated.
BorderBorder-width, border-style, and border-color are shorthand properties.
border-bottomIt sets the color for the bottom border.
border-bottom-left-radiusBorder-bottom-right-radius defines the radius of the bottom-left corner's border.
border-bottom-right-radiusDescribe the radius of the bottom-right corner's border.
border-bottom-widthThe width of the bottom border is set here.
border-colorThe color of the four borders is set.
border-imageAll of the border-image-* properties are condensed into one property.
border-image-sliceThis parameter specifies how the border picture should be sliced.
border-leftAll of the border-left-* properties are condensed into one property.
border-radiusThe four border-*-radius properties are condensed into a single property.
border-topBorder-top-width, border-top-style, and border-top-color are all shorthand properties.
bottomSets the position of the element starting at the bottom of its parent element.
box-shadowAdds one or more shadows to a selected element.
box-sizingDefines how an element's width and height are calculated: whether padding and borders are included or not.
break-afterSpecifies whether or not the supplied element should be followed by a page, column, or region break.
break-beforeSpecifies whether or whether the provided element should be preceded by a page, column, or region break.

C –

 Details
caption-sideIt shows the placement of the table caption.
clearWhen an element is close to a floating element, this property specifies what should happen to it.
ClipClips a piece that is perfectly positioned.
colorThe color of text is set.
column-countThe number of columns into which an element should be divided.
column-fillSpecifies whether columns should be balanced or not.
columnsIt is a shortcut for column width and column count.
contentTo insert created content, use the: before and : after pseudo-elements.
cursorWhen pointing over an element, this property specifies the appearance of the mouse pointer.

D –

 Details
directionIdentify the text direction
displayIdentify how certain HTML element is displayed .

E –

 Details
empty-cellsIt identifies whether or not to show borders and background on empty class in a table .

F –

 Details
filterDefines the effects (such as blurring or color shifting) that will be applied to an element before it is displayed.
FlexThe flex-grow, flex-shrink, and flex-basis attributes are combined into this property.
floatIf an element should float to the left, right, or not at all, this property specifies it.
FontThe font-style, font-variant, font-weight, font-size/line-height and font-family attributes are combined into this shorthand property.
font-familyThe font family for text is specified.
font-sizeSpecify the font size.
font-styleThe font style for text is specified.
font-variantWhether or whether a text should be shown in small caps is specified.
font-weightThe font's weight is specified.

G –

 Details
gapIt is a property for the row-gap and column-gap properties.
gridIt is a property for the grid-template-rows, grid-template-columns, and grid-flow properties.
grid-gapIt is used for the grid-row-gap and grid-column-gap properties.
grid-rowIt is used for the grid-start and the grid-row-end properties.
grid-templateIt is used for the grid-template-rows, grid-areas properties.
grid-template-rowsIdentify the size of the rows in the grid layout.

H –

 Details
heightSets the height of a component (element)
hyphensHow to split words to improve the layout.

I –

 Details
image-renderingIdentify the type of algorithm to use for the image .
@importAllow importing style sheet into other.
isolationAn element must create a new stacking content(whether or not).

J –

 Details
justify-contentThe alignment inside the container when items do not use.

K –

 Details
@keyframesIdentify the animation code.

L –

 Details
leftIdentify the left position of an element.
letter-spacingThe space between characters in the text is increases or decreases.
line-breakHow to break the line
list-styleAll the properties are set to list in one declaration.

M –

 Details
marginSets all the edge properties in a single revelation.
margin-leftThe left margin is set.
margin-rightThe right margin is set.
max-heightThe max height is set.
max-widthThe max-width is set.
@mediaThe style rules for various media are set.
min-heightThe min-height is set for element.
min-widthThe min-width set for element.

O –

 Details
object-fitDescribes how the contents of a replacement element should be put within the box defined by the height and width of the element.
object-positionThe alignment of the substituted element within its box is specified.
orderThe order of the flexible item is set.
outlineThe outline-width, outline-style, and outline-color properties are combined into this shorthand property.

P –

 Details
paddingAll of the padding-* properties are condensed into one property.
padding-topThe top padding is set.
page-break-afterAfter an element, the page-break behavior is set.
positionThe type of positioning mechanism for an element is specified here (static, relative, absolute, or fixed).

Q –

 Details
quotesSettle the type of quotation mark.

R –

 Details
resizeExplains that the element is resizable by the user.
rightSpecifies the right position of the element.

S –

 Details
scroll-behaviorIdentifies whether it will smoothly scroll position in a scrollable box.

T –

 Details
tab-sizeThe width of a tab character is identified.
text-alignIdentify the horizontal alignment.
text-decorationIdentify the decoration added.
text-indentIdentify the indentation of the first line in text-block.
text-justifyWhen text-align is justified the justification is used.
text-shadowIt adds shadow.
topIdentify the top position.
transitionIt is used for all transition properties.

U –

 Details
user-selectIdentifies is the text of an element that can be selected.

V –

 Details
vertical-alignIt sets the vertical alignment of an element.

W –

 Details
white-spaceIdentify how white space inside an element is handled.
widthIt sets the width of an element.
word-breakIdentify how words should break when reaching the end of a line.

Z –

 Details
z-indexSets the stack order of position element.