Front end learning - Advanced Css

Front end learning - Advanced Css Use the front-end introductory course of Duyi to learn. The learning notes are recorded here below. I hope my front-end learning road is smooth. Development platform: HBulider X. Learning video: an introduction to the front end. Reference content: rookie tutorial. 1, css habits 1.1 function before sele ...

Added by phice on Fri, 07 Jan 2022 16:47:20 +0200

Film theme website design -- imitation 360 film and television website (1 page) HTML+CSS+JavaScript student DW web page design homework finished web course design web page planning and design

HTML5 final assignment: movie theme website design - imitation 360 film and television website (1 page) HTML+CSS+JavaScript student DW web page design assignment finished web course design web page planning and design computer completed web page design source code Common web design topics include individuals, food, companies, schools, touri ...

Added by robin on Thu, 06 Jan 2022 05:24:36 +0200

[Vue] transition makes your v-if and v-show have a beautiful transition and animation

[Vue] transition makes your v-if and v-show have a beautiful transition and animation Blog description Part of the information involved in the article comes from the Internet. Of course, there are my own personal summaries and opinions. The purpose of sharing is to build a community and consolidate myself. If there is infringement on the c ...

Added by dtasman7 on Wed, 05 Jan 2022 22:09:10 +0200

30, Display and hiding of elements

Similar website advertisements disappear when we click close, but we refresh the page and will reappear! Essence: Give Way one individual element elemen ...

Added by ianhull on Wed, 05 Jan 2022 19:23:24 +0200

jQuery self study notes

1, Selector for JQuery 1.1 basic selector nameusagedescribeid selector$('#id');Gets the element with the specified IDClass selector $('.class');Get elements of the same classtag chooser $('div');Gets all elements of the same class of labelsUnion selector$('div,p,li');Use commas to separate as long as one of the conditions is metIntersecti ...

Added by dfarrar on Wed, 05 Jan 2022 15:16:23 +0200

Vue3 - kick off setup

Compare vue2 0, Vue3 is most different in that data() becomes setup() setup is a new configuration item in Vue3. The value is a function The data and methods used in the component shall be configured in setup There are two return values of the setup function: 1. If you want to return an object, the properties, methods and in the object can ...

Added by ashwood on Tue, 04 Jan 2022 23:06:45 +0200

Web design finished product DW static web page Html5 responsive css3 -- responsive game website (24 pages) HTML+CSS+JavaScript discussion on making online game web pages

HTML5 final assignment: game website design - responsive game website (24 pages) HTML+CSS+JavaScript discussion on making online game web pages Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, log ...

Added by jl on Tue, 04 Jan 2022 21:06:17 +0200

Grid layout

layout What is layout Layout is to divide the pages into pieces according to their own ideals, arrange them in order, and save them for the contents Several ways of layout Table layout (not commonly used now)div+position+float layoutgrid layout (generally responsible for comparing regular pages)flex layout (generally applicable to the la ...

Added by adam1984 on Tue, 04 Jan 2022 18:00:38 +0200

An article takes you easy to get started

I Introduction to JavaScript (1) Why learn JavaScript. A. HTML+CSS can only have static pages, but there is no dynamic effect. B. JS can verify form data. C. Switch TAB menu. D. Switching of background pictures. E. JS game development. (2) JS concept Literal translation: without compilation, the browser kernel can directly interpret and exe ...

Added by sONOCOOLO on Tue, 04 Jan 2022 17:27:30 +0200

Learn Flex layout again in 2022

1, Introduction Last week, I interviewed a little partner who graduated from a certain training institution to apply for the position of front-end engineer. The resume said that he was proficient in html5+css3, and could write the rotation chart, navigation bar and so on. The first impression was good. During the interview, I asked s ...

Added by FraXTC on Tue, 04 Jan 2022 16:14:41 +0200