BREAKING NEWS
བདེ་ཅན་སྨོན་ལམ་བསྡུས་པ།།
Launching a Specific Application without a UAC (User Account Control) Prompt
དུས་དེ་རིང་བཀྲ་ཤིས་ལྷ་རྒྱལ་ལོ།
Hide all the blog posts from the homepage | Hide all the widgets from all the blog posts
CSS for a Trapezoid/Trapezium
CSS for a Rectangle
Full forms of Technical Terms Used in Programming
What is i tag and b tag
CSS For Bold and Italic texts
Write texts on an image in html
Home
Technical Support
Blogger Tutorials
Earn Money
JavaScript
Subscribe Author On YouTube [Click Here>>]
Sunday, October 4, 2020
Home
CSS
CSS For An HTML Triangle
CSS For An HTML Triangle
Sir Chogyal
-
You can use the code below to create a Triangle in an HTML coding.
<!DOCTYPE html> <html> <title>My Triangle</title> <head> <style> .triangle { border-bottom: 200px solid #ff00ea; border-left: 115px solid transparent; border-right: 115px solid transparent; width: 0; margin-top: 100px; margin-left: 300px; } </style> </head> <body> <div class="triangle"></div> </body> </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