Matthew Cobalt's profile picture

Published by

published
updated

Category: SpaceHey

Profile Editing: Basics

Original Source of Information: 

- https://blog.spacehey.com/entry?id=1653
For those who are wanting to start customizing, this is my template I used. Please, pass it on to other new users.

<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
p{ font-family: 'Poppins', sans-serif;
font-size: 100%;
}
h1,h2, h3, h4, h5{ font-family: 'Poppins', sans-serif;
font-size: 125%;
}  
  body {
   background-image: url( );

}

main:before {
    width: auto;
    margin-bottom: 25px;
    border: 1px solid white;
    height: 300px;
    display: block;
    content: "";
    box-shadow: white;
    background-image: url( );
    background-position: center center;
    background-size: cover;
}

footer {
    border-radius: 15px;
    background-image: url( );
    color: white;
}

:root {
    --logo-blue: color;
--darker-blue: color;
--lighter-blue: color;
--even-lighter-blue: color;
--lightest-blue: color;
--dark-orange: white;
--light-orange: color;
--even-lighter-orange: color;
--green: color;
}
</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )