scrimba
The Weekly Web Dev Challenge
The Weekly Web Dev Challenge - Scrimba Course Card Clone ๐ŸŽ“
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

The Weekly Web Dev Challenge - Scrimba Course Card Clone ๐ŸŽ“
AboutCommentsNotes
The Weekly Web Dev Challenge - Scrimba Course Card Clone ๐ŸŽ“
Expand for more info
index.css
run
preview
console
html, body {
margin: 0;
padding: 0;
}

/*
DESCRIPTION:

You challenge is clone a course card from Scrimba's homepage.

For the layout, you can go grid or flex.

Some extra things to look into:
- logical properties for margin and padding
- the new color syntax (for RGB and HSL)

Stretch goals:
- Add those fun bubble animations!
- Create a set of cards where the colors (and other things?) are updated through the use of custom properties

*/

/* Write your code here ๐Ÿ‘‡ */
Console
/index.html
-2:06