This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
These are some things I Like:
To learn more HTML/CSS, check out these tutorials!
.layout { width: 100%; display: grid; grid: "header header header" auto "leftSide body rightSide" 1fr "footer footer footer" auto / auto 1fr auto; gap: 8px; } .header { grid-area: header; } .leftSide { grid-area: leftSide; } .body { grid-area: body; } .rightSide { grid-area: rightSide; } .footer { grid-area: footer; }