Flag This Hub

The Basics To CSS

By


What Is CSS?

CSS Stands for Cascade Styles Sheet. CSS is a bit harder to learn that HTML, but as you start writing it, it will get better. I had self taught myself CSS with resources I had found on the internet. With that knowledge, I can give you the insights to what I know.  What I can tell you right now is that it is well worth it to learn because both HTML and CSS work together.  Some things I have done in CSS and some things I have done with HTML.  Where one lacks, the other picks up.

Some Tips

First, I am going to give you some tips. Why? Because I think you need them. Learning either HTML or CSS, takes time and patience. If you have not read my hub on HTML, you should. Here is the Link.

Now for the tips:

  • Don't give up.  It does take time to learn.
  • Take baby steps trying to learn.
  • If you can't figure it out, contact me and I will see if I can fix your problem.  Yes I am willing to help you learn.

The Basics

I am going into the real basics here. I am not writing anything that has to do with div codes.  They are all going to have to do with p codes.  Div, I will touch later on.

Backgrounds

This is what you put on for backgrounds. Remember you change the color code for whatever color you may want.

<p style="background:#colorcode">

You do not have to write the colorcodes unless you want to. Where it says #colorcode, in its place all you have to put is red if you want a red background.

If you want an image for the background, you can do that too. you would do <p style="background-image: url(imageaddress)

The next hub will be on the text and fonts.

Comments

No comments yet.

Submit a Comment
You Must Sign In To Comment

To comment on this Hub, you must sign in or sign up and post using a HubPages account.

My CSS Hubs

  • Dreamweaver For Beginners

    Dreamweaver is not a walk in the park. Like many of the adobe line of products, it takes patience to learn. Some of them have some similarities on functionality, but some are a total different ballgame. If you are new to creating webpages, this is not something for you. You need to learn the fundamentals of webdesign first to really grasp what you need to do. It may be somewhat a wyswyg type of program, but you still need some sort of knowledge because if something goes wrong, you will know how - 14 months ago

  • Borders and more information for CSS

    Okay, here is another hub about CSS. This time, I am going to be discussing some of the different border options that you can do for your website using CSS. In addition, I will be adding information about width, height and many other cool tricks. - 2 years ago

  • Font Information For HTML and CSS

    When it comes to HTML or CSS, fonts are important. If we didn't have them on any website, there would be nothing to see. So what is a font? Its basically a character representation of a letter or group of letters. Depending on what operating system you use, depends on what you see. In windows, the default is Times New Roman. - 2 years ago

My HTML Hubs

  • Dreamweaver For Beginners

    Dreamweaver is not a walk in the park. Like many of the adobe line of products, it takes patience to learn. Some of them have some similarities on functionality, but some are a total different ballgame. If you are new to creating webpages, this is not something for you. You need to learn the fundamentals of webdesign first to really grasp what you need to do. It may be somewhat a wyswyg type of program, but you still need some sort of knowledge because if something goes wrong, you will know how - 14 months ago

  • Font Information For HTML and CSS

    When it comes to HTML or CSS, fonts are important. If we didn't have them on any website, there would be nothing to see. So what is a font? Its basically a character representation of a letter or group of letters. Depending on what operating system you use, depends on what you see. In windows, the default is Times New Roman. - 2 years ago

  • The Basics To CSS

    CSS Stands for Cascade Styles Sheet. CSS is a bit harder to learn that HTML, but as you start writing it, it will get better. I had self taught myself CSS with resources I had found on the internet. With that knowledge, I can give you the insights to what I know. What I can tell you right now is that it is well worth it to learn because both HTML and CSS work together. Some things I have done in CSS and some things I have done with HTML. Where one lacks, the other picks up. - 2 years ago

Like this Hub?
Please wait working