mawnzter_sh33p's profile picture

Published by

published
updated

Category: Web, HTML, Tech

1st Layout

This is for preserving my layout whilst I try to change it </3

<style>


main {

    background: url('https://static.wikia.nocookie.net/joke-aesthetics/images/7/7e/Cyber_Glacier_11.webp/revision/latest?cb=20241124213439') no-repeat fixed; background-size: contain;

background-repeat: repeat;

    background-color: white; }


<

</style>

<style>

p{ color:#8cdbff;}

a{ color: #d7b9f0;}

</style>


<style>

@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: 'Sour Gummy', sans-serif;}

</style>

<style>

          body {

background-image: url('https://i.redd.it/9bvccxryqc1c1.gif');

background-attachment:no-repeat fixed;

}

@keyframes spin{

  from{ transform:rotate(0deg); }

  to{ transform:rotate(-360deg); }

}

.general-about .profile-pic img{

  border-radius: 50%;

  animation: spin 7s infinite linear;

}

          </style>


<style>

/* code generated by the spacehey live designer [start] */

main{ background-color: rgb(0, 247, 183) !important;}

body{ background-color: rgb(227, 227, 227) !important;}

.table-section .heading, .contact .heading{ color: rgb(235, 255, 156) !important; background-color: rgb(21, 64, 198) !important;}

.table-section, .contact{ border-color: rgb(0, 11, 189) !important;}

/* [end] spacehey live designer */

</style>


0 Kudos

Comments

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

c2er

c2er's profile picture

Random aaa dude here but IF YOURE ON PC OR SMTH USE THE NOTEPAD THING TO SAVE THEM or like put them in notes if its mobile also if you wanna test out stuff for your layout use https://tommypanzram.neocities.org/ I USE IT WHEN I CHANGE SMTH IN MY LAYOUT TO MAKE SURE THE CODE WORKS SO IT DOESNT MESS STUFF UP theres also like codes in it for liek falling stars and oethr stuff


Report Comment



thank you dude

by mawnzter_sh33p; ; Report

i do have a testing site i use (it is that one i think), but i don’t care about keeping my layout private anyway. it’s built off of somewhat nabbed code from blogs.

by mawnzter_sh33p; ; Report