How do people make graphics using CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do people make graphics using CSS

i have seen many people using multiple divs but how exactly do they do that? https://code.sololearn.com/WyTV2bgSz5Jm/?ref=app https://code.sololearn.com/W5E6ZfUY9q48/?ref=app

2nd Oct 2018, 10:57 AM
Code master
11 Answers
+ 2
You have to understand css and positioning before make that things... Start with simple things like https://code.sololearn.com/Wfb3Ueey80yh/?ref=app then go more complex and you will see that its not so hard
2nd Oct 2018, 5:06 PM
KrOW
KrOW - avatar
+ 5
they just add animation using key frames but u need a lot of imagination and skill for it
2nd Oct 2018, 11:38 AM
SK Sai
SK Sai - avatar
+ 4
what exactly do u mean to ask
2nd Oct 2018, 11:37 AM
SK Sai
SK Sai - avatar
+ 4
KrOW what i want to ask is how do people make things like penguins,spaceships and all just using CSS beacause the course only teaches drawing basic shapes like triangle some people say that they use multiple divs but im not understanding it for example https://code.sololearn.com/WikM35TU4mXP/?ref=app
2nd Oct 2018, 3:40 PM
Code master
+ 3
im saying that how did she make that pengiun/spacecraft
2nd Oct 2018, 11:53 AM
Code master
+ 3
Code master Its simply a set of elements (usually div) positionated and styled with css At example in penguing code, add following line for show all element bounds .penguin, .penguin *{ outline:2px solid green; } in this way its more simple visualize every element like single block
2nd Oct 2018, 12:39 PM
KrOW
KrOW - avatar
+ 3
so we have to add the opacity element to make sure no overlapping happens?
2nd Oct 2018, 12:50 PM
Code master
+ 3
Code master What you mean? I didnt understand to what you refer
2nd Oct 2018, 12:54 PM
KrOW
KrOW - avatar
+ 3
for making a good quality graphics you can use canvas tag in html5 and style using css
2nd Oct 2018, 2:46 PM
Harinarayan Sahu
Harinarayan Sahu - avatar
+ 2
KrOW thanks!!
3rd Oct 2018, 1:34 AM
Code master
0
根据具体途径,满负荷发挥。
4th Oct 2018, 6:07 AM
Greatest