Layout CSS
<style>
/* Background */
body {
background: #d7f0d1 url('https://i.imgur.com/8QJmYwR.png');
font-family: "Verdana", sans-serif;
color: #4a3b44;
}
/* Main containers */
.main,
.container {
background: #fff8fc !important;
border: 3px solid #a8d5a2 !important;
border-radius: 15px;
box-shadow: 0 0 15px rgba(167,213,162,.5);
}
/* Headers */
h1, h2, h3, h4 {
color: #ff7eb6 !important;
text-shadow: 1px 1px #d7f0d1;
}
/* Navigation */
.navbar {
background: #a8d5a2 !important;
border-bottom: 3px solid #ffb6d9;
}
.navbar a {
color: white !important;
font-weight: bold;
}
/* Blog entries */
.blog-entry {
background: #fff;
border: 2px dashed #ffb6d9;
border-radius: 12px;
padding: 10px;
margin: 10px;
}
/* Links */
a {
color: #ff5f9e !important;
}
a:hover {
color: #7dcf7a !important;
}
/* Cute zombie decorations */
.blog-entry:before {
content: "🧠💗🩹 ";
}
.blog-entry:after {
content: " 🧟♀️";
}
/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f5dff0;
}
::-webkit-scrollbar-thumb {
background: #a8d5a2;
border-radius: 10px;
}
/* Profile sections */
.profile-info,
.contact,
.friends,
.comments,
.blog-preview {
border: 2px solid #a8d5a2 !important;
border-radius: 12px;
}
/* Status box */
.blurbs {
background: #fffdf6;
border: 2px dashed #ffb6d9;
}
/* Selection color */
::selection {
background: #ffb6d9;
color: white;
}
</style>
<div style="text-align:center;padding:10px;">
<img src="https://media.tenor.com/H9M1K6qN3W4AAAAC/zombie-girl.gif" width="180">
<br><br>
<h2>🧟♀️ Rotten But Cute 🧠</h2>
<p>
♡ collecting brains ♡<br>
♡ dead since yesterday ♡<br>
♡ still pretty tho ♡
</p>
</div>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.