Advertisement
joelnazarene

gui

May 6th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.86 KB | None | 0 0
  1. <head>
  2.  
  3.   <title>JAMV</title>
  4. </head>
  5. <style>
  6. body {
  7.   background-image:url("http://cdn.animalhi.com/3840x2160/20180510/5af4ca563ad2f.jpg") ;
  8.   height: 100%;
  9.  
  10.   /* Center and scale the image nicely */
  11.   background-position: center;
  12.   background-repeat: no-repeat;
  13.   background-size: cover;
  14. }
  15. A {text-decoration: none;}
  16. button{
  17.  
  18. background-color:black;
  19. width:100;
  20. height:80;
  21. border-radius:25px;
  22. border : 0px;
  23. font-size: 25px;
  24. color :black;
  25. }
  26.  
  27. button:hover{
  28.  
  29. background-color:black;
  30. height:100;
  31. width :150;
  32.  box-shadow: 0 0 25px 0 WHITE, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
  33.  transition: all 1s;
  34.  
  35. }
  36. </style>
  37.  
  38. <body background=''>
  39.  
  40.       <center> <h1>AJ FINDER</h1>
  41.    <center>    
  42.    
  43.     <br>
  44.     <center>
  45.       <br>  
  46.      
  47.       <br><br>
  48.     <center>  <button ><a style="color:white" href="weather.html">START</a></button>
  49.  
  50. <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement