Repositories (1)

suica-paises
3 snippets stored for this repo
CSS IconCSS
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
.bg{
    background: var(--van-dyke);
}
CSS IconCSS
--white: #FFF;
    --smoky-black:#0C0200;
    --licore:#241816;
    --van-dyke: #463937;
    --blue: #2760B9;
    --lavender-blush:#F7EDF0;
    --orange:#f88325;
CSS IconCSS
padding: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    border: 15px solid var(--van-dyke);
    
    color: var(--lavender-blush);
    font-size: 30px;