Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- two lace borders! cr appreciated nene, art by okegom from w3schools -->
- <style>
- /* change the img url below the style tag to change the main image to whatever element you want */
- .cute {
- border-width:12px;
- border-style:solid;
- border-image: url("https://i.imgur.com/gTFIwdW.png") 11 fill round;
- }
- </style>
- <img class=cute src="https://foriio.imgix.net/store/a02f64003c1491f3dd281b6e42ac2c12.psd?ixlib=rb-3.1.1&auto=format%2Ccompress&w=688&h=424&rect=0%2C0%2C2324%2C1452&s=0d911caad183d2c2e7a740552c259263" alt="." style="width:250px;height:auto;border-radius:10px;">
- <style>
- /* change the img url below the style tag to change the main image to whatever element you want */
- .mono {
- border-width:12px;
- border-style:solid;
- border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;
- }
- </style>
- <img class=mono src="https://foriio.imgix.net/store/75f93ff7a872e1a712185eb97b0cffd7.psd?ixlib=rb-3.1.1&auto=format%2Ccompress&w=688&h=424&rect=0%2C39%2C2442%2C1526&s=6f7bff11bb57367567a34e0d523712d9" alt="." style="width:250px;height:auto;border-radius:10px;">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement