Practice and reinforce the concepts from Lesson 8
In this activity, you'll practice:
:white_check_mark: Watch the tutorial video above
:white_check_mark: Have your favorite game in mind
:white_check_mark: Prepare 2-3 images of your game
:white_check_mark: Think about color scheme that matches your game
:white_check_mark: Time needed: 30-40 minutes
:information_source: 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!
:bulb: Tip Try using your game's official colors! For example, if your game is Minecraft, use green (#00ff00) or brown (#8B4513).
:bulb: 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: 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: 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
:information_source: Info
:emoji: Submit Your Project
Click here to submit your Favorite Game CSS Properties project!
Remember to include your EduBlocks project link in the submission form!
:video_game: Ready to showcase your favorite game? Let's make it look amazing with CSS!