Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mewforest/shag-example
- Owner: mewforest
- Created: 2019-11-28T22:16:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T22:17:34.000Z (about 5 years ago)
- Last Synced: 2024-10-31T07:42:33.380Z (2 months ago)
- Language: HTML
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
---