BustedComputer

grid-column: span 3;

Horizontal menu, grid-column: span 3;

Test Row Span 3 columns, grid-column: span 3;

Main Content - 3 Column

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it.
This is a template / test page.
Resize the web browser to see the change from 3 column for larger screens to 2 column for tablet to 1 column for cell phone.

Webpage being made using HTMLPad 2020
grid-row: 4;


Mark Twain:
“Never argue with a fool, onlookers may not be able to tell the difference.”
"Do not argue with a fool. He will drag you down to his level and beat you with experience."

Use pre code to display the HTML & CSS code as seen below in a web page to others.
Use HTML Formatter to indent the code.
Easy to use webpage maker HTMLPad 2020

  
<!DOCTYPE html>
<html>
   <head>
      <title>Title appears in web browser tab</title>
      <link rel="stylesheet" href="style.css">
   </head>
   <body>
      <h1>This is a heading</h1>
      <p>This is a paragraph.</p>
   </body>
</html>

Webpage code comments

HTML section: <!-- write your comments here --> CSS section: /* write your comments here */