Skip to content

Instantly share code, notes, and snippets.

@code08-ind
Last active June 22, 2022 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code08-ind/068a2b227770099eb2a6dcfeb2b4f0b6 to your computer and use it in GitHub Desktop.
Save code08-ind/068a2b227770099eb2a6dcfeb2b4f0b6 to your computer and use it in GitHub Desktop.
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