Tag: CSS
-
Post Views: 17 Recently, I have begun to seriously think about the commercialization of technical blogs. For the past ten years, I have used blogs as technical notes and knowledge precipitation tools, mainly to record practical experience in PHP, GO, Linux, MySQL, WordPress and so on. With changes in search traffic, the impact of AI on search behavior, and adjustments…
-
Post Views: 15 When I was adjusting my blog recently, I found a small but affecting reading experience. My blog is using WordPress Twenty Twenty-Five theme. By default, the difference between the links in the body and the normal text is not obvious. For example in an article, I quoted the previous article: Minimalist Remote Job Search Board: 10 websites…
-
Post Views: 24 1. When the same CSS file (its ETag is equal), the response-type of its response is equal to text/CSS, the web interface is normal. as shown in Figure 1 2. When the same CSS file (its ETag is equal), the response-type of its response is equal to text/plain; charset=utf-8, the web interface is confused. as shown in…
-
Post Views: 16 1. Use npm to install the less compiler, check the npm version, as shown in Figure 1 npm -v 2. Install the Less compiler globally, run npm in phpstorm, select file, and open settings, as shown in Figure 2 3. Click Node.js and npm under “Language and Framework”, and on the opened Node.js and npm page, pack…
