Advertisement
Guest User

Untitled

a guest
May 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. color: #fff; font-family: Arial, Helvetica, sans-serif; text-shadow: 2px 2px #0008ED, -1px -1px #F30D00; font-style: italic; font-weight: bold; text-transform: lowercase
  2.  
  3. <!-- Avatar -->
  4. <div class="mx-auto rounded-circle" style="background: url('https://i.imgur.com/xWEn4Ku.png') fixed right; box-shadow: -1px -2px 1px 2px #F30D00, 1px 1px 1px 2px #0008ED; height: 250px; width: 250px; overflow: hidden">
  5. <!-- Replace the url after src with the link to your avatar -->
  6. <img src="https://i.imgur.com/kVOz1bf.png">
  7. </div>
  8.  
  9. <!-- Avatar -->
  10. <div class="mx-auto rounded-circle" style="border: 0.25rem double #42D2DD; height: 250px; width: 250px; overflow: hidden">
  11. <!-- Replace the url after src with the link to your avatar -->
  12. <img src="https://i.imgur.com/JmK8AWR.gif">
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement