12 lines
219 B
CSS
12 lines
219 B
CSS
.welcome-center-button {
|
|
width: 100%;
|
|
}
|
|
|
|
.welcome-big-logo {
|
|
font-size: 200pt;
|
|
background-image: url(./images/logo.png);
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
color: rgba(0, 0, 0, 0);
|
|
}
|