Layout Preview

chrysalis

Author: Hexysalis_chrysalis
Category: queen chrysalis inspired
Created: August 3, 2026
Downloads: 0
Can you make me. Lay out for the website friend rewind it is inspire by queen chrysalis who is in season 6 my littl pony show has a black colored body with hole sin it an dark blue hair some green in sonewher I want the lay out to be black with som hole then some dark blue with a mix of green small designs around like. Vector flourish
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

body {
  background: #050608 url('your-background-image.jpg') no-repeat center top fixed;
  background-size: cover;
  color: #9fd6c7;
  font-family: Georgia, serif;
}

a {
  color: #6fd3c7;
  text-decoration: none;
}

a:hover {
  color: #b7fff1;
}

.container, .content, .box, .panel, .sidebar {
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #1e2a2f;
  box-shadow: 0 0 20px rgba(0, 255, 200, 0.08);
  border-radius: 14px;
}

h1, h2, h3, .title {
  color: #8bb7ff;
  text-shadow: 0 0 8px rgba(80, 160, 255, 0.35);
}

.navbar, .menu {
  background: rgba(10, 12, 16, 0.9);
  border-bottom: 1px solid #20313a;
}

button, .btn, input[type="submit"] {
  background: linear-gradient(180deg, #12232a, #081015);
  color: #9fd6c7;
  border: 1px solid #3a6b73;
  border-radius: 8px;
}

button:hover, .btn:hover, input[type="submit"]:hover {
  background: linear-gradient(180deg, #17313b, #0a1418);
  box-shadow: 0 0 10px rgba(111, 211, 199, 0.25);
}