Valenzelektron

CSS Design

Sep 26th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. /* created by Valenzelektron
  2. *  beginning of CSS
  3. */
  4.  
  5. body{
  6.     background-Color: #000 ;
  7. }
  8. #Seite{
  9.     display:;
  10. }
  11. Drop{
  12.     display:none;
  13.     position: absolute;
  14.     right: 0;
  15.     left: 0;
  16.     background-Color: #F9F9F9;
  17.     min-height: 300px;
  18.     min-width:  150px;
  19. }
  20. Drop.Ani{
  21.     padding 12px 16px;
  22.     display: inline-block;
  23. }
  24. .input{
  25.     background-Color: #444;
  26.     height: 30px;
  27.     width: 330px
  28.     Color: black;
  29.     outline: none;
  30. }
  31. @keyframes spin{
  32.     0% { transform: rotate(0deg); }
  33.     100% { transform: rotate(360deg); }
Advertisement
Add Comment
Please, Sign In to add comment