Become a member
Sign in
YongyongSun
YongyongSun

YongyongSun

4 Following
3 Followers
  • Profile
  • Highlights

Highlighted by YongyongSun

See more

From How to make your HTML responsive by adding a single line of CSS by Per Harald Borgen

The final ingredient we need in order to fix this is called minmax(). We’ll simply replace 100px with minmax(100px, 1fr). Here’s the final CSS.

From Native apps with Vue.js: Weex or NativeScript? — chapter II by Tiago Alves

…re as much code as possible between Web and native platforms. Using this technique you only have to duplicate the view layer of the app (templates, css and some UI code…re as much code as possible between Web and native platforms. Using this technique you only have to duplicate the view layer of the app (templates, css and some UI code).