Advertisement
Guest User

help

a guest
Mar 17th, 2023
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. .titlecard {
  5.     border: 6px solid LimeGreen;
  6. }
  7.  
  8. .titlecard {
  9.     <!-- horizontal alignment -->
  10.     margin: auto;
  11. }
  12.  
  13. .titlecard {
  14.     <!-- code to align vertically goes here -->
  15. }
  16. </div>
  17. </style>
  18. </head>
  19. <body>
  20.  
  21. <img src="titlecard_1.png" class="titlecard">
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement