Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #welcome {
  2. height: 30px;
  3. line-height: 30px;
  4. background: #256e93;
  5. color: #fff;
  6. position: fixed; /*absolute oder fixed ich schlage vor fixed*/
  7. border-bottom: 1px solid #256e93;
  8. top: 0px;
  9. left: 0px;
  10. padding-left: 10px;
  11. padding-right: 10px;
  12. width: 98.3%;
  13. }
  14.  
  15.  
  16.  
  17. code nicht getestet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement