摘要: In this lesson, we explore creating the Egghead Shell with CSS. We explore how different properties allow us to create different shapes and how we can 阅读全文
posted @ 2020-08-10 16:30 Zhentiw 阅读(151) 评论(0) 推荐(0)
摘要: https://www.w3schools.com/cssref/css_units.asp In this lesson, we lay the foundations for creating a CSS illustration of the Egghead logo using the "t 阅读全文
posted @ 2020-08-10 16:11 Zhentiw 阅读(99) 评论(0) 推荐(0)
摘要: When needing to format a number I've tended to lean towards Number.prototype.toFixed(), reach for a 3rd party library, or write custom functions. Howe 阅读全文
posted @ 2020-08-10 15:57 Zhentiw 阅读(285) 评论(0) 推荐(0)
摘要: Actor, which can invoke a promise to fetch data. import { createMachine, assign, interpret } from "xstate"; const elBox = document.querySelector("#box 阅读全文
posted @ 2020-08-10 15:46 Zhentiw 阅读(206) 评论(0) 推荐(0)