Title: Style.css ( Basic question)
Last modified: August 30, 2016

---

# Style.css ( Basic question)

 *  Resolved [rdxcsgoid](https://wordpress.org/support/users/rdxcsgoid/)
 * (@rdxcsgoid)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/stylecss-basic-question/)
 * I am new to coding .
    I am using firebug to edit css , so the problem is after
   editing the Margin option in layout (firebug). i get this css
 *     ```
       element.style {
           height: 300px;
           width: 300px;
       }
       *, *::after, *::before {
           box-sizing: border-box;
       }
       ```
   
 * When i paste this css to my theme custom css option nothing happens .
    Am i copying
   the wrong css? Or I cant edit in custom css option

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

 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/stylecss-basic-question/#post-6361458)
 * Hi, you can’t copy paste the firebugg css.
 * Why ? element.style doesn’t exist, it’s just style which is apply directly on
   the tag with firebug, to get the good result, you need to write the good selector,
   maybe something like this:
 *     ```
       div.mydiv {
           height: 300px;
           width: 300px;
       }
       ```
   
 *  Thread Starter [rdxcsgoid](https://wordpress.org/support/users/rdxcsgoid/)
 * (@rdxcsgoid)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/stylecss-basic-question/#post-6361581)
 * Thank you !

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

The topic ‘Style.css ( Basic question)’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [rdxcsgoid](https://wordpress.org/support/users/rdxcsgoid/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/stylecss-basic-question/#post-6361581)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
