Prev Demo
Padding
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>CSS padding</title> <style> .class1 { color:blue; background-color:pink; border: 2px solid green; padding-top: 20px; padding-right: 50px; padding-bottom: 30px; padding-left: 40px; } </style> </head> <body> <div class="class1">TechFunda is a free How to web technologies tutorials website.TechFunda is a free How to web technologies tutorials website. Enjoy your learning in How to manner that are based on real time problem solutions. If you have a how to problem to ask, please ask here. </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output