Skip to content

G00bi/page-playing-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Build a Page of Playing Cards (FreeCodeCamp)

πŸ“Œ Overview

This project is a hands-on exercise from FreeCodeCamp focused on practicing CSS Flexbox. It demonstrates how to build flexible, responsive layouts by applying flexbox properties to structure and align elements.

My main goal is to gain practical experience with layout techniques by fulfilling the main task assigned, but also giving my own personal touch to the visual of the web page.


🎯 Objectives

  • Understand how flexbox works in a real layout
  • Practice using flex container and flex item properties
  • Improve alignment and spacing skills in CSS
  • Make it cute

πŸ› οΈ Technologies Used

  • HTML
  • CSS

πŸ“š Concepts Covered

This project explores the following flexbox concepts:

Flex Container Properties

  • display: flex
  • flex-direction
  • justify-content
  • align-items
  • flex-wrap
  • align-content

Flex Item Properties

  • flex-grow
  • flex-shrink
  • flex-basis
  • align-self
  • order

πŸ“– Learning Source

This project is based on exercises from the FreeCodeCamp Responsive Web Design Certification.


πŸ‘¨β€πŸ’» Author

Created as part of FreeCodeCamp practice.


About

CSS flexbox certification exercise from freeCodeCamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors