CSS Gradients and Opacity
12 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the range of values for the red, green, and blue components in a color?

Between 0 and 255 inclusive

What is the purpose of the opacity parameter in graphics?

To control the transparency of a shape

What is the difference between a radial gradient and a linear gradient?

A radial gradient fades from the center of the shape outwards, while a linear gradient fades from one corner or edge to the other

What is the purpose of the bold and italic parameters in the Label function?

<p>To control the font style of the label</p> Signup and view all the answers

What is the difference between a RegularPolygon and a Star?

<p>A <code>RegularPolygon</code> has equal sides and angles, while a <code>Star</code> has pointed vertices and can be more or less rounded</p> Signup and view all the answers

How can you create a polygon with custom vertices?

<p>By using the <code>Polygon</code> function and specifying the coordinates of the vertices in order</p> Signup and view all the answers

What is the default fill color for a shape drawn using the Rect function?

<p>black</p> Signup and view all the answers

How can you draw a rectangle with no fill color?

<p>By setting <code>fill=None</code></p> Signup and view all the answers

What is the default border width for a shape drawn using the Rect function?

<p>2</p> Signup and view all the answers

How can you draw a rectangle with a dashed border of length 3 pixels and gaps of length 2 pixels?

<p>By setting <code>dashes=(3, 2)</code></p> Signup and view all the answers

What is the purpose of the borderWidth parameter in the Rect function?

<p>To specify the width of the border</p> Signup and view all the answers

How can you use a custom RGB color to fill a shape?

<p>By using <code>rgb(red, green, blue)</code></p> Signup and view all the answers

More Like This

CSS Basics and Selectors Quiz
12 questions
CSS Skills Flashcards
63 questions

CSS Skills Flashcards

WieldyJadeite4115 avatar
WieldyJadeite4115
CS 102 CSS Practice Test
25 questions

CS 102 CSS Practice Test

WellBacklitJasmine avatar
WellBacklitJasmine
CSS Ids and Classes Flashcards
17 questions
Use Quizgecko on...
Browser
Browser