Հեղինակ
Վիդեոկուրսեր
Առաջարկել
Խորհուրդ եմ տալիս
Կոդ
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Էջի վերնագիր</title> <style> div { background-color: lightgrey; border: 30px solid transparent; border-image: url(border.png); border-image-slice: 30; border-image-repeat: repeat; } </style> </head> <body> <div>This DIV uses an image as a border.</div> <p>Here is the image used:</p> <img src="border.png"> </body> </html>
Արդյունք