β 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
As a SOFTWARE ENGINEER, do you hate Data Structures and Algorithms (DSA)?
I promise you will love it after going through this thread:
Many just hate DSA because they don't know where to start and how to proceed.
I am going to list down 175+ algorithms associated with most commonly used data structures.
Just practice them using any of your favourite language.
β― C/C++
β― Java
β― Python
β― JavaScript
BE ON 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
P.S: This is my personal roadmap. I could spend 1 to 2 hours daily for learning and practicing during 2020. And it took me ~1 year to finish logically. It may differ from person to person.
β Start with a bang: Simple Data Types
Schedule: 1st Month
Effort: 1 to 2 hours daily + Normal practice