Guest User

Untitled

a guest
Dec 10th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. :root {
  2. --main-title-centered: center;
  3. }
  4. body {
  5. margin: 0;
  6. }
  7. .main-bg {
  8. width: 100%;
  9. height: 100vh;
  10. background: rgb(207, 206, 185);
  11. }
  12. .centered {
  13. position: fixed;
  14. top: 50%;
  15. left: 50%;
  16.  
  17. transform: translate(-50%, -50%);
  18. }
  19.  
  20. .main_title, .main_subtitle {
  21. text-align: var(--main-title-centered);
  22. color: rgb(179, 21, 6);
  23. }
  24.  
  25. .main_title {
  26. font-size: 1.8em;
  27. }
  28. .main_subtitle {
  29. font-size: 1.5em;
  30. }
Add Comment
Please, Sign In to add comment