In this section, we talk about text styles, such as setting text color, indenting the first line, horizontal alignment, etc., and setting the page layout.
The text attributes to be learned are as follows:
attribute
describe
color
Set text color
text-index
Sets the indentation of the first line of text
text-align
Set horizontal alignmen ...
Posted by smbkgeo1983 on Sat, 14 May 2022 11:09:25 +0300
web layout
web layout Web page layout can be understood as typesetting, there are many tools that can be used for typesetting, such as world PPT, ps and many other software Web typography refers to the elements we want to display on the browser using a specific format to display
There are three ways of web layout/typesetting
standard stre ...
Posted by karan23424 on Sat, 14 May 2022 10:49:31 +0300
Know browser
component
It's possible that when we talk about the components, the partners are directly confused. To be frank, don't be afraid, there are more confused people behind!
The composition is divided into two parts: shell and kernel (the kernel is the core part, which represents the technical means used by the browser, and the she ...
Posted by xbase on Fri, 13 May 2022 15:22:54 +0300
Rotation chart: automatic rotation + click the corresponding point to switch + next + menu navigation Let's talk about the idea first, and then the code:
First take the overall HTML layout, first rotate the map, and then click the corresponding small circle to jump to the previous one and the next one. Then the layout of the left menu bar, th ...
Posted by bluntster on Fri, 13 May 2022 14:33:24 +0300
Yin and Yang is a simple and broad concept of ancient Chinese philosophy. It is difficult to form whether they are born or not, long and short, and high and low. This is the binary invented by our great ancestors, so programmers should learn and understand it more.
Effect preview
Press the "click preview" button on the right to previ ...
Posted by ringartdesign on Thu, 12 May 2022 21:30:13 +0300
Author: dmitripavlutinTranslator: front end XiaozhiSource: dmitripavlutinThere are dreams and dry goods. Wechat search [Daqian world] pays attention to this dish washing wisdom who is still washing dishes in the early morning.This article GitHub https://github.com/qq449245884/xiaozhi It has been included. There are complete test sites, materia ...
Posted by pipeten on Thu, 12 May 2022 02:36:39 +0300
1. Head setting
1. Set the whole height of the head. 2. The logo module floats to the left, adds pictures to the logo part, and makes the picture position appropriate by setting the width and height of the picture, the left outer margin and the upper outer margin. 3. The banner module has floating. Add content through the ul li tag, set t ...
Posted by Altairzq on Mon, 09 May 2022 23:01:30 +0300
References
Example of mermiad drawing
Flowchart flowchart syntax description
Sequence diagrams syntax description
Class diagrams - class diagrams syntax description
Syntax description of State diagrams
Entity Relationship Diagrams syntax description
User Journey Diagram - syntax description of User Journey Diagram
Gantt chart Gantt ...
Objectives: 1. What is css? 2. What is the relationship between css and html? 3. Three forms of css?
Style sheet features
Priority algorithm and sorting
1. What is css?
1,English name: Cascading Style Sheets
Chinese Name: cascading style sheet, also known as cascading style sheet, referred to as style sheet
2,be used for HTML Style defi ...
Posted by mr_armageddon on Sat, 07 May 2022 20:24:35 +0300
Turned a lot of posts, and finally based on https://blog.csdn.net/zhangtff/article/details/89458797 The article uses css to draw the eight direction button wheel used to control the camera and so on, which is recorded here. The effect picture is roughly as shown in the figure below. The pictures used have not been found for art work, so I just ...
Posted by st0rmer on Fri, 06 May 2022 22:51:25 +0300