Untuk mencipta fail CSS baharu dalam WebStorm: Buka struktur projek, klik kanan "Baharu" > "Fail CSS" dalam folder sasaran. Masukkan nama fail, pilih templat pratetap, pengekodan, sama ada untuk memasukkan tajuk fail dan klik "Buat".
Cara mencipta fail CSS baharu dalam WebStorm
Langkah-langkah untuk mencipta fail CSS baharu:
Pilihan lanjutan:
/* * CSS Reset * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */ /* Box sizing rules */ *, *::before, *::after { box-sizing: border-box; } /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ ul[role="list"], ol[role="list"] { list-style: none; } /* Fix margins for blockquote elements in IE 11+ */ blockquote { margin: 0; } /* Normalize line height for headings 1 to 6 in Chrome, Firefox, and Safari */ h1, h2, h3, h4, h5, h6 { line-height: 1.2; } /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { * { animation-duration: 0ms !important; animation-iteration-count: 1 !important; transition-duration: 0ms !important; scroll-behavior: auto !important; } }
Atas ialah kandungan terperinci Bagaimana untuk mencipta fail css baharu dalam webstorm. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!