13 lines
243 B
CSS
13 lines
243 B
CSS
#register-main {
|
|
background-image: url('../../public/images/registration_background_step2.png');
|
|
background-repeat: no-repeat;
|
|
background-position: 501px -150px;
|
|
}
|
|
|
|
#register-text {
|
|
text-align: center;
|
|
width: 55%;
|
|
margin-left: 100px;
|
|
}
|
|
|