Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Simple Emo Layout Request


<style>

footer {
        border-radius: 15px;
background-image: url(); 

</style>

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

/* is the same as:

body {
  font-family: Georgia;
  line-height: 1.4;
  font-weight: normal;
  font-stretch: normal;
  font-variant: small-caps;
  font-size: 16px;
}

</style>

<style>


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

h1 {
  color: pink ;
  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
        {background: url("https://64.media.tumblr.com/bcb03fea0ecec5116584c720297d7c5c/tumblr_ph4azikNar1sa30yz_1280.jpg")
        no-repeat fixed; background-size: cover;
     }



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

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

</style>


4 Kudos

Comments

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

Angelica

Angelica's profile picture

Going to use!!! Thank you!


Report Comment