β Introduction
β How to specify?
β.β One/Two/Three/Four Values
β.β Percentage Value
β.β Horizontal and Vertical Radius
β Other Related Properties
β Shapes using border-radius
β Conclusion
β Introduction
β How to specify?
β.β One/Two/Three/Four Values
β.β Percentage Value
β.β Horizontal and Vertical Radius
β Other Related Properties
border-radius is the shorthand property for 4 other CSS properties.
A lot of different types of shapes can be made in CSS using border-radius property.
βͺ Circle
βͺ Ellipse
βͺ Blobs
Let's draw.
β Conclusion
β οΈ Repost β οΈ
β¬ This is an original work and, was posted in Twitter previously in July 2021.
β¬ I had ~100 followers that time. And, this gave me recognition.
β¬ I have reposted it during November, 2021
β¬ If you liked these works, feel others might learn from it, do support.
End of π§΅
If you are interested in learning through illustrations, I am making a bunch on topics of HTML, CSS, JavaScript, SQL, DSA. To never miss any, follow me {@swapnakpanda}
Till we meet again, π
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
β C/C++
β Java
β Python
β JavaScript
Or, any language of your choice
Stay in top 5% of programmers.
β Arrays
β Creating an Array
β Iterate through Array
β Get an Element
β Search an Element
β Insert Element(s)
β Delete Element(s)
β Filter an Array
β Fetch a Sub-Array
β Merging Arrays
β Reverse Array
ββ Rotate Array
β Linked Lists
β Creating a Linked List
β Iterate through Linked List
β Get an Element
β Find an Element
β€ Insert Element(s)
β At Start
β At End
β At Anywhere
β€ Delete Element(s)
β From Start
β From End
β From Anywhere
ββ IsEmpty
ββ Merging Linked Lists
ββ Reverse Linked List
ββ Check for Cycles
Implement these algorithms for linked lists, double linked lists, circular linked lists, etc.