One, CSS length value
em
relative to the parent element's font size
ex
height relative to lowercase "x"
gd
Generally used in East Asian typography, this is not related to English
rem
relative to the root element font size
VW
relative to the view Window width: Window width is 100vw
The length unit mainly has the following kinds of EM ex ch REM VW VH vm cm mm in pt pc px%, presumably can be divided into several "absolute units" and "relative units" and "percent units".
Absolute unit: px in cm mm
Relative unit: EM rem pt PC EX CH
Percent unit: VW VH VM%
T
In CSS, both VW and VH represent percentages, and you can set the height of the outer container, but use it together as a percentage.ShowBack to related articles?Image width (currently 1024 megapixels): 128 1024Click on the I appear Picture bullet box Code CSS Code: . Dialog_container { display:none; width:100%;
One, n more chatterSome of the new units in the CSS3 were introduced in the spring of last year, see: CSS length values and time, frequency, and angle units. Obviously, it mentions the unit VW, VH, which is to be lamented in this article, see:But "I see you" is not the same as "I Touch You". Coincidentally, a coincidence, recently with these two units to see. Rou
One, n more chatterSome of the new units in the CSS3 were introduced in the spring of last year, see: CSS length values and time, frequency, and angle units. Obviously, it mentions the unit VW, VH, which is to be lamented in this article, see:But "I see you" is not the same as "I Touch You". Coincidentally, a coincidence, recently with these two units to see. Rou
This article mainly introduces the use of CSS3 new unit VW, VH tutorial, this article through the example code to introduce the meaning of VW, VH, Vmin, Vmax and the difference between VW, VH and% percent, interested friends to se
The implementation of the responsive layout relies on media query (Queries) to implement, choose the mainstream device width size as a breakpoint to write extra style to fit, but this will be more troublesome, can only be selected in a few mainstream device size to render the perfect fit. Even with REM units, it is necessary to embed a script to dynamically compute the root element size.
This article mainly and everybody introduced the pure CSS3 uses the VW
The implementation of the responsive layout relies on media query (Queries) to implement, choose the mainstream device width size as a breakpoint to write extra style to fit, but this will be more troublesome, can only be selected in a few mainstream device size to render the perfect fit. This paper mainly introduces the relevant data of pure CSS3 using VW and VH to realize the adaptive method, hoping to he
This time to bring you CSS3 new unit VW, VH, vmin, Vmax should be how to use, CSS3 new unit VW, VH, vmin, Vmax use of attention to what matters, the following is the actual case, together to see.
This article introduces the CSS3 new unit VW,
1, px: pixel, accurate display2, EM: Inherit the size of the parent font, equivalent to "times", such as: the browser default font size is 16px=1em, always follow the font size of Div inheritance, entry for mobileEM conversion Tool: http://www.runoob.com/tags/ref-pxtoemconversion.html3. REM: Similar to EM, REM is the attribute of the inherited root node (that is, the 4. VH: 1%=1VH of the current visible heightThe difference is: when there is no conten
meaning of 1,VW, VH, vmin, Vmax(1)VW,vh,vmin,Vmax is a kind of window unit, is also a relative unit. It is relative to either the parent node or the root node of the page. Instead, it is determined by the size of the window (Viewport), Unit 1, which represents similar to 1%. windows (Viewport) is the area where your
VW,VH are all units relative to the screen viewport.VW: The width relative to the viewport. The viewport is divided into 100 units of VW;VH: The height relative to the viewport. The viewport is divided into 100 units of VH;Vmax: The larger of the width or height relative to
1.rem and EM, pxfirst of all, the EM and px relationship em refers to the font height of the browser default 1em=16px, so 0.75em=12px; we often see the font-size:65% of the root element written on the page, so that EM becomes 16px*62.5=10em; this is the font size that is displayed on the page is 10px;So 12px=1.2em,10px=1em, which means you just need to divide your original PX value by 10, and then put EM in as the unit on the line,Characteristics of EMEM is a relative value he will change accord
rem, percentage, VH, VW various layout methods, when compatible with different resolution, what kind of method is better. Noun Introduction:
percent: is the percentage of the element's width or height relative to the parent, and is more commonly used, width and height can be
REM: A variant of the percent itself, but this unit is based only on the percentage of the width, not the percentage based on the heig
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.