- 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:

- GraphQL學習指南
- 編寫高質量代碼:改善C程序代碼的125個建議
- Practical Windows Forensics
- Bootstrap 4:Responsive Web Design
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Machine Learning With Go
- Android應用開發深入學習實錄
- C編程技巧:117個問題解決方案示例
- Java 從入門到項目實踐(超值版)
- Mastering Adobe Captivate 7
- Mastering Concurrency Programming with Java 9(Second Edition)
- JavaScript悟道
- Robot Framework Test Automation
- 零基礎PHP從入門到精通
- C#網絡編程高級篇之網頁游戲輔助程序設計