Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. body {
  2. background: url('images/mainbg.png') repeat-x;
  3. }
  4.  
  5. .topLoginArea {
  6. height:30px;
  7. }
  8.  
  9. .topleftLoginArea {
  10. color:white;
  11. font-size:14px;
  12. margin-left:20px;
  13. margin-right:50px;
  14. position:absolute;
  15. line-height:30px;
  16. top:0px;
  17. left:0px;
  18. }
  19.  
  20. .topwelcomeLoginArea{
  21. color:white;
  22. font-size:11px;
  23. position:absolute;
  24. line-height:30px;
  25. top:0px;
  26. left:150px;
  27. }
  28.  
  29. .toprightLoginArea {
  30. color:white;
  31. margin-right:50px;
  32. position:absolute;
  33. top:0px;
  34. right:0px;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement