Category: HTML&CSS

0

Responsive design

Responsive Layout One page corresponds to multiple devices. When the device screen/pc webpage size changes, the page layout (not the element/text size) will be changed automatically. There

0

Flex

flex layout features Traditional layout: good compatibility, cumbersome layout, limited, cannot be well laid out on the mobile side. flex is a one-dimensional layout. Flex flexible layout: easy to o

0

CSS skills 2

Variable Variables are defined with --, referenced with var(--varName), and can be accessed by JS. 123:root { //declare in the top root of css--variables and assign values --logo-size:60px;

0

CSS skills 1

Web site folder directory design index.html src > style.css src > script.js src > assets > video >videos && src > assets > images > svgs Resource Site Videos a