❤ Glass login form using HTML and CSS (including free and complete source code) ❤ ️

Jump straight to the end Get the complete source code In this article, I'll show you how to use HTML and CSS code to create Glass login form . You can convert any simple design into a glass design. To do this, you only need to change the code a little. First, use background color semi transparent, such as RGBA (255255255,0.13). Secondly, ...

Added by warrior rabbit on Mon, 20 Sep 2021 19:36:31 +0300

js realizes the examination of adding, deleting and changing students'system

Catalog thinking 1. Layout 2. Get objects and traverse arrays 3. Implementing Additional Functions 4. Implement Deletion Function 5. Implementing Modification Functions 6. Move up and down 7. Implementing Fuzzy Query thinking First, I think it's easy to understand. First, we create an array and put some object data in it. Then we g ...

Added by freshclearh2o on Mon, 20 Sep 2021 18:53:02 +0300

canvas Drag Graphic Effect Implementation

Foreword: Recently, I have some interest in canvas. I was naturally curious about this kind of visual thing, so I invested some time to play. I realized a canvas-based graphics dragging effect by imitating a case on the Internet. I mainly learned their ideas, the code is partly self-implemented, so I walked some pits of canvas. Canvas Graphics ...

Added by dookie on Mon, 20 Sep 2021 10:09:54 +0300

CSS Advanced Structure and Layout

CSS Advanced (6) Structure and Layout 1. Adaptive internal elements Solution CSS Internal and External Size Models: http://w3.org/TR/css3-sizing The new keyword for the width and height attributes: min-content, which resolves to the width of the largest non-breakable element inside the container (that is, the widest word, picture, or bo ...

Added by ERuiz on Sun, 19 Sep 2021 18:41:14 +0300

Sorting and sharing of Javascript object methods commonly used in java development

Javascript object methods are properties that contain built-in function definitions to effectively process and obtain information from a single object. Syntax: ObjectName.methodName() In this article, we will discuss the seven most commonly used object methods in Javascript, which will help you use object prototypes more easily! 1, Object.is ...

Added by sunnyvatsal on Sun, 19 Sep 2021 17:02:10 +0300

Java Web knowledge point learning tutorial, HTML and JavaScript quick start method

Introduction to HTML and javascript 1. HTML HTML is a hypertext markup language (Hypertext Markup Language), which is a tool for static page layout. We know that a web page usually consists of three parts: structure, style and behavior html In fact, it is the markup language that determines the structure of a web page. The style is the so-ca ...

Added by cdhames on Sun, 19 Sep 2021 12:36:24 +0300

day03 dark horse headline PC

###01 - feedback 02 review Scientific Internet access [the external chain picture transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-bSNxHjGn-1631678760356)(docs/media/1566714959699.png)] When you need to get dom elements, get instances of other groups ...

Added by NFWriter on Sat, 18 Sep 2021 14:42:07 +0300

Fundamentals of Web Development: CSS

Asdsscss is a set of extended style standards formulated by W3C association to make up for the deficiency of HTML in display attribute setting. Its full name is Cascading Style Sheet. CSS standard redefines the original text display style in HTML and adds some new concepts, such as class and layer, which can overlap and locate text. Before CSS ...

Added by sapoxgn on Sun, 12 Sep 2021 09:06:32 +0300

Learning Notes for the Vue Development Course in Tangjinzhou (Basic)

Simple Vue Program Create a new html file in vscode and enter html5 code for quick generation: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> </ ...

Added by tapupartforpres on Sat, 11 Sep 2021 02:42:03 +0300

Adaptation of mobile version of financial data platform

     After receiving the task to do bjfindata mobile version adaptation, I was confused at first. After consulting Baidu, I had some inspiration. Now the more common way is to use flexible  . js performs equal scaling on the web page, but this method is not feasible because the computer version is a horizontal version o ...

Added by rwwd on Fri, 10 Sep 2021 13:08:17 +0300