CSS Flashcards

1
Q

Dime tres preprocesadores de CSS

A

Less, Sass, Stylus

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

En qué orden se aplican las propiedades de CSS

A

TRBL Top Right Botton Left (TREBOL ayuda memorizar)

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

si quieres aplicar varias propiedades por ejemplo a un p y h3, con que simbolo lo pones

A

con coma: p,h3{propiedades}

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

como se puede incluir lo que haya en otro css

A

@import

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

en css se usa link rel src o link rel href?

A

link rel href

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

una clase se puede poner en cualquier etiqueta? (p, h3…)

A

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

si pongo div table p {} a que aplicara eso?

A

parrafos que estén dentro de una tabla que estén dentro de un div

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

div:first-child que significa

A

esa etiqueta donde sea el primer hijo de alguien

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