Layout Preview

Adelaide tries her best

Author: adi_23
Category: <3
Created: June 26, 2026
Downloads: 25
again
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/originals/8f/3c/8e/8f3c8e4b7df68cab30d8899b3e00941d.png");
  }

.blog-entry .title {
    color: #022f56;
    font-family: Georgia, serif;
}

.blog-entry {
    color: #17506a;
}

.blog-entry .content {
    background: #90b7bf;
    padding: 20px;
    border-radius: 8px;
}

.blog-entry .content a {
    color: #7b4a6d;
    font-family: Georgia, serif;
}

body {
    color: #ccdee4;
}