Files
gitceshi/note.md
2021-04-19 10:54:25 +08:00

20 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# css
引入方式:
1. 行内样式 <p style="">
2. 内联样式 style
3. 外部样式 link
css 使用的第一步是初始化样式 用 * (通配符)
新建仓库
打开要上传的文件夹打开code,点击第三个图标
初始化
连接远程库git remote add origin(仓库标志) 链接(克隆下的那个链接)
拉取git pull origin master分支名
验证身份:用户名和密码
提交点击对号或者是Ctrl+回车
推送:点击小云彩
验证身份