Skip to content

Instantly share code, notes, and snippets.

View samarth641's full-sized avatar
🎯
Focusing

Samarth Verulkar samarth641

🎯
Focusing
View GitHub Profile
@samarth641
samarth641 / style.css
Created April 29, 2023 08:23
CSS uploaded by scrapbook.hackclub.com/customizer
.header-title-name {
font-size: 20px;
font-weight: 500;
color: #ffff;
letter-spacing: 5px;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s;
}
@samarth641
samarth641 / style.css
Created April 29, 2023 08:16
CSS uploaded by scrapbook.hackclub.com/customizer
.header-title-name {
font-size: 20px;
font-weight: 500;
color: #ffff;
letter-spacing: 5px;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s;
}
@samarth641
samarth641 / style.css
Created April 28, 2023 19:08
CSS uploaded by scrapbook.hackclub.com/customizer
.css-link {
flex: 1 1 auto;
word-wrap: break-word;
word-break: break-all;
color: inherit;
font-size: 14px;
font-family: 'Darumadrop One', cursive;
}
.post {
@samarth641
samarth641 / style.css
Last active April 28, 2023 19:11
CSS uploaded by scrapbook.hackclub.com/customizer
.header-title-name {
margin: 0;
flex: 1 1 auto;
font-size: 29px;
line-height: 1;
font-family: 'Darumadrop One', cursive;
word-break: break-all;
word-wrap: break-word;
}
@samarth641
samarth641 / style.css
Created April 28, 2023 18:12
CSS uploaded by scrapbook.hackclub.com/customizer
.header-title-name {
margin: 0;
flex: 1 1 auto;
font-size: 48px;
line-height: 1;
font-family: 'Darumadrop One', cursive;
word-break: break-all;
word-wrap: break-word;
}
@samarth641
samarth641 / style.css
Created April 28, 2023 16:56
CSS uploaded by scrapbook.hackclub.com/customizer
.post {
text-decoration: none;
border: 2px solid #764abc;
color: #764abc;
padding: 10px 20px;
border-radius: 25px;
position: relative;
transition: all 1s;
overflow: hidden;
}