Title: CSS problem
Last modified: December 19, 2020

---

# CSS problem

 *  [Rob](https://wordpress.org/support/users/robirdman/)
 * (@robirdman)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-93/)
 * I am trying to learn CSS to format a page the desired way into WP, and in an 
   example of CSS school I am not understanding an example. Below I added the * 
   and changed the background of the whole page, but of the 3 things under h1, h2,
   p , the top one has no effect. So this won’t be green. It I move it below font
   size, then text will be green but font-size won’t change. If I move center above
   both then it won’t be centered. If I put something like color:red; above then
   the 3 below will all effect.
    <!DOCTYPE html> <html> <head> <style> * {background-
   color:pink; h1, h2, p color:green; font-size:160%; text-align: center; } </style
   > </head> <body>
 * <h1>Hello World!</h1>
    <h2>Smaller heading!</h2> <p>This is a paragraph.</p>
 * </body>
    </html>

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Marcio Zebedeu](https://wordpress.org/support/users/marcio-zebedeu/)
 * (@marcio-zebedeu)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-93/#post-13811566)
 * Hi [@robirdman](https://wordpress.org/support/users/robirdman/)
 * try:
 * * {background-color:pink;}
    h1,h2, p { font-size:160%; text-align: center; }
 *  Thread Starter [Rob](https://wordpress.org/support/users/robirdman/)
 * (@robirdman)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-93/#post-13811613)
 * Thanks. I figured out I needed the extra } and wanted to delete my post but didn’t
   know how.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS problem’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Rob](https://wordpress.org/support/users/robirdman/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-93/#post-13811613)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
