cs11001_project

Three-page portfolio website
Log | Files | Refs | README | LICENSE

stylesheet.css (322B)


      1 body {
      2 	margin: 0px;
      3 
      4 } .toc {
      5 	height: 100vh;
      6 	text-align: center;
      7 	background-image: linear-gradient(#31658B, #203039);
      8 } .toc, .toc a {
      9 	color: white;
     10 
     11 } .main {
     12 	height: 100vh;
     13 	background-image: linear-gradient(#FFBB81, #D88C59);
     14 	border-left: #D88C59 dotted 3px;
     15 	text-align: center;
     16 } .textonly {
     17 	display: none;
     18 }