Guest User

Untitled

a guest
Jun 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. body {
  2. /* min-width: 1366px; */
  3. /* min-height: 864px; */
  4. margin: 0;
  5. height: 100%;
  6. /* height: auto;*/
  7. }
  8. div[role="main"] {
  9. /* background-image: url('webSplashScreen.png');
  10. background-repeat: no-repeat;
  11. background-position: 50% 10%;*/
  12. margin: 0;
  13.  
  14. }
  15. #bg {
  16. /* this works but is low rez width: 100%;*/
  17. /* the following combination works on screens that have the same aspect ration as the img, eg 1366x864 */
  18. height: 100%;
  19. width: auto;
  20. position: absolute;
  21.  
  22. }
  23. span {
  24. font-family: Arial, sans-serif;
  25. color: #939393;
  26. font-size: 10em;
  27. margin: 0 auto;
  28. position: relative;
  29. top: 4em;
  30. left: 30%;
  31. }
Add Comment
Please, Sign In to add comment