Հեղինակ
Վիդեոկուրսեր
Առաջարկել
Խորհուրդ եմ տալիս
Կոդ
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Էջի վերնագիր</title> <style> p.ex1 { padding: 50px; } p.ex2 { padding: 25px 30px; } </style> </head> <body> <p class="ex1">This text has equal padding on each side. The padding on each side is 50px.</p> <p class="ex2">This text has a top and bottom padding of 25px and a left and right padding of 30px.</p> </body> </html>
Արդյունք