Guest User

Untitled

a guest
Oct 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .top{
  2. position:absolute;
  3. top: 0;
  4. left:0;
  5. background-color:#1693A5;
  6. width:100%;
  7. height:190px;
  8. }
  9. body{
  10. background-color:#FCFBE3;
  11. }
  12. #logo{
  13. top:20px;
  14. left:490px;
  15. position:absolute;
  16. text-transform: uppercase;
  17. font-size: 4em;
  18. background-clip: text;
  19. -webkit-text-fill-color: transparent;
  20. font-weight: bold;
  21. -webkit-text-stroke: 1px black;
  22.  
  23.  
  24.  
  25.  
  26.  
  27. }
  28. #trojkatDoTla {
  29. position:absolute;
  30. top:90px;
  31. border-bottom: 100px solid #FCFBE3;
  32. border-right: 600px solid transparent;
  33. -webkit-border-radius: 1%;
  34. -moz-border-radius: 1%;
  35. border-radius: 1%;
  36. }
Add Comment
Please, Sign In to add comment