freeCodeCamp responsive web design notes test
Listing new CSS properties introduced in every lecture.
Learn the CSS Box Model by Building a Rothko painting
- overflow: hidden;
- filter: blur(2px);
- transform: rotate(-0.6deg);
Learn CSS Flexbox by Building a Photo Gallery
- box-sizing: border-box;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- object-fit: cover;
- media query: