Jump to content

Search the Community

Showing results for tags 'codes'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • New Member at General Forum?
    • Welcome Lounge
    • General Forum Announcements
    • Suggestions and Feedback
  • The General Forums
    • General Discussions
    • News Hub
    • Gamers Den
    • Sports & Entertainment
    • Techno Geeks Unite
    • The Marketplace

Blogs

There are no results to display.

Calendars

  • Community Calendar
  • Default Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Gender


Interests


Occupation


Xbox Live Gamertag

Found 1 result

  1. Okay, so firstly to code CSS we need to open up the CSS tags <br /> <br /> In between the tags we can now start styling our web pages Firstly, to style a certain part of the website you need it's ID or Name. If we are editing for example a div that uses ID="Main" we would have to write the code like this #Main { } But if we are using the name="Main" tag we would write the code like this .Main { } To style anything else like the body of the page you would write the code like this body { } Our styling codes then go in between the { and }. So I will now write a list of different definitions Styling fonts font-family: FONTNAME; font-size: 12px; color: HEX/COLOURNAME; font-weight: bold/none; text-decoration: underline/none; Adding a border border: 1px solid #000000; Backgrounds background-color: HEX/COLOURNAME; Links a:link { } a:visited { } a:active { } a:hover { } I shall add more as they come to my mind, if you know any more please reply and I shall add. Sorry for the bad grammar, I'm tired, I'll correct when I wake up if I have time...
×
×
  • Create New...