Estilos de Imagens em CSS

Estilos de Imagens em CSS

12th Grade

10 Qs

quiz-placeholder

Similar activities

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

10th Grade - University

13 Qs

Examen 6to Inf-Fundamentos del Desarrollo Web

Examen 6to Inf-Fundamentos del Desarrollo Web

12th Grade

15 Qs

IT quiz test

IT quiz test

10th Grade - University

13 Qs

Câu hỏi về CSS

Câu hỏi về CSS

12th Grade

10 Qs

Quiz Webinar: Perbedaan Karir Backend dan Frontend

Quiz Webinar: Perbedaan Karir Backend dan Frontend

9th - 12th Grade

8 Qs

Adding Interactive Elements in HTML

Adding Interactive Elements in HTML

12th Grade - University

15 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

CSS-Größen

CSS-Größen

9th - 12th Grade

12 Qs

Estilos de Imagens em CSS

Estilos de Imagens em CSS

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

JOAO MONTEIRO

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade CSS é usada para aplicar um filtro de desfoque em uma imagem?

`filter: grayscale(100%);`

`filter: blur(5px);`

`filter: contrast(200%);`

`filter: brightness(50%);`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes opções é um exemplo de transição CSS?

`transition: all 0.3s ease;`

`animation: slide 2s infinite;`

`background: linear-gradient(to right, red, blue);`

`text-shadow: 2px 2px 4px #000000;`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a sintaxe correta para criar um gradiente linear de fundo que vai do vermelho ao azul?

`background: gradient(linear, red, blue);`

`background: linear-gradient(to right, red, blue);`

`background: radial-gradient(red, blue);`

`background: gradient(linear, to right, red, blue);`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade CSS é usada para adicionar sombreamento ao texto?

`text-shadow: 2px 2px 4px #000000;`

`box-shadow: 2px 2px 4px #000000;`

`filter: drop-shadow(2px 2px 4px #000000);`

`shadow: text 2px 2px 4px #000000;`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual técnica CSS é usada para tornar uma imagem responsiva?

`width: 100%; height: auto;`

`max-width: 100%;`

`display: block;`

`position: relative;`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes opções é um exemplo de animação CSS?

`animation: bounce 2s infinite;`

`transition: opacity 0.5s;`

`filter: sepia(100%);`

`background: radial-gradient(circle, red, yellow);`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade CSS é usada para aplicar um efeito de hover em um elemento?

`:hover { color: blue; }`

`hover: { color: blue; }`

`on-hover: { color: blue; }`

`hover-effect: { color: blue; }`

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?