Prev Demo
CSS3
>
Border-Image-Source Property
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> .class1 { border-image-source: url(/HTPictures/Generics/5-635757291412470943.jpg); padding: 4px 7px 2px 4px; border-image-slice: 35; border: 5px solid thick; } </style> <p>This is the normal element with out class slector.</p> <p class="class1">TechFunda.com [This is the ement with class selector]</p> <p> <img src="/HTPictures/Generics/5-635757291412470943.jpg" width="50" height="75" /> This is The Original Image </p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output