-The two length or percentage values of the '<code>device-radius</code>' property define the radius of a quarter ellipse in terms of the shape of the corner of the outer screen edge (This is similar to the '<code>border-radius</code>' properties. see the 'border-radius' description). The first value of the '<code>device-radius</code>' property is a horizontal radius, and the second one is a vertical radius. If the second value is ommitted, it is copied from the frist. If either length is zero, the shape of screen is rectangle not rounded. Percentage value for the horizontal radius refer to the horizontal radius of the screen, whereas percentage value for the vertical radius refer to the vertical radius of the screen. Negative value is not allowed.
0 commit comments