修改:实验一 将已完成的部分颜色修正成实验要求

This commit is contained in:
2025-02-26 16:06:15 +08:00
parent 566efcf219
commit a167b239b1
6 changed files with 75 additions and 24 deletions
+23
View File
@@ -0,0 +1,23 @@
# 实验一 网页开发基础
## 实验目标
开发一个这样的网页
![image-20250226153311043](README.assets/image-20250226153311043.png)
## 项目结构
```bash
.
├── assets # 存放网页资源文件
│   └── navbar # 导航栏的资源文件
│   ├── cart.svg # 购物车图标的矢量图
│   └── search.svg # 搜索图标的矢量图
├── index.css
├── index.html
├── README.assets # README.md中的资源文件
│   └── image-20250226153311043.png
└── README.MD
```