Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Caveat|Kelly+Slab|Poiret+One|Rubik+Mono+One|Russo+One&display=swap');
  2.  
  3. body{
  4. padding: 10px 30px;
  5. background-color: #fefefe;
  6. color: #233249;
  7. font-family: 'Poiret One';
  8. font-size: 20px;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. min-height: 100vh;
  13. font-family: sans-serif;
  14.  
  15. }
  16.  
  17. h1{
  18. color: #4477a6;
  19. font-family: 'Russo One';
  20. }
  21. h2{
  22. color: #637775;
  23. font-family: 'Kelly Slab';
  24. }
  25. h3{
  26. color: #7a4429;
  27. }
  28. a{
  29. color: #3f78a6;
  30. }
  31. i{
  32. color: #db684b;
  33. font-family: 'Caveat';
  34. font-size: 22px;
  35. }
  36. b{
  37. color: #23324b;
  38. font-family: 'Rubik Mono One';
  39. font-size: 14px;
  40. }
  41. button {
  42. padding: 20px 40px;
  43. text-transform: uppercase;
  44. color: #fff;
  45. font-size: 50px;
  46. background-color: #111112;
  47. border: 4px solid #1e88e5;
  48. outline: none;
  49. }
  50.  
  51.  
  52. button{
  53. right: 10px;
  54. position: fixed;
  55. bottom : 10px;
  56.  
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement