mon-entreprise/source/components/Home.css

22 lines
252 B
CSS
Raw Normal View History

#home {
}
#home #header h1 {
2017-12-11 13:52:47 +00:00
margin-top: 3em;
text-align: center;
font-size: 300%
}
#home #marianne {
2017-12-11 13:52:47 +00:00
position: absolute;
left: 2em;
top: 2em;
width: 8em;
}
#home > #content {
display: flex;
align-items: center;
justify-content: center;
}