I made some code snippets you can use as templates to customize your page!
You can:
Change your page's background
Change the colors of texts and headings
Change the font
Change the comments background
Replace labels like the "Add me" button
Add an extra text box below your info
...and more!
If you want, you can give me credit for it, but you don't have to do that since I believe there shouldn't be copyright on simple and short code snippets like this. (It would be cool if you shot me a message when you use it tho)
Here is the link to a pastebin of the code snippets:
https://pastebin.com/fQ54r1Sp
here's a neat tutorial by the website's creator:
https://www.youtube.com/watch?v=QEJoDPAB8M4
the key is finding out which selector you need to use. in css, the selector is a word that specifies which elements you want to modify, and it is followed by a list of properties that are enclosed in curly brackets {}
an example piece of code would look like this:
div.box.blurbs { color: white; background-color: rgba(0,0,0,0.8); }
the selector in this case is "div.box.blurbs". this code would turn the text in all your blurbs white, and add a black transparent background behind it.
HERE'S HOW YOU FIND OUT WHAT SELECTOR TO USE:
this is the most important part. in google chrome, you can press F12 to open the inspector, and then you can press Ctrl+Shift+C to inspect certain elements. if you hover over a text, an image, a button or any other element on the site for that matter, you will see information about the element pop up, and it has the specific selector you need to use.
and then it's just a matter of trying out different properties to modify the elements and see what looks good. you can always just google css properties to find out what you can do.
TobiHaku | 1607793430000 Th4nks 1t h3lp3d a l0t! |
x_nek0_cupc4kez_222 | 1607649669000 4444HH TYSM!!! DIS IZ RLLT H3LPFUL nwn |
HotGuillotineBastard | 1607640198000 THANK YOU SO MUCH!!! :D |
fairy | 1607483381000 Tyy <3 |
LemoOnS | 1607304104000 thank you so much, this help me a lot!!! <3 |
fr3ddyf4zb34r | 1607122268000 THX 4 THE CSS HELP!!!1! ::DDDD |
zayskiii | 1607081146000 U SAVED MY LIFEEEEE |
pr4y1ng.m4nt1s | 1607056973000 Th4nk y0uuuuu :333 |
YaWey | 1607041626000 THANK YOU SMMMM ILY |
llilywebskateboarder | 1607025551000 Now this. Is epic, good job! |