Best of Figma — January 2023
- 1
- 2
Ahmad Shadeed·3y
Conditional CSS
Conditional CSS has evolved a lot to the point you can see conditional rules. In CSS, there are three conditional rules happening: If the items wrap into a new line, the will work for the horizontal and vertical spaces. If the page direction is RTL (right-to-left) the items will switch their order.
- 3
freeCodeCamp·3y
Learn CSS by Building the Figma Logo in Pure CSS
Learn CSS by Building the Figma Logo in Pure CSS by building the logo in pure CSS. I will show you how to use the following CSS concepts by creating the logo: - flex-wrap - multiple classes - border-radius. What We Will Be Creating We will create the FigMA logo inpure CSS.