[front end nanny level notes] super detailed CSS notes!!! (produced by Xiaobai)

Writing rules for inline styles Any label [container, text] can add an inline style. The above writing method and writing position are called inline style.Remember to add a semicolon after each style. <div style="color: blueviolet;">Good morning</div> <p style="color: coral;">Okay, okay</p> <a style="color: dar ...

Posted by Aeiri on Tue, 23 Nov 2021 14:52:50 -0800

CSS mask to achieve the effect of mouse following hollowing out

I happened to see such a problem in a thought, How to make part of a div transparent and other parts blurred? Finally, the effect is as followsFurthermore, it can also realize the hollowing effect of any shapeThe place where the mouse passes is clearly visible, and other places are blurred.It may be impossible to start at the beginning. Don't w ...

Posted by jack bro on Sun, 21 Nov 2021 21:34:20 -0800

Summary of mathematical statistical confidence intervals

A single normal population Two normal populations three   Interval estimation of (0-1) parameters one   A normal population                           The values here are the upper alpah quantile Parameters to be estimatedOther parametersDistribution of pivot amountBilater ...

Posted by TonyB on Sun, 21 Nov 2021 18:37:18 -0800

Responsive layout

Responsive Web Design-   Viewport Responsive layout is that a website can be compatible with multiple terminals - rather than making a specific version for each terminal. advantage:   Strong flexibility in the face of different resolution devices It can quickly solve the problem of multi device display adaptation Disadvantages: & ...

Posted by hasjem on Sun, 21 Nov 2021 17:26:58 -0800

Bootstrap 4 --- network system, image shape, rotation, rolling monitoring, multimedia object, drop-down menu navigation and buttons

Bootstrap4 1. Network system rule The screen can be divided into 12 columns at most (the sum of the numbers in the same row should be 12) Use rows to create horizontal column groups In order to automatically set the outer and inner margins, each row of the grid needs to be placed in a container with the. Container (fixed width) or. Conta ...

Posted by Squiggles on Sat, 20 Nov 2021 10:32:17 -0800

Front end - html, css, elastic box model

Elastic box model 1. Comparison between traditional layout and flex layout Traditional layout The traditional layout relies on display, float and position to complete the layout, However, some special layouts are inconvenient flex layout Convenient operation, simple layout and wide use of mobile terminal pc browser support is poor IE11 ...

Posted by TLawrence on Fri, 19 Nov 2021 10:13:26 -0800

Introduction to applet Progress component

Introduction to applet Progress component Official documents progress bar. The length unit of component attribute is px by default, 2.4.0 Incoming units (rpx/px) are supported. attribute All visible components of the applet can bind the tap event bindmap, even if it is not indicated in the attribute. If the Boolean attribute in th ...

Posted by IronCannibal on Wed, 17 Nov 2021 05:34:24 -0800

flex layout principles

flex yes flexible Box Abbreviation for Flexible Layout, Used to provide maximum flexibility for box models, any container can be specified flex Layout. When the parent box is set to the flex layout, the float, clear, and vertical attributes of the child elements become invalidScalable Layout=Elastic Layout=Scalable Box Layout=Elastic Box Layo ...

Posted by jake2891 on Fri, 12 Nov 2021 13:03:31 -0800

Vue3 animation and source code analysis

Vue3 animation and source code analysis 1. How does Vue implement animation In Vue, animation is mainly displayed through the built-in component < transition > < / transition > provided by Vue. 2. Use 1. Wrap a single element or component <template> <div> <button @click="isShow = !isShow">toggle</bu ...

Posted by garmann on Fri, 12 Nov 2021 10:39:47 -0800

3D shuttle effect? Easy to handle with CSS

backgroundI habitually log in to Apex at home at the weekend and prepare to play some games. In the process of landing the accelerator, it was found that the accelerator expired.I have been using Tencent online game accelerator, but click the recharge button to prompt that the client has been upgraded recently and does not support recharge (thi ...

Posted by doni49 on Tue, 09 Nov 2021 21:56:50 -0800