[learning notes] basic JavaScript
preface
If you want to do well, you must first sharpen your tools. In order to improve development efficiency, VScode is selected.
Management - Settings - common settings - font Consolas, 'Microsoft YaHei Light', monospace Chinese vscade Prettier formatting code (indented 2 cells) Auto Rename Tag synchronously modifies tags CSS support f ...
Posted by Braveheartt on Sat, 18 Dec 2021 19:34:58 +0100
HTML5 final assignment: chess and card game website design - chess and card game (8 pages) HTML+CSS+JavaScript web assignment static page
HTML5 final assignment: chess and card game website design - chess and card game (8 pages) HTML+CSS+JavaScript web assignment static page
Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, logistics ...
Posted by kristianblom on Sat, 18 Dec 2021 18:18:17 +0100
Educator CSS3 selector - property selector
CSS3 selector - property selector
Level 1: CSS3 - related concepts of property selector
Customs clearance knowledge
1,Of the following options, the attribute selector is( C)
A,div>span{color:red;}
B,#box{color:red;}
C,span[id]{color:red;}
D,span{color:red;}
2,The style rules are as follows:
p[class $= en]{font-weight:bold;}
The style ...
Posted by franko75 on Sat, 18 Dec 2021 17:19:18 +0100
CSS3 to achieve animation effect
How to achieve dynamic effects with only HTML and CSS?
As for animation, it is well known that JavaScript and Flash are the mainstream of animation. Although the transition of CSS3 is not as professional as the first two, it is precisely because CSS3 processes less data that its transition is smoother than dove.
Today let's look at:
1, Trans ...
Posted by stevieontario on Sat, 18 Dec 2021 00:30:10 +0100
Build the blind date source code to switch between the application page and the details page
preface
In the blind date source code, the elements of the list are consistent with the contents of the details. At this time, using Hero animation to switch to the details will feel a seamless transition and the user experience will be better.
thinking
The above effect is that the list and details share the background color of the avatar an ...
Posted by Mad Mick on Fri, 17 Dec 2021 15:32:29 +0100
HTML5 final assignment: cake dessert website design - cake dessert store (11 pages) HTML+CSS+JavaScript HTML web page design about delicious dessert
HTML5 final assignment: cake dessert website design - cake dessert store (11 pages) HTML+CSS+JavaScript HTML web page design about delicious dessert
Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics ...
Posted by raytri on Fri, 17 Dec 2021 11:41:36 +0100
HTML5 final assignment: Nanjing Tourism Website Design - ancient capital of Six Dynasties - Nanjing Tourism (10 pages) HTML+CSS+JavaScript travel theme Resort Hotel planned travel website design
HTML5 final assignment: Nanjing Tourism Website Design - ancient capital of Six Dynasties - Nanjing Tourism (10 pages) HTML+CSS+JavaScript travel theme Resort Hotel planned travel website design
Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, ...
Posted by danc81 on Fri, 17 Dec 2021 09:28:50 +0100
HTML5 final assignment: Seafood catering website design - Seafood catering website (1 page) seafood web page design and production simple static HTML web page work my finished food web page assignment
HTML5 final assignment: Seafood catering website design - Seafood catering website (1 page) seafood web page design and production simple static HTML web page work my finished food web page assignment
Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, ...
Posted by bouncer on Fri, 17 Dec 2021 07:52:55 +0100
Front end development skills
1. Use CSS penetration to override the default style
Common occurrence scenario: if we need to upload files through input, type = "file", and the default style of this input can be said to be very ugly. So we want to cover it with the same size and position as the input through a picture. At this time, obviously, if you click the pic ...
Posted by woobarb on Thu, 16 Dec 2021 03:47:03 +0100
tab summary of ceiling problems
preface
Recently, I have encountered the problem of tab ceiling several times due to the tasks I handle. In fact, it is not difficult to implement tab ceiling, but tab ceiling often appears together with tab switching. I'm good at cooking and have a bad memory, so record it, hahaha!
1, Implementation of tab ceiling
tab ceiling can be realize ...
Posted by virtualdevl on Tue, 14 Dec 2021 04:48:20 +0100