How to create these shapes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to create these shapes

So I see these shapes from https://code.sololearn.com/W4PB3f3Ufy0S/?ref=app . How to do this?

17th Oct 2021, 6:45 AM
ZalfoOfficial
ZalfoOfficial - avatar
6 Answers
+ 1
Look for some tutorial on youtube. You will learn basic shapes, but others is creativity and practice.
17th Oct 2021, 11:51 AM
PanicS
PanicS - avatar
+ 2
Lemme tell you, first, make a div element, set its width and height, set it's background-color to something, like white, then place it somewhere on the screen. Now make another div element, and repeat everything, and to rotate it, use "transform: rotate(90deg)". You may already know this but just saying in-case. Also, you can write any other value instead of 90deg, such as 45deg. You can also write the value in negative. I know that is hard, making a element, styling it, etc... but as much as i know, that's how you can achieve what you want to. :)
21st Oct 2021, 7:30 PM
≠Homânly≠™
0
Learn CSS
17th Oct 2021, 7:05 AM
A͢J
A͢J - avatar
0
I learned it to ful
17th Oct 2021, 7:51 AM
ZalfoOfficial
ZalfoOfficial - avatar
0
So do practice. Without practice nothing is possible.
17th Oct 2021, 9:31 AM
A͢J
A͢J - avatar
0
Shortcut won't work bro, you have to learn css
17th Oct 2021, 10:31 AM
Jasy Fabiano
Jasy Fabiano - avatar