Created
August 30, 2021 08:38
-
-
Save jaikt/14660c159e691d494b940aecda02a467 to your computer and use it in GitHub Desktop.
Index Directory CSS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{ | |
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