- Mastering CSS
- Rich Finelli
- 248字
- 2021-07-08 09:45:51
Changing CSS inside the inspector
On the right-hand side of the inspector, you will see all your styles for whatever element you have highlighted in the DOM. You can even click on any of those properties or values and change them. So if you click on 26px, next to font-size, you can increase it to whatever you want. This is updated immediately in the browser, which is very cool:

You can even uncheck certain properties and see that change immediately. So, as you can see in the next screenshot, if you click on the h2 element in the DOM and then uncheck color and margin bottom on the right-hand side, this change to the h2 element takes immediate effect. Simply recheck them to add them back:

If you click on the last element—in this case, margin-bottom and hit Tab, it will allow you to type in a new property and value. So add margin-left of -40px and see what it looks like; this moves this h2 over 40px to the left:

Now these aren't permanent changes. As soon as the browser is refreshed, these styles will disappear; however, you can copy this rule set and paste it into your code if you want to keep these changes we're experimenting with. It even tells us where this rule set is currently located in the style sheet-line 86. If you hover your mouse over that, it will tell you exactly where that file is in your website's folder:

- Microsoft Application Virtualization Cookbook
- 算法精粹:經(jīng)典計算機科學問題的Java實現(xiàn)
- Bootstrap 4 Cookbook
- INSTANT Silverlight 5 Animation
- Clojure Polymorphism
- Java自然語言處理(原書第2版)
- Java 7 Concurrency Cookbook
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)
- Mastering R for Quantitative Finance
- Django 3 Web Development Cookbook
- 前端Serverless:面向全棧的無服務器架構實戰(zhàn)
- 程序員的算法趣題2
- Java無難事:詳解Java編程核心思想與技術
- Kotlin核心編程
- Sony Vegas Pro 11 Beginner’s Guide