Layout Preview

backrooms

Author: A_NovemberStrawberry
Category: creepypasta
Created: June 24, 2026
Downloads: 5
level 0
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

body {
  background-color: #d6cc87;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 2px,
      transparent 2px,
      transparent 40px
    );
.blog-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 25px;

  background: rgba(228,220,150,0.9);

  border: 2px solid #b9ae63;

  box-shadow:
    0 0 20px rgba(0,0,0,0.25),
    inset 0 0 10px rgba(255,255,255,0.2);
}