Add disclaimer

This commit is contained in:
Vanessa Schlapa
2019-03-30 17:15:44 +01:00
parent 00b756d64e
commit 46eea246e3

View File

@@ -1,5 +1,23 @@
# CSS-Explained
## Intro
This is all about the things I learned the last few years working as a frontend designer. There have been many times I got so frustrated with the way CSS works (or doesn't in many situations).
Often it was trial and error to get something done and more than once I stared at my display questioning my sanity for what I was seeing. Because I thought I knew what I was doing. In most cases I was wrong. Because I didn't understand all the details. In my opinion these details are very important to get the whole picture of how CSS works.
### Disclaimer
I used Codepen to create the examples and images in this guide
## Index
## Background Infos
- ** TBD **
A Site to remember all the important, way-to-complex and boring stuff about CSS. Bis zur Übersetzung ist dieser Text auf Deutsch
## Browser
@@ -48,6 +66,8 @@ Blendet das Element und sämtliche Unterelemente aus. Die Seite wird gerendet, w
- *inline-block* Elemente verhalten sich grundsätzlich wie *block* Elemente. Teilen sich mehrere *inline-block* Elemente die verfügbare Breite, verhalten sie sich wie *inline* Elemente
- **Wichtig** *inline-block* Elemente können Werte für *margin* annehmen.
![](http://)
## Tipps und häufige Fragen
### Die Seite hat einen Abstand zum Browserfenster
- Auch das Body-Element hat Initialwerte, zu denen ein *margin* gehört. Dieses kann über *margin: 0* entfernt werden.