<style>
nav .top .left .logo{width: 300px;
height: 200px;
}
nav .top .left img{margin: 0 0 0 6px;
}
</style>
<style>
@import url('');
p{
font-family: 'font-family: 'Shadows Into Light', cursive;
font-size: 150%; color: white;
}
h1,h2,h3,h4,h5{
font-family: 'font-family: 'Shadows Into Light', cursive;
font-size: 200%; color: White;
}
body {
background-image: url(https://assets.fontsinuse.com/static/use-media-items/143/142512/upto-700xauto/60e9cb37/Green-Day-Insomniac.jpeg)
}
main{background-color:Black;
}
.online { content:url("http://dl.glitter-graphics.net/pub/2937/2937741dmbuj7746n.gif");
}
.logo {
content:URL- fix later
}
.profile {
background: url(link-here) no-repeat center center fixed;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
}
/* change all headings on page to different colors. */
.profile .blurbs .heading,
.profile .friends .heading{
background-color: darkorange;
color: orange;
}
/* change all headings on page to different colors. */
.profile .contact .heading,
.profile .table-section .heading{
background-color: orange;
color: black;
}
main:before {
width: auto;
margin-bottom: 25px;
border: 1px solid black;
height: 300px;
display: block;
content: "";
box-shadow: 0px 0px 5px 1px #ffb619;
background-image:
url(https://images.genius.com/5ac1c558f8b313c690722f044f3f73bf.500x288x22.gif);
background-position: center center;
background-size: cover;
}
footer {
border-radius: 15px;
background-image: url(https://www.nme.com/wp-content/uploads/2018/08/green_day_insomniac_rehearse.jpg);
color: purple;
}
table.comments-table td {
color: blue;
}
:root {
--logo-blue: orange;
--darker-blue: orange;
--lighter-blue: black;
--even-lighter-blue: darkorange;
--lightest-blue: black;
--dark-orange: orange;
--light-orange: darkorange;
--even-lighter-orange: orange;
--green: pink;}
</style>
<style>
img {overflow-clip-margin:content-box; overflow:clip;
}
</style>
<style>
/* replace with cd image that has transparent background. must be 150px by 150px. */
:root {
--cd-image: url('https://external-media.spacehey.net/media/semo-62Ntt40TV1cDGQjRSWWHfj1bE5bS2U2H_7AmOu8=/https://i.postimg.cc/Qx4H1dzF/insomniac-4e6a8e5a6ffd0-150x150.png');
}
.profile-pic {
position: relative;
width: 183px;
filter: drop-shadow(0 0 0.25rem gray);
}
.profile-pic:after {
content: "";
background: url('https://fluorescent-lights.neocities.org/f0rzNHe.png'), linear-gradient(150deg, rgba(255,255,255,0.4), rgba(255,255,255,0.2), 40%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6));
background-size: contain, cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.profile-pic:before {
content: "";
background: var(--cd-image);
position: absolute;
top: 5px;
left: -20px;
width: 150px;
height: 150px;
background-repeat: no-repeat;
z-index: -1;
animation-name: spin;
animation-duration: 5000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
transition: left ease 0.5s;
}
.profile-pic:hover:before {
left: -75px;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
.profile-pic .pfp-fallback {
float: right;
width: 163px;
height: 160px;
border: none;
}
.general-about .profile-pic img {
max-width: inherit;
}
</style>

Isomiac- green day layout
0 Kudos
Comments
Displaying 0 of 0 comments ( View all | Add Comment )