18 lines
No EOL
296 B
CSS
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);
|
|
} |