0
How to draw boxes
5 Answers
+ 2
For this you may use div tag
+ 2
Hay Abhijeet Thorat I had told same . Let him also do some experiments and research for himself what is the need to provide him source code .
+ 1
#box{
height:100px;
width :100px;
background:red;
}
add an <div id=âboxâ> in your html and the css code above in css
thats it đđ
AYUSH.ks
+ 1
<svg viewBox="0 0 220 100" xmlns="http://www.w3.org/2000/svg">
<!-- Simple rectangle -->
<rect width="100" height="100" />
<!-- Rounded corner rectangle -->
<rect x="120" width="100" height="100" rx="15" />
</svg>
0
yupp cool AYUSH.ks đđ»đ