Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> p { border: 2px solid #000; color: #8ebf42; padding-right: 100pt; } </style> </head> <body> <h2>Пример свойства padding-right</h2> <p>Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне.</p> </body> </html>