Advertisement
Cosmac

NHS Website Stylesheet 1

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