Advertisement
Cosmac

NHS Website Stylesheet 2

Mar 5th, 2023
681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | Source Code | 0 0
  1. body {
  2.     background-color: #63a2ddc7;
  3. }
  4. .startingpage {
  5.     position: absolute;
  6.     top: 50%;
  7.     left: 50%;
  8.     -ms-transform: translate(-50%, -50%);
  9.     transform: translate(-50%, -50%);
  10.     font-size: 90px;
  11.     text-align: center;
  12.     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  13. }
  14. .startingpagesubtitle {
  15.     font-size: 50px;
  16. }
  17. .startingpageimage {
  18.     position: relative;
  19.     height: 100%;
  20.     width: 100%;
  21.     margin: 50px;
  22.     background-color: powderblue;
  23. }
  24. .startingpageimg {
  25.     position: absolute;
  26.     height: 200px;
  27.     top :100%;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement