Advertisement
Guest User

Aki Narukami

a guest
Jan 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.09 KB | None | 0 0
  1. <style>
  2. @import 'https://fonts.googleapis.com/css?family=Pacifico|Oswald:700';
  3.  
  4. body{
  5. background: url(http://i.picpar.com/oSDc.png) #BB003D}
  6.  
  7. #find{
  8. width:550px;
  9. height: 350px;
  10. background: #890036;
  11. }
  12.  
  13.  .me{
  14. margin: auto;
  15. position: absolute;
  16. top: 0; left: 0; bottom: 0; right: 0;
  17. }
  18.  
  19.  .i{
  20. position:absolute;
  21. top:95px;
  22. left:45px;
  23. width: 200px;
  24. height: 200px;
  25. background: white;
  26. border: 5px solid #AB0743;
  27. }
  28.  
  29.  .finally{
  30. position:absolute;
  31. top:95px;
  32. right:45px;
  33. width: 200px;
  34. height: 200px;
  35. background: white url(http://i.picpar.com/7SDc.png) bottom center no-repeat;
  36. border: 5px solid #AB0743;
  37. }
  38.  
  39.  .finally:hover{
  40. background: white url(http://i.picpar.com/BSDc.png) bottom center no-repeat;
  41. }
  42.  
  43.  .found{
  44. position: absolute;
  45. top: 45px;
  46. left: 45px;
  47. width: 455px;
  48. height: 30px;
  49. background: #e48a92 url(http://i.picpar.com/mTDc.png);
  50. }
  51.  
  52.  .you{
  53.  
  54. }
  55.  
  56.  .misao{
  57.  
  58. }
  59.  
  60.  .tee{
  61.  
  62. }
  63.  
  64.  .hee{
  65.  
  66. }
  67.  
  68.  
  69. </style>
  70.  
  71. <div id="find" class="me">
  72.  
  73. <div class="i">
  74.  
  75. Wurds
  76.  
  77. </div>
  78. <div class="finally">
  79.  
  80. Piccur
  81.  
  82. </div>
  83. <div class="found">
  84. Heading
  85. </div>
  86.  
  87.  
  88. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement