5 issues you should pay attention to when making a web page

5 issues you should pay attention to when making a web page
1. Color matching problem <br />A web page should not have more than 3 colors, otherwise the visual effect will be chaotic. Soft colors and strong contrast colors cannot be used on general websites, but can be used on fashion websites. Colors that are generally difficult to match are matched with grayscale.
2. Font issue <br />A very important issue is to use standard fonts and colors. This is a standard. The line spacing is generally controlled at around 20px. It should not be too small or too large. Pay attention to the size yourself. Chinese is 12px, and English is 11px or 10px. Don't use black text. Use grayscale or other soft colors to unify the color and size of the fonts on the entire web page and standardize the overall look.
3. Layout standards <br />Layout is very important. Consider customers’ browsing habits and the content they want to display, and optimize them. If the layout of a web page is unreasonable, it will not only affect browsing, but also look very ugly.
4. Make a habit
You must be very familiar with the functions of various websites, and be very comprehensive. For example, you must be very clear about what content a shopping mall’s website should have. Don’t wait for customers to ask before adding it, as this will make you appear very unprofessional.
5. Don’t ignore the details
The customer has a bad feeling about the website, but can't put it into words. It's probably a problem of detail processing. We carefully handle every pixel of the web page and strive for perfection.

<<:  MySQL uses SQL statements to modify table names

>>:  Detailed explanation of Kubernetes pod orchestration and lifecycle

Recommend

Detailed explanation of JavaScript axios installation and packaging case

1. Download the axios plugin cnpm install axios -...

Linux Check the installation location of the software simple method

1. Check the software installation path: There is...

Pure CSS to modify the browser scrollbar style example

Use CSS to modify the browser scroll bar style ::...

Use nginx to configure domain name-based virtual hosts

1. What is a virtual host? Virtual hosts use spec...

Tips for importing csv, excel or sql files into MySQL

1. Import csv file Use the following command: 1.m...

CSS3 gradient background compatibility issues

When we make a gradient background color, we will...

Vue implements a visual drag page editor

Table of contents Drag and drop implementation Dr...

Introduction to Royal Blue Color Matching for Web Design

Classical color combinations convey power and auth...

Node.js solves the problem of Chinese garbled characters in client request data

Node.js solves the problem of Chinese garbled cha...

Change the MySQL database engine to InnoDB

PS: I use PHPStudy2016 here 1. Stop MySQL during ...

Solution to the routing highlighting problem of Vue components

Preface Before, I used cache to highlight the rou...

Vue implements calling PC camera to take photos in real time

Vue calls the PC camera to take pictures in real ...