posted 1608489948
Forum: Web, HTML, Tech
View Topics View Profile
please to hel;p do not how to computer (all jokes aside please i have no idea what i'm doing)
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1608492306
All css goes inside of <style> tags.ย
Permalink Report Reply
posted 1617284649 updated 1617284954
posted 1638095087
From memory, W3 Schools has some good tutorials. I learnt on CodeAcademy some years ago, but I think they're paid-only now :/
posted 1657989102
once you know how to use div tags you don't need anything more
posted 1721309515 updated 1721309557
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>