FilthyHippie's Profile

My Stuff
hi this is just a goofy example
of how u can customize your profile
Similar to PetzU and DoPP, you can use a combination of Markdown and HTML in your profile to make it your own!
you can make divs and such
kinda cool...
This is what I typed in my bio to make this:
# hi this is just a goofy example
## of how u can customize your profile
Similar to PetzU and DoPP, you can use a combination of [Markdown and HTML](https://petzmainstreet.com/petzu/tutorial/markdown-101-cheat-sheet) in your profile to make it your own!
<div class="neat"><p>you can make divs and such</p></div>
kinda cool...

Paste this CSS code into your profile's Custom CSS field:
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
align-content: center;
background-color: #406655;
background-image: url('/uploads/6/kuji-dark.png');
font-family: verdana;
color: #fff;
line-height: 1.6;
border-radius: 20px;
padding: 20px;
border: 5px solid #123930;
}
.user-profile a {
color: yellow;
}
.user-profile a:hover {
text-decoration: none;
}
.user-profile p {
margin-bottom: 1rem;
font-family: arial;
}
.user-profile h1, h2, h3 {
margin-bottom: 2rem;
font-family: Comic Sans MS;
}
.neat {
color: #678f85;
font-size: 12px;
background-color: #000;
padding: 5px;
text-align: center;
border-radius: 15px;
}