Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>SUNFLOWERS IT</title>
  4.  
  5. <head>
  6. <meta charset="utf-8" />
  7. <link rel="stylesheet" type="text/css" href="pixel.css">
  8.  
  9.  
  10.  
  11. </head>
  12.  
  13. <body>
  14.  
  15. <nav>
  16. <ul>
  17.  
  18. <li><a href="#">O firmie</a></li>
  19. <li><a href="#">Oferta + cennik</a></li>
  20. <li class="pixelart-to-css" alt="company logo"></li>
  21. <li><a href="#">Blog</a></li>
  22. <li><a href="#">Kursy</a></li>
  23. <li><a href="#">Kontakt</a></li>
  24. </ul>
  25. </nav>
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. li {
  37. width: 25%;
  38. text-align: center;
  39. list-style-type: none;
  40.  
  41. }
  42.  
  43. a{
  44. text-decoration: none;
  45. color: black;
  46. font-size: 22px;
  47. font-weight:600;
  48. }
  49.  
  50. a:hover, a:focus{
  51. color:rgb(22, 121, 22);
  52. }
  53.  
  54. nav ul{
  55. background:#ff9800;
  56. height: 50px;
  57. box-shadow: 0px 0px 20px 2px #000;
  58. display: flex;
  59. justify-content: center;
  60. padding: 0 10px;
  61. align-items: center;
  62. font-family: sans-serif;
  63. }
  64.  
  65. body{
  66. margin: 0;
  67. }
  68.  
  69.  
  70.  
  71. .pixelart-to-css {
  72. position: absolute;
  73. animation: x 3s infinite;
  74. -webkit-animation: x 3s infinite;
  75. -moz-animation: x 3s infinite;
  76. -o-animation: x 3s infinite;
  77. }
  78.  
  79. @keyframes x {
  80. 0%, 33.3%{ plus reszta długiego kodu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement