Answer the question
In order to leave comments, you need to log in
How to make up such decorative elements?
Elements such as blue line, circle, etc.
Answer the question
In order to leave comments, you need to log in
Circle - you can use border and choose border-radius, but you might not get a perfect circle, then you need to change the overall size a bit.
.circle{
width: 100px;
height: 100px;
border: 4px solid blue;
border-radius: 50px;
}
This layout is from html academy
And they have a course on svg and how to draw it using css
https://htmlacademy.ru/courses/130
For such simple elements like a curved line, it’s quite possible to get confused and make
svg through defer and then pull through use. Optimal, convenient, stylable via css
the easiest and fastest way is to draw in illustrator and save as SVG, and then as a regular picture
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question