/*
Theme Name: Cornish Holiday Cottages
Theme URI: https://github.com/
Author: Emily Barton
Author URI: http://remote.ac/
Description: Cornish Holiday Cottages Starter Theme 
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ucwTheme

ucwTheme WordPress Theme © 2022  
ucwTheme is distributed under the terms of the GNU GPL

Did this commit work?



/* YOUR CSS */
<link href="https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap" rel="stylesheet">
.tasa-orbiter-<uniquifier> {
  font-family: "TASA Orbiter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* TYPOGRAPHY */
p
{

}
h1
{

 }

 h2
{
    
 }

 h3
 {
     
  }

#wrapper {
display: grid;
grid-template-columns: 1fr, 1000px, 1fr);
grid-template-rows: 180px,1fr, 80px;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

#header { grid-area: 1 / 1 / 2 / 4; background-color: violet; }
#footer { grid-area: 3 / 1 / 4 / 4; background-color: pink;}
#container { grid-area: 2 / 2 / 3 / 3; background-color: orchid; min-width:80fr; }




/* MENU / NAV */

#menu-main-menu
{
background-color:pink;
	color:purple;
	inline-box-align
	text-align:center;
}

#menu-main-menu > .menu-item
{
display:inline-block;
	min-width:120px;
	text-align:center;
}

#menu-main-menu > .menu-item > a 
{
color:white;
	
}

#menu-main-menu > .menu-item > a:hover, #main-menu > .menu-item > a:active
{

}