NEW
Font size
WorksheetsQuizizz: Propiedades CSS (40 preguntas)
Total questions: 40
Worksheet time: 20mins
¿Qué propiedad define el color del texto?
color
text-color
font-color
text-style
¿Qué propiedad define el color de fondo de un elemento?
background-color
color
bg
fill
¿Qué propiedad define una imagen de fondo?
background-image
background-img
img-background
image-bg
¿Qué propiedad controla si la imagen de fondo se repite?
background-repeat
repeat-image
image-repeat
bg-repeat
¿Qué propiedad ajusta la posición del fondo?
background-position
background-align
image-position
bg-location
¿Qué valor de background-repeat evita que la imagen se repita?
no-repeat
none
stop
disable
¿Qué propiedad controla el tamaño del fondo?
background-size
bg-scale
background-zoom
bg-size
¿Qué propiedad combina color, imagen y posición del fondo?
background
background-style
bg-all
background-combined
¿Qué propiedad define el tipo de letra?
font-family
text-font
font-style
font-type
¿Qué propiedad define el tamaño del texto?
font-size
text-size
size-text
font-style
¿Qué propiedad define el grosor del texto?
font-weight
text-weight
¿Qué propiedad cambia el estilo de la fuente?
font-style
font-format
text-type
font-shape
¿Qué propiedad controla el espacio entre letras?
letter-spacing
text-space
font-gap
word-gap
¿Qué propiedad alinea el texto dentro de un elemento?
text-align
align
justify
content-align
¿Qué propiedad cambia la capitalización del texto?
text-transform
text-style
font-transform
letter-case
¿Qué propiedad controla la altura de línea?
line-height
text-height
height
spacing
¿Qué propiedad define el margen externo de un elemento?
margin
padding
border
spacing
¿Qué propiedad define el relleno interno de un elemento?
padding
margin
border
content
¿Qué propiedad define el grosor del borde?
border-width
border-size
border-thickness
border-style
¿Qué propiedad define el color del borde?
border-color
color-border
border-fill
edge-color
¿Qué propiedad define el estilo del borde?
border-style
border-format
border-type
border-kind
¿Qué propiedad define el ancho total del contenido?
width
size
¿Qué propiedad define la altura de un elemento?
height
top
size
box-height
¿Qué propiedad hace que un elemento tenga esquinas redondeadas?
border-radius
border-round
corner
border-curve
¿Qué propiedad define cómo se muestra un elemento?
display
type
position
layout
¿Qué propiedad controla el tipo de posicionamiento?
position
display
align
mode
¿Qué propiedad controla la distancia desde el borde superior?
top
margin-top
up
align-top
¿Qué propiedad controla la distancia desde el borde izquierdo?
left
margin-left
side
align-left
¿Qué propiedad permite que un elemento se superponga sobre otro?
z-index
z-order
position
overlay
¿Qué propiedad define si un elemento se muestra o no?
display
visibility
show
visible
¿Qué propiedad convierte un contenedor en Flexbox?
display: flex;
layout: flex;
flex: true;
flexbox: on;
¿Qué propiedad alinea los ítems horizontalmente en Flexbox?
justify-content
align-items
align-content
justify-items
¿Qué propiedad alinea los ítems verticalmente en Flexbox?
align-items
justify-content
¿Qué propiedad define cómo los elementos flexibles crecen o encogen?
flex
flex-behavior
flex-flow
flex-type
¿Qué propiedad convierte un contenedor en Grid?
display: grid;
layout: grid;
grid: true;
grid-box: on;
¿Qué propiedad define las columnas en Grid?
grid-template-columns
grid-columns
grid-cols
columns-template
¿Qué propiedad define las filas en Grid?
grid-template-rows
grid-rows
grid-lines
rows-template
¿Qué propiedad controla el espacio entre celdas en Grid o Flexbox?
gap
space
margin
padding
¿Qué propiedad define la duración de una transición?
transition-duration
animation-time
duration
transition-time
¿Qué propiedad define el nombre de una animación CSS?
animation-name
keyframe
motion-name
anim-name
