Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Requested Layout

<style>


footer {
        border-radius: 15px;
background-color: transparent; 

</style>

<style>
    
  
body {
  font: normal small-caps normal 16px/1.4 monospace;
}



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

h1 {
  color: red;
  text-shadow: 1px 1px 2px black, 0 0 25px darkred, 0 0 5px darkred;
}


 
:root {
        --logo-blue: ;
        --darker-blue: ;
        --lighter-blue: coral55;
        --even-lighter-blue: ;
        --lightest-blue: ;
        --dark-orange: ;
        --light-orange: ;
        --even-lighter-orange: ;
        --green: coral;
    }

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


table, th, td {
  border: 0px solid #f994ff ;
}

body {
  /* sets background */
    background-image: url(https://img.tineye.com/result/9e1c83a4a2105ef3511dd74ed1d18ab74044d719cbfa0fb10e563154a8bacbbe?size=160);
    background-repeat: repeat;
    background-size: 50% ;
  }



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

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

</style>



<style>

.online{content:url("http://dl7.glitter-graphics.net/pub/104/104607x61kd02dl0.gif");}

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


</style>


0 Kudos

Comments

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