-
# 1. Grid
- **Grid is what you use to put elements `side by side`** _(the latest technique relatively.)_
(1) `` : Is 'block level element'.
(2)`` : Is 'inline element'.
(3) `fr` : Displays **Sta…
-
# 01. Box Model
- Width(폭)
- height(높이)
- margin(간격)
- border(선)
- padding
- content
# 02. Developer Tool (개발자 도구)
- Click `Select an element in the page to inspect it.` button on the far le…
-
# 1. Removing overlap
- Uses `,(Comma)`
- Sequence is not important between the property **values**.
-
# 1. Link
- No **line-changing**
# 2. Border (테두리)
- style : solid, ...
(1) heading tag : a whole line (block level element)
(2) a tag : a part of a line (inline element)
# 3. **Annotation*…
-
# 1. Class property
- grouping
(1) Put `class=""` in each element of tag _ex) `class="saw"`_
(2) Attach `.` before the class value _ex) `.saw`_
- Can have **multiple values**
(1) Separate into **…
-
# 1. Style property
- CSS value comes in as HTML property.
- Applying Designated Style (Is not required Selector).
# 2. `;(세미콜론)`
- Means a `delimiter(구분자)`.
# 3. Text effect
## 3.1 `text-…
-
# 1. ``
- Is not being used.
# 2. ``
## 2.1 `Selector(선택자)`
- `a`
- Is where CSS grammar starts(is dominant).
## 2.2 `Declaration(선언, 효과)
- `color:red;`
## 2.3 Property(속성)
- `color…
-
## Description
- 依照ui mockup 修改文字敘述如貼文上鏈交易進行中
- 修改 `packages/frontend/src/features/core/components/ActionNotification/ActionNotification.tsx`
![上鏈文案1](https://github.com/user-attachments/assets…
-
web2的api地址有两处使用了硬编码
1. UrlPrefix https://github.com/SDUOJ/sduoj-web2/blob/master/src/Config/constValue.ts#L3
2. apiAddress https://github.com/SDUOJ/sduoj-web2/blob/master/src/Utils/API/apiAddress…
-
# Web2_Day1 | Community Library
Day1
[https://community-library.netlify.app//blog/web2_day1/](https://community-library.netlify.app//blog/web2_day1/)