HTML5+CSS final assignment: Star home page website design - Luhan star (7 pages) with message and music form HTML+CSS+JavaScript student dreamweaver web page design assignment finished product

HTML5 final assignment: Star home page website design - Luhan star (7 pages) with message and music form HTML+CSS+JavaScript final assignment HTML code student web page course design final assignment Download Web page design and production finished product college students complete web page design source code HTML student dreamweaver web page d ...

Added by ramus on Fri, 15 Oct 2021 12:05:49 +0300

react component encapsulation: the box in the visual page gradually floats up

demand When sliding to the visual window, it gradually appears from bottom to topIt does not affect the layout structure of the internal boxHeight customization (delay time, sinking distance) Renderings (gif slower, actually faster): realization reflection For such requirements, since many parameters need to be filled with variables and t ...

Added by stoop on Fri, 15 Oct 2021 03:19:13 +0300

CSS learning notes

1 Introduction 1 css is the standard introduced by w3c 2 versions css1, css2, css3 3. What is CSS The web page is divided into three parts: structure(HTML) performance(CSS) behavior(JavaScript) CSS - Cascading style sheets - The web page is actually a multi-layer structure CSS You can style each l ...

Added by theironchef on Thu, 14 Oct 2021 06:25:31 +0300

Adaptation scheme of Vue+Echarts enterprise large screen project

After the company has done many large screen projects, there are many solutions for screen adaptation, such as media query, scale scaling, Rem, vw, etc. to be honest, but each solution has its own specific use scenarios. In the face of different projects, our first consideration is not which solution is the best, but the most appropriate. Af ...

Added by bal bal on Mon, 11 Oct 2021 04:43:30 +0300

vue project - personal information details

          At present, the gourmet hero project has reached the white hot stage. I feel that the more I write, the more energetic and interesting I write. For a developer, the happiest thing is to write some satisfactory results.         Today's sharing is connected to the previous personal informa ...

Added by Optimo on Fri, 08 Oct 2021 21:23:04 +0300

Introduction to CSS - positioning

What is positioning? location: Set the box in a certain position, so positioning is also placing the box, and move the box according to the positioning method Positioning = positioning mode + edge offset Location mode is used to specify how an element is located in the document. The edge offset determines the final position of the element. ...

Added by Spogliani on Fri, 08 Oct 2021 03:35:50 +0300

30000 words summary HTML + CSS, don't hurry to learn ✔ ️

HMTL + CSS 1. Advantages of div + CSS layout The code is simplified, the structure is separated from the style, and it is easy to maintainThe amount of code is reduced, a large amount of bandwidth is reduced, the page loads faster, and the user experience is improvedIt is more friendly to SEO search engine, and H5 has added many semantic ta ...

Added by jmut on Wed, 06 Oct 2021 22:06:59 +0300

Web learning day 8

Yesterday's national day, a day off, no update, continue today. First, let's talk about the page mentioned last time. It's done. Wuhu: HTML code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" type="text/css" href="index.css"/> & ...

Added by lisa3711 on Sun, 03 Oct 2021 00:47:49 +0300

[front end learning notes] CSS basic notes 02

1, CSS three features CSS has three characteristics: cascading, inheritance and priority. Lamination Under the same selector Style conflict: proximity override. Styles do not conflict: does not affect. <style> div { color: red; font-size: 12px; } div { /* The text color is ove ...

Added by systemick on Sat, 02 Oct 2021 20:56:05 +0300

BFC, height collapse and outer margin overlap of CSS

BFC Block Formatting Context (BFC) is a part of the visual CSS rendering of Web pages. It is the area where the layout process of block boxes occurs and where floating elements interact with other elements. In other words, elements with BFC characteristics can be regarded as isolated independent containers. The elements in the container wil ...

Added by dkjariwala on Sat, 02 Oct 2021 00:57:00 +0300