Let's learn about "border-radius" through illustrations.
Topics are,
1οΈβ£ Introduction
2οΈβ£ How to define?
2οΈβ£.1οΈβ£ One/Two/Three/Four Values
2οΈβ£.2οΈβ£ Percentage Value
2οΈβ£.3οΈβ£ Horizontal and Vertical Radius
3οΈβ£ Other Related Properties
4οΈβ£ Shapes using border-radius
5οΈβ£ Conclusion
1οΈβ£ Introduction
2οΈβ£ How to define?
2οΈβ£.1οΈβ£ One/Two/Three/Four Values
2οΈβ£.2οΈβ£ Percentage Value
2οΈβ£.3οΈβ£ Horizontal and Vertical Radius
3οΈβ£ Other Related Properties
border-radius is the shorthand property for 4 other CSS properties.
β 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.