Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. !! NAVIGATION POST !!
  2.  
  3. <raw-code><center>
  4.  
  5. <img src="https://i.imgur.com/XHcPtWF.jpg" width="1000px">
  6. <br><br><div style="width: 1000px; display: flex; flex-wrap: wrap;">
  7. <div style="width: 25%; text-align: center; font-size: 1.25em; font-family: 'Permanent Marker', cursive;">
  8. <a href="LINK">HOW'S MY DRIVING</a></div>
  9.  
  10. <div style="width: 25%; text-align: center; font-size: 1.25em; font-family: 'Permanent Marker', cursive;">
  11. <a href="LINK">PLAYER CONTACT</a></div>
  12.  
  13. <div style="width: 25%; text-align: center; font-size: 1.25em; font-family: 'Permanent Marker', cursive; ">
  14. <a href="LINK">IC INBOX</a></div>
  15.  
  16. <div style="width: 25%; text-align: center; font-size: 1.25em; font-family: 'Permanent Marker', cursive;">
  17. <a href="LINK">SOMETHING</a></div>
  18. </center></raw-code>
  19.  
  20. !! CSS !!
  21.  
  22. a {
  23. color: #ae0404;
  24. text-decoration: none;
  25. background-color: none;
  26. padding: 5%;
  27. }
  28.  
  29. a:hover {
  30. color: #fff;
  31. background-color: #ae0404;
  32. padding: 5%;
  33. transition: background-color 1s ease;
  34. text-decoration: none;
  35. }
  36.  
  37. #content {
  38. text-align: center;
  39. align-items: center;
  40. }
  41.  
  42. @media only screen and (max-width: 45em) {
  43. #canvas {margin:0px;
  44. width:100%;}
  45. #primary {
  46. width: 100%;
  47. margin: 0px;
  48. padding:0px; }
  49. }
  50.  
  51.  
  52. /*subtitle*/
  53.  
  54. #subtitle {
  55. font-family: 'permanent marker', cursive;
  56. text-align: center;
  57. font-size: 3em;
  58. }
  59.  
  60. /*disabled*/
  61.  
  62. #secondary, .module-wrapper, .footer, #pagetitle, #footer, .datetime, .userpic, .entry-title, #title, .navigation {
  63. display: none;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement