Galaxia

Maika

Info


Created
11 months, 8 days ago
Creator
Maika
Favorites
0

Profile


/* font */


@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {

font-family:'Montserrat';

}


/* colors*/


$background_color: '#ffe3de';

$content_background: '#ad5871'; /* add a color ! must have a hashtag at the start. */

$shadow: '#ffb5b5'; /* add a color ! must have a hashtag at the start. */

$subheader: '#ad5871'; /* add a color ! must have a hashtag at the start. */

$subheader_text: '#fff'; /* add a color ! must have a hashtag at the start. */




/* banner */


#main::before {

background-image: url('https://i.pinimg.com/736x/37/e6/00/37e60008cc0b7ff136fd4731471fcc32.jpg'); /* feel free to change this! */

background-position: center;

background-size: cover;

background-repeat: no-repeat;

content: "" ; /* don't type anything in this line or delete this line. please. */

height: 30vh;

display: block;

margin: 0 -15px;

z-index:19;

}


@import '0/19226/8TeIKQ/customizable-tiny';