Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mewforest/shag-example

Shag Template - basic CSS
https://github.com/mewforest/shag-example

Last synced: 16 days ago
JSON representation

Shag Template - basic CSS

Awesome Lists containing this project

README

        

**CSS - свойства**
*Все новые свойства примененные в проекте*

- `box-sizing: border-box`
- `calc(50% - 20px);`
- `margin-right: auto;` and `margin-left: auto;`
- `float: right;` and `float: left;`
- `font-style: italic;`
- `font-weight: bold;`
- `clear: both`
- ` letter-spacing: -1px;`
- `line-height: 120%;`
- `transition: background-color 1s ease-in-out 0.5s`
- `translate'

---