rmcg.ie/css/style.css

22 lines
293 B
CSS
Raw Normal View History

2022-01-20 16:57:31 +01:00
html,
body {
height: 100%;
}
2022-01-19 12:54:59 +01:00
header {
2022-01-20 16:57:31 +01:00
height: 100%;
2022-01-19 12:54:59 +01:00
display: grid;
place-content: center;
}
header > div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; /* Vertical center of image & text */
}
.logo {
width: 50%;
}