Note sorting source: station B up master dark horse programmer Station B dark horse programmer quick start vue front end
Suitable for beginners Vue js, This article is advanced The basic part includes the Vue foundation and local application links in the course This paper is an advanced chapter, including network application and comprehensiv ...
Posted by gregtel on Thu, 05 May 2022 04:57:52 +0300
1. Rounded border
In CSS3, the rounded border style is added, so that the box can be rounded.
The border radius property is used to set the outer border fillet of the element.
Syntax: border-radius: length;
Parameter values can be numeric or percentage
This attribute is a shorthand attribute, which can be followed by four val ...
Posted by brandon on Wed, 04 May 2022 23:04:09 +0300
Welcome~
1. Multiple styles
If some attributes are defined by the same selector in different style sheets, the attribute values will be inherited from the more specific style sheet.
For example, an external style sheet has three properties for h3 selectors:
The internal style sheet has two properties for h3 selectors:
h3 { col ...
Posted by arkleyjoe on Tue, 03 May 2022 07:05:59 +0300
1. Overview of Canvas
Canvas draws 2D graphics on Web pages through JavaScript. Canvas is rendered pixel by pixel. Developers can draw arbitrarily through JavaScript scripts. There are several ways to use canvas elements to draw paths, rectangles, circles, characters, and add images.In Canvas, once the drawing is completed, it will not con ...
Posted by ArmanIc on Tue, 03 May 2022 04:54:21 +0300
1, Introduction
Web page layout is very important for a front-end developer. Mastering layout knowledge will help us better realize the design and development of CSS interface. Layout is the arrangement of elements in a limited space. Because the page design does not scroll horizontally and extends infinitely vertically, the layout discussed mo ...
Posted by Arenlor on Mon, 02 May 2022 22:24:50 +0300
1, What is CSS
HTML only describes the skeleton structure and content of the page. CSS can describe the style of the page and further beautify the page Cascading style sheets CSS can accurately control the layout of the element position in the web page at the pixel level, realize the effect of beautifying the page, and separate the style ...
Posted by phanh on Mon, 02 May 2022 16:42:14 +0300
Understanding of visualization: visualization is the theory, method and technology of organizing data into a structure that is easy to be understood and recognized by people, and then presenting it in the form of graphics.
There are four ways to achieve visualization:
1,html+css
Some simple charts can be implemented with html and css.
Advan ...
Posted by tiagofrancis on Sun, 01 May 2022 20:50:09 +0300
HTML doby tag
Modify style labels:
The old style (almost won't be used):
br label
#1. < br > line feed
I'm handsome Egon teacher
<br>
hr split line
#2. < HR > split line
<b> Bold
#3. < b > bold
<b>On selfie, I kill the universe</b>
font modify text size and color
#4. ...
Posted by michaeru on Sun, 01 May 2022 14:01:29 +0300
Last
Interesting problems encountered in Vue & Vue cli 3.0 project
1, How to set global variables in a project
Application background: when we are working on a project, we set a global variable. It is very convenient to directly reference and modify the global variable where it needs to be used. Recently, when the blogger project requ ...
Posted by badal on Sun, 01 May 2022 12:07:39 +0300
Skip reading is not recommended! This article will introduce how to implement a special effect from the beginning Occasionally, there are some css attributes interspersed in the middle, such as css3 or css attributes that are rarely touched at ordinary times
First take a look at the special effects of this issue:
Before introducing the sp ...
Posted by dotty on Sun, 01 May 2022 11:09:09 +0300