aboutsummaryrefslogtreecommitdiff
path: root/styles/draft.css
blob: fd3493bfa70079981049cfe77ce3d0cd6e955649 (plain)
  1. /* css styles */
  2. body:before{
  3. content: 'UDKAST';
  4. position: fixed;
  5. top: 0;
  6. bottom: 0;
  7. left: 0;
  8. right: 0;
  9. z-index: -1;
  10. color: #ff000077;
  11. font-size: 200px;
  12. font-weight: 500px;
  13. display: grid;
  14. justify-content: center;
  15. align-content: center;
  16. opacity: 0.2;
  17. transform: rotate(-45deg);
  18. }