[CSS3 of front-end tutorial series] 07_CSS3 2D conversion, transition, keyframe animation

CSS3 video through train from getting started to mastering:         CSS3 from entry to mastery, super many case practice, easy to start and easy to understand! 1, CSS3 2D and 3D conversion          CSS3 transformations can move, scale, rotate, elongate, or stretch elements. How does it work?  &n ...

Added by Shendemiar on Tue, 30 Nov 2021 07:30:52 +0200

HTML5 final assignment: Tencent game website design - Tencent game official website (13 pages) HTML+CSS+JavaScript web page design and development

HTML5 final assignment: Tencent game website design - Tencent game official website (13 pages) HTML+CSS+JavaScript web page design and development Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animation, stars, clothing, sports, cosmetics, ...

Added by Whack on Mon, 29 Nov 2021 12:17:12 +0200

Bootstrap 4 -- jumbotron (large screen), information prompt box, button and pagination related knowledge points summary

1, Jumbotron (large screen) 1. Add the. Jumbotron class to the < div > element to create a jumbotron 2. To create a full screen without rounded corners, you can add. container or. container fluid classes to the div in the. Jumbotron fluid class. For example: <div class="jumbotron jumbotron-fluid"> <div class="container"> ...

Added by gersh on Sat, 20 Nov 2021 03:47:50 +0200

flex flexible layout knowledge points

preface Study hard and remember these attributes, which will be of great use in the future. Tip: the following is the main content of this article. The following cases can be used for reference 1, flex flexible layout Layout principle: Flex is the abbreviation of flexible Box, which means "elastic layout". It is used to pr ...

Added by deezin on Sat, 06 Nov 2021 13:15:34 +0200

Block, div model, css border, selector, some css attributes

Block: HTML statements can be divided into inline, block and inline block; Single, double; Inline element: not exclusive to one line (feature) <span style="background-color:#dadada"><span style="color:#1f0909"> <span style="color:#117700"><</span><span style="color:#117700">span</span><span style= ...

Added by samUK on Fri, 05 Nov 2021 23:14:57 +0200

css to achieve radio box effect

Effect view: 1, Build html page structure First, create a box in the html page to store buttons and text A large box is not enough. The span label is used to describe the text, and the i label is used to represent the dot in the middle of the radio box. These are covered with a small box, which is used to outline the frame of the radio box ...

Added by BulldogGC on Thu, 28 Oct 2021 03:31:05 +0300

CSS Basics - font and text property settings with notes

CSS - beautify web page elements - font and text properties Using CSS style to beautify web page text has the following significance. 1. Effective delivery of page information 2. Use CSS beautified page text to make the page beautiful and attractive to users 3. It can highlight the theme content of the page, so that users can see the main c ...

Added by supergrover1981 on Sat, 23 Oct 2021 03:53:58 +0300

HTML5 and CSS3 improve

1, New features of HTML5 1.1 new label : header label : navigation tab : content label : defines an area of the document : sidebar labels : tail label <body> <header>Header title</header> <nav>:Navigation tab</nav> <acticle>:Content label&l ...

Added by aruns on Fri, 24 Sep 2021 13:34:42 +0300

Fine javascript Design Mode (strategy mode)

I try to explain all aspects of the design pattern in the least amount of text and space.Full Text Connection Understanding Strategic Patterns Split the algorithm from the part calling it Let me give you an example: You want to travel to Sanya in many ways: by plane, by train, by car.These methods can all reach the destination, but the process ...

Added by ihcra on Mon, 22 Jun 2020 03:06:10 +0300

Jquery plug-ins (commonly used plug-in libraries)

With the end of Jquery knowledge points, I also began to touch the framework. At the beginning, I always hear the words "plug-in" and "framework". I wonder what's the difference between framework and plug-in? "?? There are countless plug-ins. Any function in a web page can be called a plug-in. It can be extracted separa ...

Added by sdlyr8 on Sat, 25 Apr 2020 20:18:05 +0300