After I put all the css code in a folder, the border becomes like this. How can I solve it?
山月
山月 2018-03-09 09:33:56
0
3
1485

05d8258c4982c5cada6ef48102af360.png

山月
山月

reply all(1)
猪哥

Learn HTML + css well. It’s not easy to answer this Q&A unless I can help you read it remotely

  • reply After looking at it again, I found that it was because *{border:0px; padding:0px; margin:0px; font-size:14px;}. I would like to ask how to change this code to make the page border reasonable? Because I want to put all the css in one file, which is more convenient, otherwise I have to prepare two css files.
    山月 author 2018-03-09 11:13:35
  • reply *{} is placed at the front, and the following ones cover the new features in turn; in actual development, the same web page css, the reference file is also at the top, and the unique css of the web page is placed at the bottom, used to override the default value
    MrSwan author 2018-03-18 10:49:43
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!