Upload files to "/"
This commit is contained in:
parent
f7cc6feb58
commit
c46ba4de84
2 changed files with 33 additions and 5 deletions
20
index.html
20
index.html
File diff suppressed because one or more lines are too long
18
styles.css
Normal file
18
styles.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
body {
|
||||
font-family: sans-serif; /* A common and readable font */
|
||||
}
|
||||
|
||||
.text-section h1 {
|
||||
font-size: 3em; /* Larger font size for the heading */
|
||||
color: #333; /* Dark gray heading text */
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.image-section img {
|
||||
width: 100%; /* Make the image take up the full width of its container */
|
||||
height: auto; /* Maintain the image's aspect ratio */
|
||||
display: block; /* Removes extra space below the image */
|
||||
margin: 10px auto 0; /* Add some top margin and center the image */
|
||||
border-radius: 4px; /* Slightly rounded corners for the image */
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* A subtle shadow for the image */
|
||||
}
|
Loading…
Add table
Reference in a new issue