0% found this document useful (0 votes)
6 views

Css Review

css review

Uploaded by

Funny Virus
Copyright
© © All Rights Reserved
Available Formats
Download as KEY, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Css Review

css review

Uploaded by

Funny Virus
Copyright
© © All Rights Reserved
Available Formats
Download as KEY, PDF, TXT or read online on Scribd
You are on page 1/ 6

CSS Review

Ye Thu Aung
What is CSS

CSS(Cascading Style Sheets) is


the code
you to style your webpage
CSS Style Type
External
Stylesheet

Internal
Stylesheet

Inline
Stylesheet
CSS syntax

selector

declarati
p {
proper on valu
ty e

color : red
}
CSS selector
Ele
me selector: Use
Element
nt
elements
sel
ec
tor

Class
selector
Class selector: Use elements class
name, .className

Id
selector
Id selector: Use elements
ID, #id
CSS selector
Combina
tors , : Same style
group

‘ ‘(Spaces) :
inner elements

> : child
elements
Attribute
+: Next
selector sibling element
[attr]
~: Next all
[attr=val]
sibling elements
Pseudo |=,
^=, $=, *=
-classes

You might also like