welcome.css 317 B

12345678910111213141516171819202122
  1. body {
  2. background: url(../images/welcome.png) no-repeat center;
  3. background-size: 100% 100%
  4. }
  5. .page-container {
  6. color: #ffffff;
  7. padding: 50px
  8. }
  9. .text-success {
  10. font-family: arial;
  11. font-size: 72px;
  12. margin-bottom: 0;
  13. }
  14. .page-container-line {
  15. width: 100px;
  16. height: 4px;
  17. background: #ffffff;
  18. margin: 30px 0
  19. }