Guest User

Untitled

a guest
May 22nd, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #top{
  2. display: inline;
  3. }
  4.  
  5. #mail{
  6. font-style: bold;
  7. font-family: fantasy;
  8. float: right;
  9. }
  10.  
  11. #login{
  12. font-style: bold;
  13. font-family: fantasy;
  14. float: left;
  15. }
  16.  
  17. #booble{
  18. color: green;
  19. font-family: fantasy;
  20. font-size: 60px;
  21. }
  22.  
  23. #search:hover {
  24. background-color: yellow;
  25. width: 25%;
  26. height: 25%;
  27. }
  28.  
  29. #languages{
  30. color: blue;
  31. font-size: 20px;
  32. margin: auto;
  33. }
Add Comment
Please, Sign In to add comment