Estilos de Imagens em CSS

Estilos de Imagens em CSS

12th Grade

10 Qs

quiz-placeholder

Similar activities

Teaching Session Quiz

Teaching Session Quiz

12th Grade

10 Qs

Kuis Microsoft Word I

Kuis Microsoft Word I

12th Grade

10 Qs

Quiz sobre HTML e CSS

Quiz sobre HTML e CSS

12th Grade

15 Qs

Animasi Dubbing

Animasi Dubbing

11th Grade - University

10 Qs

Quiz - Sites Responsivos

Quiz - Sites Responsivos

12th Grade

12 Qs

Kiến thức về Internet

Kiến thức về Internet

12th Grade

10 Qs

[TSU]MD1_S6: CSS Basic

[TSU]MD1_S6: CSS Basic

12th Grade

15 Qs

Kuis Dasar Koding dan AI

Kuis Dasar Koding dan AI

12th Grade

10 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?