Advertisement
1xptolevitico69

Welcome Page

Sep 28th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <title>Welcome Page</title>
  5. <meta charset=utf-8>
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  body {  
  9. background-image:url(https://backgroundcheckall.com/wp-content/uploads/2017/12/background-tumblr-flower-vintage-13.jpg);
  10. background-size:100% 100%;
  11. background-attachment:fixed;
  12. }
  13.  
  14. img {
  15. width:300px;
  16. height:300px;
  17. padding:5px;
  18. background-color:white;
  19. border-radius:50%;
  20. border:5px solid red;
  21. margin:auto;
  22. }
  23.  
  24. div {
  25. width:90%;
  26. position:absolute;
  27. left:5%;
  28. text-align:center;
  29. }
  30.  
  31. .name {
  32. font-family:segoe print;
  33. font-size:55px;
  34. margin:20px auto;
  35. width:100%;
  36. color:maroon;
  37. }
  38.  
  39. .welcome {
  40. margin:40px 0 0 0;
  41. padding:5px 0;
  42. font-family:courier new;
  43. color:white;
  44. background-color:red;
  45. }
  46.  
  47. </style>
  48. </head>
  49. <body>
  50.  
  51. <div>
  52. <img src='https://i.imgur.com/cklG9vq.jpg' title='Shanks One Piece'/>
  53. <h1 class='name'>Marju Godinez‎</h1>
  54. <h1 class='welcome'>Welcome to my First Webpage</h1>
  55. </div>
  56.  
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement