Useful CSS units You should know
A thread π§΅π
π px :
The px unit is the magic unit of CSS
The px is thus not defined as a constant length, but as something that depends on the type of device and its typical use.
π Viewport Height (vh). This unit is based on the height of the viewport. A value of 1vh is equal to 1% of the viewport height.
Viewport Width (vw). This unit is based on the width of the viewport. A value of 1vw is equal to 1% of the viewport width.
π Percentage % :
It is often used to define a size as relative to an element's parent object
π em : em units for the font-size property will be relative to the font-size of the parent element.
em units on other properties than font-size will be relative to the font-size of the current element.
π rem : The rem unit, short for root em is a relative unit thatβll always be based upon the font-size value of the root element, which is the <html> element.
So that means that, by using the rem unit, the values of parent elements are ignored, and only the value of the root is taken into consideration.
π ch :
Relative to the width of the "0" (zero)
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
11 Amazing sites/tools for web developers you may not know
If you're a web developer make sure you check these out π
1οΈβ£ Eva Design System
Eva web is a customisable UI library for sketch that makes it easy to create awesome designs for web applications and dashboards.
πeva.design
2οΈβ£ Hidden tools: Discover a wide collection of tools made by the community
πhiddentools.dev
1. Frontend mentor - Frontend coding challenges using real world projects. Improve your Frontend skills by building real world projects. solve real-world HTML, CSS and JavaScript Challenges while working to professional design
πfrontendmentor.io
2. devChallenges - web Development resources and community that help you to become web developers by working with real-life projects and practices.
πdevchallenges.io
8 websites to answer all your programming related doubts
A thread π§΅π
1. Stackoverflow - A community based space to find and contribute answers to technical questions
π stackoverflow.com
2. Reddit
It has several communities that hold discussions about a particular topic including programming languages, computers, and more
πreddit.com
Learn coding by playing games and practicing through fun challenges π€Ήπ²
A thread π§΅π
β‘οΈ CodinGame
CodinGame is a challenge-based training platform for programmers where you can improve your coding skills with fun exercises (25+ language supported)
πcodingame.com/home
β‘οΈ CheckiO - coding games and programming Challenges for beginners and advanced programmers.
πcheckio.org