pages/style.css
mudaranrhiod 20ffd3796d h
2025-05-11 17:38:26 +01:00

18 lines
No EOL
296 B
CSS

body {
font-family: sans-serif;
}
.text-section h1 {
font-size: 48px;
color: #333;
margin-bottom: 15px;
}
.image-section img {
width: 100%;
height: auto;
display: block;
margin: 10px auto 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}