Lv x Princess Layout theme

layout preview

COPY & PASTE CODE INTO YOUR "ABOUT ME" 

<style>
main:before {
 width: 100%;
 height: 300px;
 display: block;
 content: "";
 background-image: url('https://wallpapercave.com/wp/wp4587176.png');
 background-position: center center;
 background-size: cover;
}
main {
    background-image: url(https://i.pinimg.com/564x/4f/4a/a7/4f4aa7ffd39af2f67c48d481d01da84f.jp);
    background-repeat: repeat;
    background-size: 100% ;
  }  
body
        {background: url("https://i.pinimg.com/originals/22/bb/8a/22bb8a3c8ceb9f39e84217c617dade86.jpg")
        no-repeat fixed; background-size: cover;
     }
     }
    padding: 5px;
    font-size: 80%;
    color: var(--light-orange);
  }
  </style>
<style>
footer {
        border-radius: 15px;
background-image: url(https://i.pinimg.com/236x/07/a1/60/07a1608627e17e70da5be58e56a134ac.jpg);
</style>
<style>
@import 
url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
:root {
  --font-family: monospace;
  --mynamesize: 25px
;}
  h1, h2, h3, h4, h5, a, p, nav label, .section{ 
font-family: var(--font-family) !important; 
 text-shadow: !important;
 text-transform:!important;
}
h1, h2, h3, h4,h5,a, p, nav label, .section {color: --lighter-blue;}
h1 {
  color: --lighter-blue ;
}
table, th, td {
  border: none ;
}
:root {
        --logo-blue: ;
        --darker-blue: ;
        --lighter-blue: ;
        --even-lighter-blue: ;
        --lightest-blue: ;
        --dark-orange: ;
        --light-orange: ;
        --even-lighter-orange: ;
        --green: white;
    }
.profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border: none ;
    }
   a.ditto-link {
        display: block;
        margin: 10px 0;
        color: #cc3e3e;
        font-size: 1.4rem;
        font-weight: bold;
        animation: blinker 1s linear infinite;
    }
    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }
    .heading {
        padding: 5px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: white !important;
        border-bottom: 2px solid;
    }
    .container {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
    }
    table.comments-table td {
        background-color: !important;
    }
    .comments-table td:first-child img {
        width: 80px;
        border-radius: 500px;
    }
    .profile .friends .person img {
        border-radius: 500px;
    }
    .blog-preview p {
        font-size: 1.4rem;
    }
</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )