Re: [css-d] Font-sizes & EM

2017-03-19 Thread oleg...@gmail.com
No, not correct no - doubling or tripling, or whatever. When you set, for example, html * { font-size: 2vw' }, you are setting base font size for the page(s), 1vw is 1% of the screen's viewport's width. So, if, for example, your viewport width is 1704 pixels, then 1vw will equal 17px, and 2vw will

Re: [css-d] Box Sizing

2017-03-20 Thread oleg...@gmail.com
This is actually not a question - because for as question, somebody have to think, for yours in particular you just have to open a CSS3 documentation or open any good link with extensive amount of pictures - just check css tricks site, just for example. Answering your "question" would be a little b

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-23 Thread oleg...@gmail.com
Funny... No, they would not be equal in 99.99% of the cases :) On Thu, Mar 23, 2017 at 7:14 AM, Crest Christopher < crestchristop...@gmail.com> wrote: > Speaking of which, can someone once again clarify, for example; 2.2em > would equal 4.4vw ? > > Tom Livingston >> Thu

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-29 Thread oleg...@gmail.com
You don't need to - thousands of people do their designs without using VW and VH - so, you should be able to do that too. Good luck! On Wed, Mar 29, 2017 at 4:23 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > If we assume the viewport is 2000px wide with calc(2.3+2.1) then; > 2000px

Re: [css-d] vw and vh units -- how does one learn of developments in the CSS spec. such as these ?

2017-03-31 Thread oleg...@gmail.com
Maybe because font size is 1em? Why else do you think? :) On Fri, Mar 31, 2017 at 3:32 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > How do you get 96px from 8vw if the viewport width is 1200px ? > > Tom Livingston >> Friday, March 31, 2017 12:24 PMvia Pos