In the past, although I often heard people say CSS, I have never used it again.
Now I want to move my blog here. I don't have to worry about it. There are too few templates and it's hard to find a slightly satisfactory one. The classification page is not set, and the text font is too small.
So I had to study it myself. Thank you for your help.
After half an afternoon's research, let's just make it a little small ~~~
First, CSS is the embodiment of object-oriented programming methods in terms of design purpose and principle. It abstracts the display modes of different controls on the page into different classes, for example, the format of all tables is abstracted as tablebody and placed in CSS for unified settings.
Second, CSS is a struct or a simple class in terms of shape, which is used to store display properties on the interface. In a CSS file, all you need to do is assign values to the attributes contained in these struct. The display mode is determined by the CSS class attributes.
Finally, I checked the CSS attributes. A website is very good and can be automatically generated to save trouble.
Http://tool.webmasterhome.cn/CssDesigner.asp