Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.39 KB

05.md

File metadata and controls

48 lines (35 loc) · 1.39 KB

📌 05

These last days were so busy and I couldn't have time to post here, but let's do it. Some days ago I saw a presentation about a passion in your life What would you present if it would be you the presenter? I started thinking about it and friend of mine told me I would talk about my habits and healthy routine. And maybe he is right! I love to do it!

:octocat: CSS

A simple check icon using only CSS.

// Stylus
div
  display inline-block
  border solid 1px #3b9bfc
  width 40px
  height 40px
  border-radius 50%
  margin 0 auto 20px
  position relative

		&:before
			content ''
			position absolute
			left 50%
			top 50%
			transform translateY(-65%) translateX(-50%) rotate(45deg)
			width 12px
			height 20px
			border solid 1px #3b9bfc
			border-left none
			border-top none

💬 Quotes

"The death of a dream is the day that you stop believing in the work it takes to get there." - Chris Burkmenn

🔗 Links

💀 Currently

  • 📖 Business @ the Speed of Thought: Succeeding in the Digital Economy | 🏃 33%

🏠 back home