juno's profile picture

Published by

published

Category: Web, HTML, Tech

My Layout

I think it's really pissy you can't use the layout section anymore but i'm posting this incase i change it and need this one back 


also if anyone knows how to get rid of the white bar and centre the nav bar lmk PLS!

<style>

.profile {

background:url(https://i.pinimg.com/736x/02/12/15/021215497a8dfb1bfa00c84797e97444.jpg);

}

body {

  background:url(https://i.pinimg.com/736x/d5/7a/05/d57a05bc40a34e6834fabd5e4a3aba8a.jpg);

}


@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap')

p{

  font-family: 'Crimson Text';

  font-size:150%;

  color: white

}


:root {

    --logo-blue:#731ca4;

    --darker-blue: #aa3ed0;

    --lighter-blue: #2d154a;

    --even-lighter-blue: ;

    --lightest-blue: ;

    --dark-orange: #b99cd7;

    --light-orange: #361f51;

    --even-lighter-orange: #361f51;

    --green: pink;

}


@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica+SC&family=IM+Fell+Great+Primer&display=swap');

main {

  font-family: 'IM Fell Great Primer', serif;

  color: #b784c6;

  font-size: 90%;

}


.top{

        

    background-color: COLOR !important;

    background-image: url('https://i.pinimg.com/736x/d5/7a/05/d57a05bc40a34e6834fabd5e4a3aba8a.jpg') !important;

    background-attachment: FIXED OR SCROLL !important;

    background-repeat: REPEAT OR NO-REPEAT !important;

    background-position: CENTER / LEFT / RIGHT / TOP / BOTTOM !important;

        

    }

.online{


content: url("https://i.imgur.com/W68ZI43.gif") !important;


}

body {

  font-family: old english text mt, arial, sans-serif, helvetica;


* {cursor: url(https://cur.cursors-4u.net/others/oth-4/oth378.cur), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2009/04/29/ankh.html" target="_blank" title="Ankh"><img src="https://cur.cursors-4u.net/cursor.png" alt="Ankh" style="position:absolute; top: 0px; right: 0px;"/></a>


1 Kudos

Comments

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

Graphite Catto

Graphite Catto's profile picture

to change the white bar:


main {
background: #2d154a;
}


to center the nav bar:


nav .links {
text-align: center;
}


hope that helped


Report Comment



thank you!

by juno; ; Report