Yes, this is possible.
While it isn't really Advisable, this set up can really show off what is possible on this site.
The following is the Code used to display the profile's design:
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
p{ font-family: 'Poppins', sans-serif;
font-size: 125%;
}
.profile h1 {
color: white;
}
h1,h2, h3, h4, h5, div{ font-family: 'Poppins', sans-serif;
font-size: 175%;
color:white
}
div{ font-family: 'Poppins', sans-serif;
font-size: 100%;
color:white
}
main {
background: color;
}
body {
background-image: url( );
}
footer {
border-radius: 15px;
background-image: url( );
color: white;
}
:root {
--logo-blue: ;
--darker-blue:;
--lighter-blue: ;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: ;
--light-orange: ;
--even-lighter-orange: ;
--green: ;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )