CSS Developer

Practice & Master Your Skills

10
Exercises
5
Challenges
0
Total Points
Fill in the Blank
Code Challenges
Certificate
Exercise 1
10 pts
Change the text color of a paragraph to blue.
p { : blue; }
The property name is same as what it does
Exercise 2
10 pts
Center a block element horizontally.
div { margin: 0 ; width: 50%; }
Automatically calculates left/right margins
Exercise 3
10 pts
Enable flexbox layout on a container.
div { : flex; }
Changes how element is rendered in layout
Exercise 4
10 pts
Define an animation sequence.
@ bounce {\n 0% { transform: translateY(0); }\n}
Used to create CSS animations
Exercise 5
10 pts
Define a grid with 3 equal columns.
div { display: grid; : repeat(3, 1fr); }
Specifies the columns of the grid
Exercise 6
10 pts
Use a CSS variable for background color.
div { background-color: (---main-bg); }
Function to insert value of custom property
Exercise 7
10 pts
Add a smooth transition for hover effects.
button { : all 0.3s ease; }
Allows you to change property values smoothly
Exercise 8
10 pts
Apply styles only for screens smaller than 600px.
@ (max-width: 600px) {\n body { font-size: 14px; }\n}
Used to apply CSS for different media types/devices
Exercise 9
10 pts
Change button background on hover.
button: { background: red; }
Pseudo-class for when mouse is over element
Exercise 10
10 pts
Add a drop shadow to a card.
div { : 0 4px 8px rgba(0,0,0,0.1); }
Attaches one or more shadows to an element

1. Style Button

Basic styling and ps

2. Flexbox Row

display: flex; justi

3. Bounce Animation

@keyframes, transfor

4. CSS Grid Layout

grid-template-column

5. CSS Variables

--var, var()

Certificate Locked

You must complete the exercises with a score of 70% or higher to unlock your certificate.

0% Current Score

Claim Your Certificate

Congratulations! You have passed the required exercises. Please provide your details exactly as you want them on your certificate.

Certificate of Completion

Proudly Presented To

Student Name
For successfully completing all exercises and challenges with an outstanding score in the CSS course.
Verify ID: LH-XXXX-XXXXXX