- Web Developer's Reference Guide
- Joshua Johanan Talha Khan Ricardo Zea
- 162字
- 2021-07-09 20:18:25
Summary
And this is how you start the first chapter about CSS Properties! We learned what CSS properties and vendor prefixes are.
Now, with the animation properties clear we can start working on great interactions for our sites and applications. We can also handle all background features, be positioning or even blend modes to create nice visual effects without having to depend on image editors of any kind.
The Box Model concept is something we can tackle easier especially knowing that legacy IE's have less and less impact than before. This is greatly impacted by how we work with CSS units since we need to understand which units work best with different use cases and requirements.
We learned that CSS columns are a great tool to distribute long strings of text. And that the mighty Flexbox is the go-to feature to arrange elements in containers.
Improving our typography and transformations are part of the next chapter, amongst other interesting properties.
Buckle up!
- Python程序設(shè)計教程(第2版)
- Computer Vision for the Web
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Mastering Android Development with Kotlin
- 組態(tài)軟件技術(shù)與應(yīng)用
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Angular開發(fā)入門與實(shí)戰(zhàn)
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- AV1視頻編解碼標(biāo)準(zhǔn):原理與算法實(shí)現(xiàn)
- Microsoft HoloLens By Example
- 數(shù)據(jù)結(jié)構(gòu):Python語言描述
- Data Manipulation with R(Second Edition)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐