When using CSS to write the registration page, we found that the editing effect is not effective
Project scenario: learning the combination of CSS and HTML Problem Description: in HTML writing, the text effect is not effective
Project scenario: learning the combination of CSS and HTML
tip: here is a brief introduction of the background of the project: when learning the combination of CSS and HTML recently, I encountered a problem that I don’t know how to describe in the process of writing the registration page
font>
Problem Description: in HTML writing, the text effect is not effective
Receiving data code in idea:
.rg_left > p :first-child{
color: #FFD026;
font-size: 20px;
}
.rg_left > p:last-child{
color: #A6A6A6;
font-size: 20px;
}
font> you can’t add a space between P and colon. Although you won’t report an error, the effect displayed on the web page doesn’t take effect. At first, I thought it was Google’s problem. Later, after constant attempts, I solved the problem
Carefully check whether there are spaces in the syntax during the code writing process. Although idea will not report errors, the final implementation effect will be inconsistent with the plan
Read More:
- Why do we not need to write implementation classes in mybatis to get the objects we need
- Android’s viewpager slides to determine whether the current stop page is the last page
- JavaScript / JS native dynamic introduction of external CSS files and dynamic insertion of CSS code fragments
- Spring boot does not take effect when using @ size to verify a single set parameter of the control layer
- Solution to unbalanced load of multiple cards (GPU’s 0 card is too high) in Python model training (simple and effective)
- The requested page cannot be accessed because the related configuration data for the page is invalid
- The icon on the layui page is not displayed, and an error message is reported: Failed to decode downloaded font …..
- Idea has installed markdown, open it or will not show preview effect
- When we crawl to the HTTPS website, the SSL certificate error is solved
- Multi-object editing not supported error resolution
- In thinkphp5, we encountered the problem of class’ phpoffice / phpspredsheet / spreadsheet ‘not found
- Latex sets page margin, page size, page margin and geometry macro package
- HTTP Error 404.2 – Not Found “The page you are requesting cannot be served because of the ISAPI and
- Python bug: cannot install ‘Django’. It is a distutils installed project and thus we cannot
- In idea, @ slf4j is used to report an error, but log is not found
- Could not write JSON: write javaBean error, fastjson version x.x.x, class
- Nginx reports 502 error, log connect() failed (111: Connection refused) while connecting to upstream. A personal effective solution
- CSS: several ways to center the box vertically and horizontally
- Error 1406: could not write value installpath to key
- After Vue is packaged, a blank page appears, an error is reported in the resource request, and there is no error handling scheme