INF.03-01-25.01-SG/css/layout.css

24 lines
361 B
CSS
Raw Normal View History

body {
font-family: Helvetica;
background-color: #EAEAEA;
margin: 0;
padding: 0;
2025-09-04 10:54:12 +00:00
}
header {
position: relative;
text-align: center;
}
header img {
width: 100%;
}
.header-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 48px;
font-weight: bold;
2025-09-04 10:25:24 +00:00
}