-
Notifications
You must be signed in to change notification settings - Fork 0
create a custom css variable
奋翼 edited this page Oct 7, 2018
·
2 revisions
如果要创造一个变量,你需要给出一个name
,在name
前面加上两个破折号--
,并赋予一个值,样式如下
--penguin-skin: gray;
这样就创造了一个变量名叫--penguin-skin
,它的值是gray
Basic CSS: Create a custom CSS Variable | Learn freeCodeCamp
2018-10-7 17:25:13
- HTML5 and CSS
- Responsive Design with Bootstrap
- jQuery
- Basic JavaScript
- Deprecated
- Object Oriented and Functional Programming
- Basic Algorithm Scripting
- Basic Front End Development Projects
- Intermediate Algorithm Scripting
- JSON APIs and Ajax
- Intermediate Front End Development Projects
- Claim Your Front End Development Certificate
- SASS
- React
- React Projects
- D3
- Data Visualization Projects
- others