Skip to content

Commit bb1efe2

Browse files
authored
docs: add README logo
Add the selected CSS-Diff logo asset and update both README variants with a centered project header.
1 parent a71983b commit bb1efe2

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# CSS-Diff
1+
<divalign="center">
2+
<imgsrc="./img/logo.png"alt="CSS-Diff logo"width="160">
23

3-
English | [简体中文](./README.zh-CN.md)
4+
<h1>CSS-Diff</h1>
45

5-
CSS-Diff is a DevTools sidebar extension for comparing the computed CSS of two DOM elements. It is built for frontend debugging: select two elements in the Elements panel, then inspect what changed, search for a property, and copy a CSS declaration with one click.
6+
<p>English | <ahref="./README.zh-CN.md">简体中文</a></p>
7+
8+
<p>CSS-Diff is a DevTools sidebar extension for comparing the computed CSS of two DOM elements. It is built for frontend debugging: select two elements in the Elements panel, then inspect what changed, search for a property, and copy a CSS declaration with one click.</p>
9+
</div>
610

711
![Screenshot](https://github.com/Jevin0/css-diff-devtools/blob/main/img/screenshot.png?raw=true)
812

‎README.zh-CN.md‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# CSS-Diff
1+
<divalign="center">
2+
<imgsrc="./img/logo.png"alt="CSS-Diff logo"width="160">
23

3-
[English](./README.md) | 简体中文
4+
<h1>CSS-Diff</h1>
45

5-
CSS-Diff 是一个用于比较两个 DOM 元素计算后 CSS 的 DevTools 侧边栏扩展。它面向前端调试场景:在 Elements 面板中选择两个元素,即可查看哪些样式发生了变化、搜索指定属性,并一键复制 CSS 声明。
6+
<p><ahref="./README.md">English</a> | 简体中文</p>
7+
8+
<p>CSS-Diff 是一个用于比较两个 DOM 元素计算后 CSS 的 DevTools 侧边栏扩展。它面向前端调试场景:在 Elements 面板中选择两个元素,即可查看哪些样式发生了变化、搜索指定属性,并一键复制 CSS 声明。</p>
9+
</div>
610

711
![Screenshot](https://github.com/Jevin0/css-diff-devtools/blob/main/img/screenshot.png?raw=true)
812

‎img/logo.png‎

687 KB
Loading

0 commit comments

Comments
 (0)