Layout Preview

Strawberry

Author: embernet
Category: Kawaii/Cute
Created: August 15, 2026
Downloads: 7
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

body {
background-image:url("https://i.pinimg.com/736x/5f/75/16/5f751622321fd7182f7e1c7d211b7eca.jpg")!important;
background-size: auto;
}

.blog-entry {
background-color: rgba(245, 39, 116, 0.3);
border-radius: 30px;
border: 5px dotted white;

text-align: center;

}

.blog-entry .title {
font-family: comic sans MS, sans;
color: rgba(0, 151, 123, 1);

}

.blog-entry .content a {
color:rgba(240, 245, 0, 1);
}

.blog-entry .content {
font-family: comic sans MS, sans;
color: rgba(245, 39, 116, 1);
padding: 30px;


}

.blog-entry .title, h1 {
font-size: 40px;
}

.blog-entry .content, p{
font-size: 14px;
}

.blog-entry .content blockquote {
font-style:italic;
font-size:11px;
}

.blog-entry .content img {
display:flex;
justify-content:center;
}

/*User info*/

.edit-info {
background-image:url("https://i.pinimg.com/736x/8c/50/36/8c503644759885daae07a86f3a265f8f.jpg") ;
background-size: 150px auto;
border: 0px;
border-radius: 40px;
display:flex;
flex-direction:column;
align-items:center;
padding:20px;
min-width: 150px;
}

.edit-info {

font-family: comic sans MS, sans;
color: rgba(0, 151, 123, 1);

}

.edit-info a {

font-family: comic sans MS, sans;
color: rgba(255, 55, 0, 1);

}


*/ NAVIGATION BAR */

.myspace-header .top-nav {
background-color: #ff619c !important;
}

.myspace-header .main-nav-wrapper {
background-color: #ff619c !important;
}

/* DECORATIVE ELEMENTS */

body::after {
  content: "";
  position: fixed;

  top: -20px;
  left: 0px;

  width: 450px;
  height: 100%;

  background-image: url("https://i.ibb.co/W4YQ290R/trasferimento-removebg-preview.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  z-index: 999999;
  pointer-events: none;
}