CSS commands Flashcards
1
Q
Basic Syntax
A
div {color: white;}
2
Q
Class selector
A
.
3
Q
Linking css
A
<head>
<link></link>
</head>
4
Q
declaration blocks
A
{ }
5
Q
Using height and width when making box
A
box-sizing: border-box;