simple tutorial to help you do a little CSS:
1. find the element you want to modify
very easy to do. just press F12 or right click and select "inspect element".
then use the selector button
https://the.windows96.net/sel.png
to select an element of your choice.
there will be a bounding box to show you exactly what you are selecting.
https://the.windows96.net/the2.png
2. find its class name
the class name will be in the element
https://the.windows96.net/the3.png
in this case, its "box blurbs".
3. apply some styles
open the CSS box in your MySpace profile and enter some code to style your desired element.
for example, i could do this:
.box.blurbs {
background: red;
}
which would give this element a red background.
note that i wrote ".box.blurbs" instead of "box blurbs" and the reason is that "box blurbs" is not a valid css selector, so I had to make it so.
4. you win
congratulations, if you have done this correctly, something about your page is now different.
No Commentvery important post
woozy cube (normal woozy but square)
https://cdn.discordapp.com/emojis/828405210459406347.png?v=1
spinning 3d spherical woozy
https://cdn.discordapp.com/emojis/855417780890107924.gif?v=1
front facing woozy
https://cdn.discordapp.com/emojis/828402325889744906.png?v=1
wooge
https://cdn.discordapp.com/emojis/831154739496353842.png?v=1
metallic woozy
https://cdn.discordapp.com/emojis/831155328997523486.png?v=1
female woozy
https://cdn.discordapp.com/emojis/831655597363560478.png?v=1
quad woozy
https://cdn.discordapp.com/emojis/828405741400096838.png?v=1