« Web, HTML, Tech Forum

how do css?

please to hel;p do not how to computer

(all jokes aside please i have no idea what i'm doing)


Report Topic

6 Replies

Sort Replies:

Reply by Quentin

posted

All css goes inside of <style> tags. 


Then each element that you are wanting to change the styles of  goes inside of the style tags.

W3 Schools has some great resources for learning HTML/CSS.




Example of what I was saying above:

<style>

body{
Background: green;
{

</style>


Report Reply

Reply by Macky

posted
updated

words make profile look nice

in all seriousness, this profile really helped me pinpoint the classes that is defined in the HTML
https://genericprofileeditor.neocities.org/


Report Reply

Reply by Darohan

posted

From memory, W3 Schools has some good tutorials. I learnt on CodeAcademy some years ago, but I think they're paid-only now :/


Report Reply

Reply by Alveus Nosville

posted

once you know how to use div tags you don't need anything more


Report Reply

Reply by MossCarpet

posted

This is kinda late but here are some resources:






Report Reply

Reply by 𓅂н๓αтт

posted
updated

For inserting .css codes into an html pages / documents (or in your spacehey profile) you should use the <style> tag. There is many sites around that let you creating customization codes,  like how people mentioned above,  hope that advice helps.


Example:

<style>

Your code goes here in the middle of the tags

</style>


Report Reply