📝 字数:working on
Styling Forms¶
Estimated time to read: 1 minute
Concepts¶
-
use appearance: none to hide aspects of the default element and build your own instead.
-
the viewport is simply the visible area of a web page on a user's screen.
-
WebKit is a browser engine. It is the underlying software engine that does the heavy lifting of rendering a web page—taking HTML, CSS, and JavaScript code and turning it into the visual, interactive webpage you see on your screen.
-
Blink (Google)
-
WebKit (Apple)
-
Gecko (Mozilla)
-