« 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

5 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>


Permalink 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/


Permalink 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 :/


Permalink Report Reply

Reply by Alveus Nosville

posted

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


Permalink Report Reply

Reply by ๐“…‚ Mαั‚ั‚ ๐Ÿ‡ง๐Ÿ‡ท

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>


Permalink Report Reply