y2cakey's profile picture

Published by

published

Category: SpaceHey

Posts That Helped Me Edit My Layout! <3

I'm 99% a noob at coding/html, I was shown a few things in a computer class in high school(basiccally how to make paragraphs and headers using window's notebook app). So If you're starting and want to edit your page more or so by yourself (not like crazy detailed layouts),  I think looking at these posts and rewriting hex color codes is a great start.😊

👼((If you're old enough to remember Babydow, this blog entry is very similar to the way you added stuff to your page AAAHHHHH NOSTALGA!!!!))👼


The codes that are on this post are 95ish % of what I used to edit my page. Mostly did just hex code replacements. 🎨

Sorry, but thanks to Leo for having their code out here! I snagged part of your code to make my name bigger and have a gradient. (They have notes in their code breaking down everything if you're looking to use the gradient). 🎨

This post has code and instructions to add a music auto player to your page! 🎶

This website shows you actively what the code your writing does! 🌐

This is where I found the code for my cursor! 🖱️

I also picked up a book📚 from the library on html and I learned how to add the border around my name!! Here it is:

------------------------------------------
.profile h1 {
   font-size: 26px;
    border: 5px dotted #FFFFFF;

}
------------------------------------------
Make sure to put the style tags around that^
((also you can changed dotted to dashed and it will do what you expect))


0 Kudos

Comments

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