In CSS, I cannot setup the font, the color of the content in blocks, I do not even know what code in CSS is needed for this. http://cs-jumba.do.am/ - this is my test site, where I learn to make up every day. Imposition is engaged only 1 day and I can register not much. Help me, please, write the CSS code for the content in blocks =)

Thank you in advance!

  • I do not want to upset you, but you watched the course not by css, but by html. - Elime
  • I agree with Elime, if you want you can add node_xaker to Skype. I will explain to you in more detail - Node_pro
  • You what? I explained to you that I didn’t understand it in CCC, and not in html, these are different things! - KokoJumbA
  • 2
    > where I learn to make up every day. The layout is done only 1 day Original =) - DemoS
  • css.manual.ru will help you, this is a kind of binder with almost all properties, read))) - shol

2 answers 2

If I understand you correctly you the font color and style of it? Or fill? If the color is inserted into the desired class

.class{ color: red; - где red - это цвет. font-family: Times new Roman; - где Times new Roman - сам стиль шрифта } 

If you do not know how to register it for indvid (a separate block, then for each html tag you need to write your own class. I can explain detailed if you need to.
By the way, if you are interested in typesetting, I suggest that you save this site htmlbook.ru

     .your_css_class{ color:#f00; //цвет в блоке your_css_class будет красным } 

    In general, the question is a bit inadequate, the impression is that you want to give you a course on css now. In any textbook, articles for beginners on css, change the font, background, and similar elementary things. Author smoke materiel.