Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Simple Harley Quinn Layout

If you like this style, you can use it in your profile, BUT at least, ADD ME or COMMENT BELOW and give me some kudos! I spent time for making this layout!!!


Credits are appreciated (a post, a bulletin or something else that can support me) 

You have permission to use this for your Layout only, you don't have permission to post elsewhere without giving a link to the original crediting me.

<style>

footer {
        border-radius: 15px;
background-color: #ff000055;

</style>

<style>

.profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border-radius: 15px;
background-color: #c8a2c855;

</style>
<style>

 table, th, td {
  border: 1px solid #c8a2c8;
}

table, th, td { border-radius: 15px} 

</style>   
<style>
   .heading {
        padding: 15px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: pink !important;
        border-bottom: 0.5px solid;
    }
</style>

<style>
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,700;1,300;1,700&display=swap');
body{font-family: 'Josefin Sans', sans-serif;
font-size: 25px
}
</style>
<style>

:root {
        --logo-blue: #c8a2c855;
        --darker-blue: ;
        --lighter-blue: h;
        --even-lighter-blue: #c8a2c855 ;
        --lightest-blue: #c8a2c855;
        --dark-orange: #;
        --light-orange: #c8a2c855;
        --even-lighter-orange: #c8a2c855;
        --green: Aliceblue;
    }

main {
  /* changes made to stuff outside of columns */
    background: transparent;
    padding: 0;
    font-size: 80%;
    color: var(--light-orange);
  }

 .f-col {
    /* allow contacts to stack */
    vertical-align: top;
    margin-bottom: 5px;
    display: block;
  }

</style>

<style>
body
        {background: url("https://wallpapercave.com/wp/wp5311545.jpg")
        no-repeat fixed; background-size: cover;
</style>

<style>

h1, h2, h3, h4,h5,a, p, nav label, .section {color: white;}

</style>
<style>

.profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }

    .profile .friends .person img {
        border-radius: 500px;
    }

</style>

<style>

.online{content:url("http://dl3.glitter-graphics.net/pub/124/124973zv9l8g53sa.gif");}

.friends-grid {
        visibility:hidden; display:none;
    }
.friends {
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    height: 300px; 
}


</style>
<style>

h1, h2, h3, h4,h5,a, p, nav label, .section {color: white;}

</style>
<style>
profile { 
letter-spacing: 2px;
word-spacing: 2px;
font-weight: 700;
text-decoration: none;
font-style: Bold;
font-variant: normal;
text-transform: uppercase;

</style>




10 Kudos

Comments

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