Layout Preview

draculaura blog

Author: β€§β‚Š π–”π–•π–†π–‘π–Žπ–™π–Š ΰ£ͺβ‚ŠΛ–
Category: Draculaura
Created: June 7, 2026
Downloads: 19
dk if this will work or not
Log in to Apply

Live Preview

Comments (0)

No comments yet. Be the first!

Log in to leave a comment.

Layout CSS

<!-- (c) Layout created by β˜…cazimerizβ˜… (https://layouts.spacehey.com/layout?id=25724) -->

<style>

p {
  color: white;
  text-shadow: 0px 0px 4px pink;
}

.blog-entry .title {
  font-size: 40px;
  color: white; 
  text-spacing: normal;
  text-shadow: 2px 1px 10px pink;
}

body{
background-image:url(https://i.pinimg.com/564x/c3/cf/2f/c3cf2f6bffb032b4b68762b91e5fcfe6.jpg);
color: white;
background-size: 700px;
}

:root {
--logo-blue: #e875b0;
--darker-blue: #e20c87;
--lighter-blue: #e20c87;
--even-lighter-blue:#ffc6d1;
--lightest-blue: #fea9d3;
--dark-orange: #d3117b;
--light-orange: #ffa8d3;
--even-lighter-orange: #fdaaba;
--green: #fdaaba;
--red: #ff009b;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol19.cur), auto !important;} /* End https://www.cursors-4u.com */

footer{    
background-color: black;    
}

 .icon {
    content:url(https://1000marcas.net/wp-content/uploads/2021/05/Monster-High-2010-458x500.png);
    width: 25px;
    height: 25px;
    visibiliy: ;
}

main {

    background: black;
}

</style>

<style>
    ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background: #e875b0;
    }

    ::-webkit-scrollbar-track {
    background: black;
    }
</style>