Skip to content

Instantly share code, notes, and snippets.

@jaikt
Created August 30, 2021 08:38
Show Gist options
  • Save jaikt/14660c159e691d494b940aecda02a467 to your computer and use it in GitHub Desktop.
Save jaikt/14660c159e691d494b940aecda02a467 to your computer and use it in GitHub Desktop.
Index Directory CSS Code
*{
background: #DFCFBE;
}
/*Add the following code*/
.logo{
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
height: 100px;
}
.content{
font-family: 'Roboto', sans-serif;
font-weight: 200;
}
.copyright p{
font-weight: 400;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.copyright a{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 15px;
color: saddlebrown;
font-weight: bold;
}
center h1{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: black;
font-size: 40px;
}
center a{
font-size: 25px;
font-family: monospace;
color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment