A Pen by Julien Lejeune on CodePen.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // clearfix | |
| @mixin clearfix { | |
| &::after { | |
| content: ""; | |
| display: block; | |
| clear: both; | |
| } | |
| } | |
| // edit font rendering -> tip: use for light text on dark backgrounds | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // 🔥 Node 7.6 has async/await! Here is a quick run down on how async/await works | |
| const axios = require('axios'); // promised based requests - like fetch() | |
| function getCoffee() { | |
| return new Promise(resolve => { | |
| setTimeout(() => resolve('☕'), 2000); // it takes 2 seconds to make coffee | |
| }); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $bankList = [ | |
| '621098' => '邮储银行-绿卡通-借记卡', | |
| '622150' => '邮储银行-绿卡银联标准卡-借记卡', | |
| '622151' => '邮储银行-绿卡银联标准卡-借记卡', | |
| '622181' => '邮储银行-绿卡专用卡-借记卡', | |
| '622188' => '邮储银行-绿卡银联标准卡-借记卡', | |
| '955100' => '邮储银行-绿卡(银联卡)-借记卡', | |
| '621095' => '邮储银行-绿卡VIP卡-借记卡', | |
| '620062' => '邮储银行-银联标准卡-借记卡', | 
People
|   :bowtie: | 😄 :smile: | 😆 :laughing: | 
|---|---|---|
| 😊 :blush: | 😃 :smiley: | :relaxed: | 
| 😏 :smirk: | 😍 :heart_eyes: | 😘 :kissing_heart: | 
| 😚 :kissing_closed_eyes: | 😳 :flushed: | 😌 :relieved: | 
| 😆 :satisfied: | 😁 :grin: | 😉 :wink: | 
| 😜 :stuck_out_tongue_winking_eye: | 😝 :stuck_out_tongue_closed_eyes: | 😀 :grinning: | 
| 😗 :kissing: | 😙 :kissing_smiling_eyes: | 😛 :stuck_out_tongue: |