# Dictionary

| **Name**    | **example**                                                      |
| ----------- | ---------------------------------------------------------------- |
| a:hover     | <p>a:hover{</p><p>  opacity:100%;</p><p>}</p>                    |
| align-items | align-items:center;                                              |
| border      | border: dotted solid double dashed;                              |
| bottom      | bottom:-10px;                                                    |
| color       | #ff8800;                                                         |
| height      | height:100px;                                                    |
| left        | left:10px;                                                       |
| margin      | <p>/*top-right-bottom-left*/</p><p>margin:0 auto;</p>            |
| opacity     | opacity:60%;                                                     |
| padding     | <p>/*top-right-bottom-left*/</p><p>padding:10px 5px 5px 10px</p> |
| position    | <p>absolute</p><p>inherit</p><p>relative</p>                     |
| right       | right:-10px;                                                     |
| top         | top:10px;                                                        |
| width       | width:100px;                                                     |
