First on the effect map, there are two kinds,
This is to use transform to change the size and zoom
This is to change the size of the text to zoom, which will cause typographic changes
When using transform, you can obviously feel more stuck than when you use changing the size of the text, and the larger the browser window, the more obvious the s ...
Posted by bolter on Mon, 23 May 2022 02:38:34 +0300
[1. Project Background]
In real life, we often encounter color matching problems, at this time go to Baidu RGB table. The RGB table, on the other hand, only provides RGB values relative to the color, and no modules can be validated.
We can use jquery mobile to design the color picker and get the color values we want. You can also validate the c ...
Posted by LiLaaron on Sun, 22 May 2022 23:06:18 +0300
Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it
preface
Tip: Here you can add the general contents to be recorded in this article:
https://www.bilibili.com/video/BV14J4114768?p=61&spm_id_from=pageDriver
Tip: the following is ...
Posted by podarum on Sun, 22 May 2022 04:58:44 +0300
1, Basic properties of CSS 2
1. Table attributes
Attribute name
purpose
Value
border-collapse
Sets or retrieves whether the edges of rows and cells of a table are merged or independent.
separate: border independent
collapse: adjacent edges are merged
border-sp ...
Posted by Hades666 on Sat, 21 May 2022 08:16:11 +0300
DOM manipulation of CSS
Read and modify inline styles
1. Use the style attribute to manipulate the inline style of an element
- Read inline styles:
Syntax: element.style.style name
- example:
element.style.width
element.style.height
- Note: if the style name has-,you need to change the style name to camel case
Will-remove, ...
Posted by Duje_KH on Thu, 19 May 2022 03:17:02 +0300
CSS boost
The box model
1. Introduction to the box model
Box Model All HTML elements can be thought of as boxes. In CSS, the term "box model" is used for design and layout. Box Model Contains Contents The CSS box model is essentially a box that encapsulates surrounding HTML elements, it includes: margins, borders, padding, and actu ...
Posted by alex3 on Tue, 17 May 2022 09:56:41 +0300
1,canvas
canvas is h5 a new tag added, so it may not be compatible in the lower version of ie.Canvas is a canvas, which can draw graphics freely.canvas is a native js object and jq is not recommended
2. Basic use and introduction of canvas
1. Foundation use
Use the canvas tag to add width and height attributes
The canvas tag is an inline t ...
Posted by logging on Tue, 17 May 2022 04:53:11 +0300
Mobile terminal adaptation scheme
Adaptation scheme of mobile terminal:
flex + rem units have the most adaptation effects (such as Taobao and Xiaomi mobile terminals) in the current marketflex + viewport width /vh unit is a new trend for adaptation effect (such as mobile terminal of station B)
Let flex make the layout (box placement), and ...
Posted by Immyphp on Tue, 17 May 2022 02:15:26 +0300
CSS world reading notes:
For the language CSS, the difference between learning 80 points in 3 years and 90 points in 10 years is actually limited. When you remove the veil in front of you and take a closer look, you will find that what is missing is not the front-end, but excellent, qualified and technologically in-depth front-end develope ...
Posted by chyan on Sat, 14 May 2022 15:44:08 +0300