NatChen

Once you have chosen the road of life, you have to be brave enough to go to the end and never look back.

摘要: <style> @keyframes dot { 0% { width: 0; } 33% { width: .2em; } 66% { width: .5em; } 100% { width: .8em; } } .dot { display: inline-block; width: 20px; 阅读全文
posted @ 2018-05-18 14:37 NatChen 阅读(326) 评论(0) 推荐(0)