Masterlist of all the CSS blogs I've posted - will be added to.
-----------------------------------------------------> Blog Editing <-------------------------------------------------------
--------------------------------------> Make your own graphics! <---------------------------------------
> The very basics of CSS (for beginners) <
--> Misc
- Adding images/gifs to your profile, blog posts or forum posts (this is needed to add backgrounds to any element).
- Adding music to your profile
- Flickering neon tilted nameplate
- Buttons
- Adding images under links/friends comments
- Other things to add to your profile
--> Overlays
--> Page Text
- Rainbow text (including animation)
--> Profile Picture
- Gif pfp
--> Floating/shaking
- Make things shake when hovering over them
- Images floating at the side of your page
--> Compression
--> Icons/links:
- Spaces between links in navigation bar
--> logo
Comments
Displaying 3 of 3 comments ( View all | Add Comment )
clee
thank you sm i bow down this saved me
Report Comment
EngiQu33ring
import statements are worth adding to this list, they allow you to save your css outside of spacehey, divide it up among several files, and edit the files in something a lot better than the spacehey Edit Your Profile page.
For example, I have @import url('https://engiqueering.com/spacehey/layout.css'); on my profile rather than the 100+ lines of css it took to let me rearrange my profile. You just put in the link to wherever you have the file stored (neocities is great for this)
Report Comment
rayz coding!
how can i make the background of my profile completely transparent? also how can i make an image border my profile
Report Comment
for a transparent background:
.profile{
background: none !important}
also what do you mean by border your profile? you mean like on the sides or as an actual border?
by arlo atomickk; ; Report