BREAKING NEWS
latest
Home
Technical Support
Blogger Tutorials
Earn Money
JavaScript
Subscribe Author On YouTube [Click Here>>]
Friday, May 7, 2021
Home
CSS
CSS for an Oval Shape
CSS for an Oval Shape
Sir Chogyal
-
<html> <title>HTML Class</title> <head> <style> .egg { border: 5px solid #4cf58f; height: 200px; width: 300px; border-radius: 50%; background-color: #4cc2f5; margin-left: 100px; } </style> </head> <body> <h2>CSS for an oval shape</h2> <div class="egg"></div> </body> <footer> </footer> </html>
Copy code snippet
You Might Also Like
CSS
« PREV
NEXT »
No comments
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
Subscribe by Email
|
YouTube
|
Facebook
|
Instagram
|
Twitter
Learning JavaScript Quickly
Subscribe by Email
|
YouTube
|
Facebook
|
Instagram
|
Twitter
No comments
Post a Comment