<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.centre {
	width : 960px;
	margin : auto;
      }
h1{
	border-width : 5px ;    		
    border-color : grey ;    
    border-style : solid ;
    display : inline ;
    font-size : 100px ;
    margin : 300px 300px 300px 300px;
	}
 body{
    background-color : orange ;           
    } 
nav li{
  float: left;
  width : 225px;
  height : 50px;
  border-right : 1px solid #cccccc;
  text-align  :center;
  line-height : 50px;
  list-style-type : none ;
  display : inline ;
  }
 nav li a{
   display : block ;
   text-decoration : none;
   color : white ;
   background-color : #333333 ;
}
nav{
	margin-bottom : 100px ;
	margin-top : 25px
   }
   
.image{
	display : inline 
      }
p{
   border-width : 5px ;    		
   display : block ;
   font-size : 25px	
}</pre></body></html>