Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit be7cc01

Browse files
authored
Add files via upload
1 parent 5a22c0f commit be7cc01

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

AmberHeart_FullStack_Compass.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,35 @@
2626

2727
你问我为什么这么短?问问De************试试<br><br>
2828

29+
### 02.05
30+
#### 今日学习时长:30min 总结:CSS入门
31+
32+
大致尝试了一下CSS,目前学的内容里像是对于标签似乎没有一一匹配,而是全部匹配<br><br>
33+
34+
这样的话问题挺大,不过后面肯定是有解决方案的<br><br>
35+
36+
```bash
37+
<style>
38+
h1 {
39+
/* 颜色 */
40+
color:aqua
41+
}
42+
</style>
43+
</head>
44+
<body>
45+
<h1>ノクチル</h1>
46+
<h1>Noctchill</h1>
47+
<hr>
48+
# 例如此例就匹配了全部的<h1>
49+
```
50+
51+
### 02.10
52+
#### 今日学习时长:30min 总结:CSS入门2
53+
54+
进一步学习了标签匹配,例如取用CSS文件中的标签<br><br>
55+
56+
还进一步学了更多的标签样式和排版技巧<br><br>
57+
58+
为什么摸鱼这么多天?因为挑战杯XX的在追我<br><br>
59+
2960
<!-- Content_END -->

0 commit comments

Comments
 (0)