12345678910111213141516171819202122 |
- body {
- background: url(../images/welcome.png) no-repeat center;
- background-size: 100% 100%
- }
- .page-container {
- color: #ffffff;
- padding: 50px
- }
- .text-success {
- font-family: arial;
- font-size: 72px;
- margin-bottom: 0;
- }
- .page-container-line {
- width: 100px;
- height: 4px;
- background: #ffffff;
- margin: 30px 0
- }
|