Summerbeats Base
rating: 0+x

Div Code Block

body {
background-color: rgb(var(—swatch-background));
background-image: url(http://www.nuttest.club/local--files/members:woedstyle-2p0/whitenoise.png);
background-blend-mode: multiply;
background-repeat: repeat;
background-size: 31.250rem 31.250rem;
}

div#container-wrap {
background-image:
repeating-linear-gradient(
315deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0) 0.25vh,
rgba(88, 88, 88, 0.1) 0.35vh,
rgba(88, 88, 88, 0.2) 0.5vh
);
background-size: 100% 100%;
background-repeat: repeat;
}


{$color1-name}--gray-monochrome{$color1-info}
{$color2-name}--bright-accent{$color2-info}
{$color3-name}{$color3-variable}{$color3-info}
{$color4-name}{$color4-variable}{$color4-info}
{$color5-name}{$color5-variable}{$color5-info}
{$color6-name}{$color6-variable}{$color6-info}
{$subcolor1-name}--very-light-gray-monochrome{$subcolor1-info}
{$subcolor2-name}--pale-gray-monochrome{$subcolor2-info}
{$subcolor3-name}--dark-gray-monochrome{$subcolor3-info}
{$subcolor4-name}--medium-accent{$subcolor4-info}
{$subcolor5-name}--dark-accent{$subcolor5-info}
{$subcolor6-name}--newpage-color{$subcolor6-info}
{$subcolor7-name}{$subcolor7-variable}{$subcolor7-info}
{$subcolor8-name}{$subcolor8-variable}{$subcolor8-info}
{$subcolor9-name}{$subcolor9-variable}{$subcolor9-info}
{$subcolor10-name}{$subcolor10-variable}{$subcolor10-info}
{$subcolor11-name}{$subcolor11-variable}{$subcolor11-info}
{$subcolor12-name}{$subcolor12-variable}{$subcolor12-info}

Regular Code Block

body {
    background-color: rgb(var(--swatch-background));
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-size: 31.250rem 31.250rem;
}
 
div#container-wrap {
    background-image: 
        repeating-linear-gradient(
            315deg,
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0) 0.25vh,
            rgba(88, 88, 88, 0.1) 0.35vh,
            rgba(88, 88, 88, 0.2) 0.5vh
        );
    background-size: 100% 100%;
    background-repeat: repeat;
}

This here is a blockquote


This here is a blockquote div
with another blockquote div inside it.

This is a regular blockquote inside this blockquote div!


Bold Text Right Here
Italics Text Right Here
Bold Italics Text Right here
Underlined Text Right here


scp-vibin.svg
Sit back and relax

Title H1

Title H2

Title H3

Title H4

Title H5
Title H6

This is a tab view.


This is a table
You should know how to make these
already


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License