CSS commands Flashcards

1
Q

Basic Syntax

A

div {color: white;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Class selector

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Linking css

A

<head>
<link></link>
</head>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

declaration blocks

A

{ }

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Using height and width when making box

A

box-sizing: border-box;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly