
CSS Tutorial - Zero to Hero (Complete Course)
发布日期:2021-05-07 18:04:54
浏览次数:27
分类:技术文章
本文共 2667 字,大约阅读时间需要 8 分钟。
freeCodeCamp系列
React教程:https://blog.csdn.net/lineuman/article/details/105729634video => https://www.youtube.com/watch?v=1Rs2ND1ryYc
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Course Achievements & Results ⌨️ (0:02:36) Introduction to Course ⌨️ (0:11:19) Downloading Necessary Software ⌨️ (0:12:30) Where to Find Project Files⌨️ (0:14:28) What is CSS?
⌨️ (0:17:09) Creating & Linking a CSS Stylesheet ⌨️ (0:20:39) How to Test a Stylesheet⌨️ (0:22:12) What is a Selector?
⌨️ (0:25:54) Classes & ID’s in HTML ⌨️ (0:31:52) Specificity & When to use Selectors ⌨️ (0:39:13) Pseudoselectors ⌨️ (0:47:58) Advanced Selectors ⌨️ (0:59:30) Attribute Selectors ⌨️ (0:09:38) What are Properties? ⌨️ (1:12:59) The CSS General Rule⌨️ (1:17:37) Types of Colors
⌨️ (1:24:53) Coloring Text ⌨️ (1:32:30) Background Colors ⌨️ (1:36:56) Images/URL’s in CSS ⌨️ (1:42:30) Other Background Properties ⌨️ (1:48:59) Opacity/Transparency ⌨️ (1:52:17) Gradients⌨️ (2:04:12) Introduction to Types of Units
⌨️ (2:15:57) Text Manipulation ⌨️ (2:23:54) Font Size, Bolding & Style ⌨️ (2:30:33) Font Families ⌨️ (2:37:08) Including External Fonts w/ Google Fonts ⌨️ (2:43:14) Using External Fonts⌨️ (2:49:07) The CSS Box Model
⌨️ (2:53:18) Changing Content Size ⌨️ (2:59:07) CSS Borders ⌨️ (3:05:51) Margin & Padding ⌨️ (3:15:17) Float & Display Types⌨️ (3:27:47) What is Flexbox?
⌨️ (3:31:35) Creating a Flex Container ⌨️ (3:34:09) Flex Direction & Wrap ⌨️ (3:38:26) Content Alignment ⌨️ (3:44:45) Flex Item Order ⌨️ (3:49:32) Shrink, Grow, & Basis ⌨️ (4:00:03) The ‘flex’ Property ⌨️ (4:03:21) Item Alignment⌨️ (4:08:16) Grid vs Flexbox
⌨️ (4:11:14) Creating a Grid ⌨️ (4:13:30) Template Columns & Rows ⌨️ (4:21:12) Justify & Align Grid ⌨️ (4:28:10) Row & Column Gaps ⌨️ (4:33:13) Column & Row Lines ⌨️ (4:40:46) Grid Area⌨️ (4:44:38) The Transition Property
⌨️ (4:58:05) Transformation Functions ⌨️ (5:12:26) Creating Animations w/ Keyframes ⌨️ (5:20:30) Adding an Animation ⌨️ (5:23:23) Animation Properties⌨️ (5:34:49) Website Transformation Challenge
⌨️ (5:38:22) Website Transformation - SOLUTION ⌨️ (5:13:32) What to Learn Next目录
selectors
id class element
Pseudoselectors
li:first-child
nth-child(n)关系选择器
+~>空格
属性选择器
h2[attr=value]^=$=*=|=
color
红绿蓝三原色
google color picker
css颜色表示法
In CSS, colors can also be specified using RGB values, HEX values, HSL values, RGBA values, and HSLA values:
-
RGB
-
HEX
#000000 #ffffff -
HSL
-
RGBA
-
HSLA
text color
{ color: red}
background-color
透明度
rgba()
颜色渐变
Gradients
linear-gradient 径向渐变radial-gradientunits
px
百分比 em vw vhtext 操作
text-decoration: overline/ underline
text-transform: uppercase text-align: center字体
google fonts
https://fonts.google.com/
发表评论
最新留言
关注你微信了!
[***.104.42.241]2025年04月08日 16时46分18秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
前端入门经验——页面布局
2019-03-04
ECharts——双向柱状图
2019-03-04
Vue——引进bootstrap
2019-03-04
Vue——引进ivew
2019-03-04
趣谈win10常用快捷键
2019-03-04
趣谈文件扩展名和隐藏文件
2019-03-04
追梦App系列博客——第五次例会总结
2019-03-04
数学建模(NO.18灰色预测)
2019-03-04
数学建模更新12(数学线性规划模型1)
2019-03-04
数学建模更新12(多目标规划)
2019-03-04
Java入门笔记(第三章 类与对象之static静态用法)
2019-03-04
Android,SharedPreferences的使用
2019-03-04
(一)Xshell中给Ubuntu20.04服务器安装mysql并修改密码
2019-03-04
Android中使用ViewPager和Fragment实现底部导航栏
2019-03-04
VLAN与Trunk的原理及配置
2019-03-04
三层交换技术及配置
2019-03-04
华为hybrid vlan配置
2019-03-04
OSPF路由重分发配置实例
2019-03-04
VS中使用c++函数显示找不到标识符
2019-03-04
排列组合
2019-03-04