8 lines
170 B
CSS
8 lines
170 B
CSS
html,body{
|
|
background-image: url('../rsc/login2.jpg');
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
height: 100%;
|
|
font-family: 'Numans', sans-serif;
|
|
}
|