Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Panda 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>

.contact { border-radius: 15px} 

.profile .contact .f-row {
  /* removes extra spacing from contacts */
    margin: 0;
  }

.blog-preview h4,.profile .heading, .profile .contact .heading, .profile .table-section .heading, .home-actions .heading, .profile .blurbs .heading, .profile .friends .heading { border-radius: 15px} 

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

</style>

<Style>

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

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


</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://www.kolpaper.com/wp-content/uploads/2020/11/Aesthetic-Panda-Wallpaper.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>

<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>

.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>


2 Kudos

Comments

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