- Mastering CSS
- Rich Finelli
- 95字
- 2021-07-08 09:45:47
Ramping Up
In order to be a great coder, you need to ramp up and learn about things that will help you become a better developer. In this chapter, we're going to look at text editors that will speed up our workflow. We'll then look at a CSS reset, which resets the default browser such that its styling is reduced to nothing, and the built-in browser developer tools to help us troubleshoot our code. Then, we'll look at how to rename elements with classes and IDs as well as qualify our selectors using descendant selectors.
推薦閱讀
- Expert C++
- R語言編程指南
- C語言程序設(shè)計
- Python王者歸來
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- C語言程序設(shè)計案例精粹
- C程序設(shè)計案例教程
- Java應(yīng)用開發(fā)技術(shù)實例教程
- Learning Data Mining with R
- Haxe Game Development Essentials
- Web App Testing Using Knockout.JS
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Node.js 6.x Blueprints
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- 你好!Python