Practice and reinforce the concepts from Lesson 8
In this activity, you'll practice:
✅ Watch the tutorial video above
✅ Have your favorite game in mind
✅ Prepare 2-3 images of your game
✅ Think about color scheme that matches your game
✅ Time needed: 30-40 minutes
ℹ️ Remix this EduBlocks project! Make sure you click "Clone" to create your own copy!
In this project, you'll create a website showcasing your favorite game using various CSS properties to make it look amazing!
💡 Tip Try using your game's official colors! For example, if your game is Minecraft, use green (#00ff00) or brown (#8B4513).
💡 Tip Image Tips:
.game-info
for your game details.game-list
for listing featuresCenter your images:
margin: auto
and display: block
Change background color:
Customize fonts:
font-size
between 14px-20px for readabilityfont-family
that matches your game's style⚠️ Warning Common Mistakes to Avoid:
- Don't use too many different fonts (stick to 2-3 maximum)
- Avoid color combinations that are hard to read (like yellow text on white background)
- Make sure your images aren't stretched or squished
Solution: Make sure you're using both margin: auto
AND display: block
on your image
Solution: Check your color contrast - dark text on light backgrounds or light text on dark backgrounds work best
Solution:
⚠️ Warning Before You Submit:
- Test all your CSS properties work correctly
- Check that your images display properly
- Make sure your text is readable
- Verify all required elements are included:
- Title and subtitle
- At least 2 images
- CSS classes applied
- Multiple CSS properties used
ℹ️ Info
📤 Submit Your Project
Click here to submit your Favorite Game CSS Properties project!
Remember to include your EduBlocks project link in the submission form!
🎮 Ready to showcase your favorite game? Let's make it look amazing with CSS!