Files
AngularTicTacToe/src/app/components/home/home.component.scss
2017-05-23 21:55:43 +02:00

18 lines
369 B
SCSS

.container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: url(../../../assets/background.jpg) no-repeat center fixed;
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */
.title {
color: white;
margin:0;
padding:50px 20px;
}
}