13 lines
264 B
CSS
13 lines
264 B
CSS
.container {
|
|
background: url("/img/Dagger_Website_Space_Uranus.png") no-repeat;
|
|
background-size: cover;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.btn__github {
|
|
width: 240px !important;
|
|
} |