Layout CSS
/* Vindictus Hero Enchant - https://www.cursors-4u.com/cursor/vindictus-hero-enchant */
* {
cursor: url('https://cdn.cursors-4u.net/previews/vindictus-hero-enchant-723d5618-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */
.blog-entry {
background-image: url(https://i.pinimg.com/1200x/7a/0a/67/7a0a67388238bd7ebb052763eb8e745d.jpg)
}
.blog-entry .title {
font-family: "Brush Script MT", serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
color:#ab9700;
}
.blog-entry .content {
background-color:#c1b1cc;
padding: 30px;
text-align: center;
border-radius: 30px;
}
.blog-entry .content p {
color: #2d029c;
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 20px;
}
.blog-entry .content blockquote {
color: #2d029c;
font-family: "EB Garamond", serif;
font-optical-sizing: auto;
font-style: italic;
font-size:15px;
}
.blog-entry .content a {
color: #eb57be;
}
.blog-entry .author-details, .blog-entry .profile-pic, .edit-info{
background-color: #0f0052;
text-align:center;
color: #ab9700;
}
.blog-entry .edit-info {
border: 4px groove #ab9700;
}
.blog-entry .profile-pic {
display: flex;
justify-content: center;
align-items: center;
border-radius: 0px;
}
.blog-entry .profile-pic img {
border-radius:0px;
}
.blog-entry .author-details a {
color: #57c3eb;
}
/* DECORATIVE ELEMENTS */
body::after {
content: "";
position: fixed;
top: 10px;
right: 10px;
width: 350px;
height: 350px;
background-image: url("https://i.ibb.co/kg2whsqB/Pin-on-SAVE-BOARS-removebg-preview.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: 999999;
pointer-events: none;
}
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.