Yes it would work very well in css! You can also use javascript (idk how i dont use js) but you can if you use css with javascript, sorry if this is advanced for you but general context should work.Hello Coders!
Can someone please help me on how to create an image and have it rounded?
Would using border-radius in CSS work?
Border-Radius: 50px;
Spot on answer!Yes, it is possible to make Images round. To do that, you'd need to use Border-Radius:
Example:
Border-Radius: 50px;
Because you want to support older browsers, not everyone uses the latest.Great! Thanks for sharing.
Why is this the better way?
Thanks for sharing!Because you want to support older browsers, not everyone uses the latest.
![]()
Vendor Prefix - MDN Web Docs Glossary: Definitions of Web-related terms | MDN
Browser vendors used to add prefixes to experimental or nonstandard CSS properties and JavaScript APIs, so developers could experiment with new ideas. This, in theory, helped to prevent their experiments from being relied upon and then breaking web developers' code during the standardization...developer.mozilla.org