Estilos de Imagens em CSS

Estilos de Imagens em CSS

12th Grade

10 Qs

quiz-placeholder

Similar activities

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

2TDS - Programação Frontend - Aula 46

2TDS - Programação Frontend - Aula 46

12th Grade

10 Qs

12_HKII_Lan2

12_HKII_Lan2

12th Grade

10 Qs

2TDS - Programação Frontend - 1002

2TDS - Programação Frontend - 1002

12th Grade

10 Qs

Veb-sahifaga tasvir kiritish

Veb-sahifaga tasvir kiritish

12th Grade

10 Qs

 Веб-сайттың құрылымы

Веб-сайттың құрылымы

9th - 12th Grade

6 Qs

JS Quiz

JS Quiz

6th Grade - University

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?