Yueri (Noé)'s profile picture

Published by

published

Category: SpaceHey

SPACEHEY HTMLS U MIGHT NEED

IF U WANT ME TO POST MORE PLEASE TELL ME (❁´◡`❁)


LOADING SCREEN

<style>

body:before {

 

content: " ";

 

height: 100vh;

 

width: 100vw;

 

display: block;

 

position: fixed;

 

top: 0;

 

left: 0;

 

z-index: 100;

 

background-image: url('YOUR URL GOES HERE');

 

background-size: cover;

 

background-repeat: no-repeat;

 

background-position:center;

 

animation: yourAnimation 2s ease 1s 1 normal forwards;

 

pointer-events: none;}

 

@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;}

}

</style>

IMAGE ABOVE "EDIT PROFILE"

<style>

.col.right:before {

  content: "";

  white-space: pre-wrap;

  display: block;

  height: 250px;

  background-image: url("URL GOES HERE");

  background-repeat: no-repeat;

  background-position-x: center;

  background-size: 420px;

</style>


HIDE PROFILE URL BOX

<style>

.profile .url-info {

    display: none;

}

</style>


IMAGE BEHIND "ABOUT/WHO I'D LIKE TO MEET" SECTION

<style>

.profile .blurbs {

  margin: 20px 0;

background: url(url goes here);

background-position: center;

background-size: 110%;

border: 0px solid #hex color;


}

</style>


IMAGE BEHIND URL

<style>

.profile .url-info {

  padding: 4px 7px;

background: url(url goes here);

height: 200px;

background-size: cover;

}

</style>


ADD NEW ROW IN INTERESTS BOX

<style>

<tr>

  <td>

    <p>LABEL FOR SECTION</p>

  </td>

  <td>

    <p> WHATEVER YOU WANT ON THE RIGHT COLUMN OF THE ROW </p>

  </td>

</tr>

</style>



STROLL BOXES

COMMENTS : 


<style>

table.comments-table{

background: white;

background-size: cover;

display: block;

height: 220px!important;

overflow-y: scroll;

}

</style>


UR ENTIRE PROFILE : main{display: block;height: 550px!important;overflow-y: scroll; border-radius: 25px;}


IN UR ABOUT ME :<div style="width: 420px; height: 400px; background-color: put hexcode; font-size: 11px; overflow: auto;">

UR CONTENT


</div>


MISC STUFF

use <p> your text </p> if u want to break it up into paragraphs, 

use <center> at the beginning and the end of a html or text if u want it to be centered


0 Kudos

Comments

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