« Web, HTML, Tech Forum

html/css help? :3

I used to be an absolute boss at HTML and CSS back in the day. My friends would ~flock~ to me for suggestions. I wish I never would have deleted my MySpace :-( And now I totally forget how to code anything. I *rly* want semi-transparent boxes on my profile, different fonts and colors, etc. Help


Report Topic

1 Reply

Reply by fanfare

posted
updated

in case you are still around, you can do things like


div { opacity: .8 }

body { font-family: comic sans ms; color: blue }

* { color: red!important}

probably the best thing browsers have implemented in a long time is the inspect element tool, press f12 and you can select elements on the page and mess with CSS and then remember what you changed and retype it inside the spacehey editor


Permalink Report Reply