Last active
June 22, 2022 11:25
-
-
Save code08-ind/068a2b227770099eb2a6dcfeb2b4f0b6 to your computer and use it in GitHub Desktop.
This file contains 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
body{ | |
background: url('https://i.pinimg.com/originals/a4/6a/99/a46a995666a320eedb11f71bdc88db36.jpg'); | |
background-position: center; | |
background-repeat: no-repeat; | |
background-size: cover; | |
background-attachment: fixed; | |
} | |
.nav-link-home { | |
visibility:hidden; | |
} | |
.nav-link-about { | |
margin-left: auto; | |
font-weight: bold; | |
} | |
.nav-link-home::after { | |
margin-left:-115px; | |
content:"ARYAN's SCRAPBOOK"; | |
visibility: visible; | |
} | |
.nav-link-github { | |
line-height: 0; | |
color: #EC2F3A; | |
} | |
.header-webring h2, .headline { | |
color: #EC2F3A; | |
letter-spacing: .08em; | |
text-transform: uppercase; | |
} | |
.nav-link{ | |
color: #EC2F3A; | |
} | |
.posts{ | |
display: grid; | |
grid-gap: 10px; | |
overflow: hidden; | |
border-radius:0px; | |
background-color: transparent; | |
} | |
.post { | |
padding: 16px; | |
border-radius:4px; | |
border: 2px solid #EC2F3A; | |
position: relative; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment