8 lines
No EOL
177 B
CSS
8 lines
No EOL
177 B
CSS
body {
|
|
background-color: #BA00FF;
|
|
background-image: url('../../img/gradient.png');
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
color:#fff;
|
|
text-align:center;
|
|
} |