<tt id="bmwiw"><b id="bmwiw"></b></tt>
  1. \n    
    \n\n\n\n

    From the code above, we're setting up a simple HTML wrapper for our project where the JavaScript will render content in the

    \n\n

    The main.js code should look something like this:
    \n<\/p>\n\n

    import \".\/style.css\";\n\ndocument.querySelector(\"#app\").innerHTML = `\n  
    \n

    \n\n\n\n

    This is where we use document.querySelector() to add content to the element we insert our content into using the id: #<\/p>\n\n

    And the style.css code should look something like this:
    \n<\/p>\n\n

    body {\n  font-family: 'Kyiv Sans';\n}\n\n@font-face {\n  font-family: 'Kyiv Sans';\n  src: url('\/font\/KyivTypeSans-VarGX.ttf');\n  font-weight: 0 1000;\n  font-display: swap;\n}\n\nh1 {\n  color: #bd0c0c;\n  height: 100vh;\n  display: grid;\n  place-content: center;\n  margin: 0;\n  text-align: center;\n}\n\n.variable-font {\n  font-family: 'Kyiv Sans';\n  font-size: 5rem;\n  line-height: 1.1;\n  font-weight: 100;\n  font-variation-settings:\n   'wght' 100, 'CONT' 250, 'MIDL' 0;\n  transition: font-variation-settings 500ms;  \n}\n\n.variable-font:hover {\n  font-weight: 1000;\n  font-variation-settings:\n    'wght' 1000, 'CONT' 250, 'MIDL' -1000;\n}\n<\/pre>\n\n\n\n

    ?? ? ???? ?? ?? ???? ??? ??? ?????.<\/p>\n\n

    ?? ?? ?? ??:<\/strong>
    \n<\/p>

    npm create vite@latest\n<\/pre>\n\n\n\n
      \n
    • \n??<\/strong>: ?? ??? ?? ??? 'Kyiv Sans'? ?????.<\/li>\n
    • \n??<\/strong>: ? ???? ???? ????? ?? ? ?? ?? ?? ??? ??? ? ??? ?????.<\/li>\n<\/ul>\n\n

      ??? ?? ?? ??:<\/strong>
      \n<\/p>\n\n

      npm run dev\n<\/pre>\n\n\n\n
        \n
      • \n??<\/strong>: @font-face ??? ???? ??? ?? ??? ??? ? ????.<\/li>\n
      • \n?? ??<\/strong>: ?? ??? 'Kyiv Sans'???.<\/li>\n
      • \n??<\/strong>: ?? ??? \/font\/KyivTypeSans-VarGX.ttf? ????.<\/li>\n
      • \n?? ?? ??<\/strong>: ? ??? 0?? 1000??? ?? ??? ???? ?? ?????.<\/li>\n
      • \n?? ??<\/strong>: ??? ???? ??? ?? ??? ??? ??? ?? ??? ???? ???? ?? ?????.<\/li>\n<\/ul>\n\n

        ??:
        \n\n\n
        \n\n  \n    \n    \n\n    Variable font<\/title>\n  <\/head>\n  <body>
        <h1><a href="http://ipnx.cn/">亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱</a></h1>\n    <div>\n\n\n\n<p>From the code above, we're setting up a simple HTML wrapper for our project where the JavaScript will render content in the <div>\n\n<p>The main.js code should look something like this:<br>\n<\/p>\n\n<pre>import \".\/style.css\";\n\ndocument.querySelector(\"#app\").innerHTML = `\n  <div>\n    <h1>\n\n\n\n<p>This is where we use document.querySelector() to add content to the element we insert our content into using the id: #<\/p>\n\n<p>And the style.css code should look something like this:<br>\n<\/p>\n\n<pre>body {\n  font-family: 'Kyiv Sans';\n}\n\n@font-face {\n  font-family: 'Kyiv Sans';\n  src: url('\/font\/KyivTypeSans-VarGX.ttf');\n  font-weight: 0 1000;\n  font-display: swap;\n}\n\nh1 {\n  color: #bd0c0c;\n  height: 100vh;\n  display: grid;\n  place-content: center;\n  margin: 0;\n  text-align: center;\n}\n\n.variable-font {\n  font-family: 'Kyiv Sans';\n  font-size: 5rem;\n  line-height: 1.1;\n  font-weight: 100;\n  font-variation-settings:\n   'wght' 100, 'CONT' 250, 'MIDL' 0;\n  transition: font-variation-settings 500ms;  \n}\n\n.variable-font:hover {\n  font-weight: 1000;\n  font-variation-settings:\n    'wght' 1000, 'CONT' 250, 'MIDL' -1000;\n}\n<\/pre>\n\n\n\n<ul>\n<li>\n<strong>??<\/strong>: ??? ??? ??? ??? #bd0c0c? ?????.<\/li>\n<li>\n<strong>??<\/strong>: ??? 100vh? ???? <h1> ??? ???? ?? ??? ?? ????.\n<\/pre><\/pre>\n<li>\n<strong>?????<\/strong>: ???? ?????? ???? ??? ??? ??? ? ????.<\/li>\n<li>\n<strong>??? ?? ??<\/strong>: place-content: center ???? ?? ? ?? ??? ?????.<\/li>\n<li>\n<strong>??<\/strong>: <h1> ??? ?? ??? ????? ??? 0?? ?????.<\/li>\n<li>\n<strong>??? ??<\/strong>: ???? ?? ??? ?????.<\/li>\n\n\n<p><strong>.variable-font ??? ??? ??:<\/strong><br>\n<\/p>\n\n<pre>body {\n  font-family: 'Kyiv Sans';\n}\n<\/pre>\n\n\n\n<ul>\n<li>\n<strong>???<\/strong>: ???? 'Kyiv Sans'? ?????.<\/li>\n<li>\n<strong>?? ??<\/strong>: ?? ??? 5rem(?? ??? ?? ?? ??)?? ?????.<\/li>\n<li>\n<strong>? ??<\/strong>: 1.1? ? ??? ??? ??? ?????.<\/li>\n<li>\n<strong>?? ??<\/strong>: ???? 100?? ?????.<\/li>\n<li>\n<strong>?? ?? ??<\/strong>: ?? ??? ?? ??? ?? ?? ??? ?????.\n\n<ul>\n<li>\n'wght'? ???(?? 100)? ?????.<\/li>\n<li>\n'CONT'? 'MIDL'? ? ??? ??? ?? ???, ???? ?? 250? 0?? ?????.<\/li>\n<\/ul>\n\n\n<\/li>\n\n<li>\n\n<strong>??<\/strong>: 500???? ?? ?? ?? ??? ???? ?????.<\/li>\n\n<\/ul>\n\n<p><strong>.variable-font? ?? ?? ?? ??:<\/strong><br>\n<\/p>\n<pre>npm create vite@latest\n<\/pre>\n\n\n\n<ul>\n<li>\n<strong>Font Weight on Hover<\/strong>: ?? ?? ???? ??? 1000?? ?????.<\/li>\n<li>\n<strong>??? ?? ?? ??<\/strong>: ?? ??? ??? ?? ???????.\n\n<ul>\n<li>\n'wght'? 1000??\n<\/li>\n<li>\n'CONT'? 250?? ?????.\n<\/li>\n<li>\n'MIDL'? -1000?? ?????.\n<\/li>\n<\/ul>\n\n\n<\/li>\n\n<li>\n\n<strong>??<\/strong>: ???? ??? ?? ???? ???? ????? ?????? ??? ??? ??? ?? ??? ???? ?????.<\/li>\n\n<\/ul>\n\n<p>????? ??? ?? ??? ?? ????.<br>\n<img src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/173372755661469.jpg\" alt=\"Variable Fonts for Dynamic Typography\"><\/p>\n<h2>\n  \n  \n  ?? ??? ???? ??? ?????? ???\n<\/h2>\n\n<p>??? ??? ??? ??? ??????? ????? ??? ??? ?? ??? ???? ??? ? ??? ???? ??? ???? ??????. ??? ? ?? ???? ?? ?? ?? ??? ??, ?? ? ??? ??? ?? ??? ????? ??? ? ?? ?? ???? ?????. ????? CSS ? ??? ??? ???? ??? ?? ??? ???? ???? ???? ?? ??? ???? ???? ????? ???? ????? ?? ???? ???? ?? ? ???? ? ? ????. ?? ?? ??? ?? ?? ?? ??? ??? ? ???? ???? ?? ?? ???? ???? ? ??? ??? ?????. ??? ???? ??? ??? ???? ?? ??? ?? ????? ??????. ?? ????? ????? ??? ??? ???? ? ?? ??? ?????? ??? ???? ? ???? ??? ? ????.<\/p>\n<h3>\n  \n  \n  ??? ??: ?? ?? ??? ??\n<\/h3>\n\n<p>??? ??? ??? ? ???? ???? ?? ?? ??? ?? ??? ???. ?? ??, ??, ???, ?? ? ??? ??? ??? ???? ????? ?? CSS ???? ??? ? ????. ??? ??? ????? ????? ???? ???? ????? ????? ???? ????? ??? ???? ??? ??? ??? ? ? ??? ?? ? ??? ???.<\/p>\n\n<p>??? ??? ?? ??? ?? ??? ?? ???? ???? ????? ???? ??? ????. ??? ??? ???? ????? ?? ??? ????, ??? ????? ????, ??? ??? ?? ?? ??? ???? ??? ?? ????. ?? ?? ?? ?? ??? ???? ??? ?? ??? ???? ?????.<\/p>\n\n<p>??? ??? ??? ?? ??? ?? ????? ???? ?? ??? ???? ?????. ??? ??? ???? ?? ??? ???? ?? ??, ?? ?? ? ?? CSS ??? ???? ?????. ?? ?? ??? ??? ?? ??? 768?? ??? ?? ??? ???? ????? ???? ? ? ??????? ?? ????? ????? ??? ? ????.<\/p>\n<p>??? ??? ? ???? ???? ???? ??? ??? ?????. ?? ????? ??? ??? ???? ?? ? ?? ??? ????? ??? ? ???? ??? ???? ???? ??? ??? ???? ? ??? ???. ???, ???, ??? ???? ????? ???? ?? ? ?????? ??? ???? ?? ??? ??? ??? ?? ??? ???.<\/p>\n\n<p>?:<br>\n<\/p>\n\n<pre>npm create vite@latest\n<\/pre>\n\n\n\n<p>? ???? ??? ??? ???? ?? ??? ?? ?? ?? ??? ?? ??? ??????. ?? ??? 600px? ??? ?? ?? ??? 3rem?? ?????. :hover ??? ?? ??? ? ?? ??? ?????. ??? 601px?? 1200px ??? ??? ?? ?? ??? ???? ??? ??? 4rem?? ?????. ??? 1201px ??? ??? ?? ?? ??? 5rem?? ?? ??? ?????.<br>\n??? ??? ??? ?? ??? ??? ?? ??? ?? ???? ??? ???? ???? ??? ??? ?????.<\/p>\n\n<p><img src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/173372755720318.jpg\" alt=\"Variable Fonts for Dynamic Typography\"><\/p>\n\n<p>? ???? ?? ??? ????????<\/p>\n\n<p><img src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/173372755876188.jpg\" alt=\"Variable Fonts for Dynamic Typography\"><\/p>\n\n<p>? ???? ?? ??? ????????<\/p>\n\n<p><img src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/173372755953201.jpg\" alt=\"Variable Fonts for Dynamic Typography\"><\/p>\n\n<p>? ???? ?? ??? ????????<\/p>\n<h3>\n  \n  \n  ??? ??: ????? ????? ???\n<\/h3>\n\n<p>??? ??? ?? ? ???? ??? ???, ??? ?? ??? ???? ???? ???? ???? ??? ????? ??? ? ????. ??? ???? ????? ??? ??? ???? vw(??? ??) ? vh(??? ??)? ?????. ??? vw? ??? ??? 1%? ????, ??? vh? ??? ??? 1%? ?????. ??? ??? ????? ??? ??? ??? ?? ??? ??? ???? ?? ????? ?? ??? ???? ??? ? ??? ?????. ?? ?? ??? ??? ?? ??, ?? ?? ??? ???? ???? ??? ??? ???? ????? ?? ???? ??? ??? ?????. ??? ???? ???? ?? ???? ???? ?? ??? ??? ???? ?? ???? ???? ?? ?? ????? ????? ??? ????? ?????? ??? ??? ??????. ??? ??? ???? ????? ?? ???? ??? ?? ??? ?? ?? ???? ??? ????? ?? ? ????.<\/p>\n\n<p>??? vw? ???? ??? ??? ?? ?? ??? ???? ??? ????.<br>\n<\/p>\n<pre>npm create vite@latest\n<\/pre>\n\n\n\n<p>? ???? ? ???? .variable-font? ?? ?? ??? ??? ?? vw ??? ???? ???? ??? ??? ??? ??? ????? ????.<\/p>\n\n<p>??? ??? ??? ?? ??? ??? ??? ???? ?? ??? ?? ??? ???? ?? ??? ??? ??????? ?? ? ????. ?? ?? ???? ????? ?? ???? ??? ??? ???? ??? ??? ??? ??? ? ????.<\/p>\n\n<h2>\n  \n  \n  ?? ??? ??? ?? ?? ??\n<\/h2>\n\n<p>?? ??? ???? ????? ??? ?????? ??? ??? ??? ?? ??? ???? ?? ??? ???? ?? ? ????. ????? ?? ??, ??, ??? ?? ? ?? ??? ????? ???? ?? ???? ???? ??? ??? ??? ?? ??? ?? ? ????. ??? ???? ??, ?? ? ???? ???? ??? ? ???? ??? ??? ???? ??? ? ????. ??? ???? ??? ?? ??? ??? ?? ??? ?? ??? ? ?? ??? ????? ?? ?????. ?? ??? ?????? ???? ???? ???? ???? ???? ?? ??? ??? ???? ???? ??? ??? ??? ??? ? ????. ??? ?? ??? ??? ??? ??? ??????? ???? ?? ???? ???? ?? ??? ???? ???? ??? ??????. ??? ??? ??? ???? ????? ?? ??????? ???? ???? ????? ???? ??? ??? ?? ? ????. ??? ??????? ??? ?? ? ?? ? ?? ???? ??? ???????.<\/p>\n\n<h3>\n  \n  \n  ???? ??????\n<\/h3>\n\n<p>??? ??????? ??? ??? ?? ??? ??? ???? ???? ??? ???? ???? ??? ?? ?? ??? ???? ??? ?????. ??? ??, ??? ?? ? ?? ??? ??? ???? ???? ??????? ?? ?? ??? ???? ???? ???? ?? ????? ?? ?? ??? ? ????. ? ??? ???? ??? ?? ??? ???? ?? ??? ??? ????? ?? ??? ????? ??? ?? ???? ???? ??? ?????.<\/p>\n\n<p>?:<br>\n<\/p>\n\n<pre>npm run dev\n<\/pre>\n\n\n\n<p>?? ??:<\/p>\n\n<p><strong>calc() ??:<\/strong> ? ??? ?? ?? vw? ?? ? rem? ???? ???? ???? ??? ?????. ?? ??, ?? ??? calc(2rem 2vw)? ??? ??? ???? ?? ??? ?????.<\/p>\n\n<p><strong>??? ??? ?? ??? ??????:<\/strong> h1, h2, p? ?? ?? ??? ??? ??????? ???? ?? ??? ?? ??? ??? ???? ????? ?????. calc() ??? ??? ??? ?? ???? ?? ??? ?? ??? ?????.<\/p>\n<p><strong>?? ??:<\/strong> ???? ??????? ?? ??? ??? ???? ??? ??? ?? ??? ??? ???? ??? ? ????.<br>\n? ??? ???? ??? ??? ?? ???? ???? ???? ?? ?? ?? ?? ??? ?????.<\/p>\n\n<p>??? ??????? ????? ???? ?? ???? ???? ???? ???? ??? ???? ???? ???? ?? ??? ?????. ? ??? JavaScript ? CSS ?????? ???? ??? ??? ???? ??? ?? ??? ?????. ?? ??? ???? ???? ?? ??? ?????? ???? ?? :hover ??? ???? ??? ??????? ??????. ?, ? ??? ???? ? ?? ??? ???? ???? ????. ?? ???? ??? ?? ??? ????? ??? ??? ?? ??? ??? ??? ?? ??? ??? ???? ? ??? ?????. ??? ??????? ???? ????? ???? ??? ??? ???? ???? ??????? ???? ??? ???? ???? ?? ??? ??? ? ????.<\/p>\n\n<h3>\n  \n  \n  ?: ??? ?? ? ?? ?????\n<\/h3>\n\n\n\n<pre>npm create vite@latest\n<\/pre>\n\n\n\n<p>????? :hover?? .variable-font ??? ???? ?? 100?? ?? 1000?? ???????? ????? ??? ?? ??? ??? ???? ??? ?????.<\/p>\n\n<p>??? ??? ??? ???? ???? ?? ? ?? ??? ????. ???? ??????? ???? ?????? ???? ???? ??? ?? ? ?? ??? ????. ??? ???? CSS? ?? ??? ??? ? ??? ??? ???? ??? ??? ??? ???? ? ????.<\/p>\n\n<h2>\n  \n  \n  ??\n<\/h2>\n\n<p>?? ?? - Kyiv Sans? ?? ? ???? ???? ?? ?? ???? ?? ??? ????? ?? ??????? ?????. HTTP ?? ?? ????? ? ??? ????? ????? ?? ???? ??? ??? ??????. ????? CSS? ?? ??? ??? ??? ???? ??? ?? ??? ??? ?? ??? ???? ?? ???, ?? ??? ??? ? ????.<br>\n????? ??, ?? ??? ??, ??? ?? ??? ?? ??? ??, ??? ??? ?? ??? ?? ??? ???? ????? ????? ?? ??? ? ?? ?????? ??? ?? ? ????. ?? ??? ???? ??? ??? ??? ??? ????? ?? ? ???? ? ??? ?????.<\/p>\n<h2>\n  \n  \n  ??\n<\/h2>\n\n<ul>\n<li>Netlify?? ????? ??? ????? ?????\n<\/li>\n<li>???? ?? <\/li>\n<\/ul>\n\n<h2>\n  \n  \n  ????\n<\/h2>\n\n<ul>\n<li>?? ??<\/li>\n<li>????<\/li>\n<li>??? ??<\/li>\n<li>???<\/li>\n<li>??<\/li>\n<li>??? ?<\/li>\n<li>??? ?? ?<\/li>\n<li>@font-face<\/li>\n<li>???? ??<\/li>\n<li>?? ???<\/li>\n<li>\nAdobe ?? <\/li>\n<li>?? ???<\/li>\n<li>?? ??<\/li>\n<li>\nVfonts.com <\/li>\n<li>ttf<\/li>\n<li>\n??2 <\/li>\n<li>everythingfonts.com<\/li>\n<li>Behance.net<\/li>\n<li>??? ??<\/li>\n<li>??<\/li>\n<li>?<\/li>\n<li>\n???? <\/li>\n<li>\n?? <\/li>\n<li>??()<\/li>\n<\/ul>\n\n\n          \n\n            \n        "}	</script>
        	
        <meta http-equiv="Cache-Control" content="no-transform" />
        <meta http-equiv="Cache-Control" content="no-siteapp" />
        <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
        </head>
        
        <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
        	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
        <header>
            <div   id="wjcelcm34c"   class="head">
                <div   id="wjcelcm34c"   class="haed_left">
                    <div   id="wjcelcm34c"   class="haed_logo">
                        <a href="http://ipnx.cn/ko/" title="" class="haed_logo_a">
                            <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                        </a>
                    </div>
                    <div   id="wjcelcm34c"   class="head_nav">
                        <div   id="wjcelcm34c"   class="head_navs">
                            <a href="javascript:;" title="?? ??" class="head_nava head_nava-template1">?? ??</a>
                            <div   class="wjcelcm34c"   id="dropdown-template1" style="display: none;">
                                <div   id="wjcelcm34c"   class="languagechoose">
                                    <a href="http://ipnx.cn/ko/article.html" title="??" class="languagechoosea on">??</a>
                                    <a href="http://ipnx.cn/ko/faq/zt" title="??" class="languagechoosea">??</a>
                                    <a href="http://ipnx.cn/ko/wenda.html" title="Q&A" class="languagechoosea">Q&A</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="wjcelcm34c"   class="head_navs">
                            <a href="javascript:;" title="???" class="head_nava head_nava-template1_1">???</a>
                            <div   class="wjcelcm34c"   id="dropdown-template1_1" style="display: none;">
                                <div   id="wjcelcm34c"   class="languagechoose">
                                    <a href="http://ipnx.cn/ko/course.html" title="??" class="languagechoosea on">??</a>
                                    <a href="http://ipnx.cn/ko/dic/" title="????? ??" class="languagechoosea">????? ??</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="wjcelcm34c"   class="head_navs">
                            <a href="javascript:;" title="?? ?????" class="head_nava head_nava-template1_2">?? ?????</a>
                            <div   class="wjcelcm34c"   id="dropdown-template1_2" style="display: none;">
                                <div   id="wjcelcm34c"   class="languagechoose">
                                    <a href="http://ipnx.cn/ko/toolset/development-tools" title="?? ??" class="languagechoosea on">?? ??</a>
                                    <a href="http://ipnx.cn/ko/toolset/website-source-code" title="???? ?? ??" class="languagechoosea">???? ?? ??</a>
                                    <a href="http://ipnx.cn/ko/toolset/php-libraries" title="PHP ?????" class="languagechoosea">PHP ?????</a>
                                    <a href="http://ipnx.cn/ko/toolset/js-special-effects" title="JS ?? ??" class="languagechoosea on">JS ?? ??</a>
                                    <a href="http://ipnx.cn/ko/toolset/website-materials" title="???? ??" class="languagechoosea on">???? ??</a>
                                    <a href="http://ipnx.cn/ko/toolset/extension-plug-ins" title="?? ????" class="languagechoosea on">?? ????</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="wjcelcm34c"   class="head_navs">
                            <a href="http://ipnx.cn/ko/ai" title="AI ??" class="head_nava head_nava-template1_3">AI ??</a>
                        </div>
        
                        <div   id="wjcelcm34c"   class="head_navs">
                            <a href="javascript:;" title="??" class="head_nava head_nava-template1_3">??</a>
                            <div   class="wjcelcm34c"   id="dropdown-template1_3" style="display: none;">
                                <div   id="wjcelcm34c"   class="languagechoose">
                                    <a href="http://ipnx.cn/ko/game" title="?? ????" class="languagechoosea on">?? ????</a>
                                    <a href="http://ipnx.cn/ko/mobile-game-tutorial/" title="?? ????" class="languagechoosea">?? ????</a>
        
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                            <div   id="wjcelcm34c"   class="head_search">
                        <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('ko')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                        <a href="javascript:;" title="??"  onclick="searchs('ko')"><img src="/static/imghw/find.png" alt="??"></a>
                    </div>
                        <div   id="wjcelcm34c"   class="head_right">
                    <div   id="wjcelcm34c"   class="haed_language">
                        <a href="javascript:;" class="layui-btn haed_language_btn">???<i class="layui-icon layui-icon-triangle-d"></i></a>
                        <div   class="wjcelcm34c"   id="dropdown-template" style="display: none;">
                            <div   id="wjcelcm34c"   class="languagechoose">
                                                        <a href="javascript:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                        <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                        <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                        <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                        <a href="javascript:;" title="???" class="languagechoosea">???</a>
                                                        <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                        <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                        <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                    </div>
                        </div>
                    </div>
                    <span id="wjcelcm34c"    class="head_right_line"></span>
                                    <div style="display: block;" id="login" class="haed_login ">
                            <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                        </div>
                        <div style="display: block;" id="reg" class="head_signup login">
                            <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                        </div>
                    
                </div>
            </div>
        </header>
        
        	
        	<main>
        		<div   id="wjcelcm34c"   class="Article_Details_main">
        			<div   id="wjcelcm34c"   class="Article_Details_main1">
        							<div   id="wjcelcm34c"   class="Article_Details_main1M">
        					<div   id="wjcelcm34c"   class="phpgenera_Details_mainL1">
        						<a href="http://ipnx.cn/ko/" title="?"
        							class="phpgenera_Details_mainL1a">?</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://ipnx.cn/ko/web-designer.html"
        							class="phpgenera_Details_mainL1a">? ?????</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://ipnx.cn/ko/css-tutorial.html"
        							class="phpgenera_Details_mainL1a">CSS ????</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        						<span>?? ??????? ?? ?? ??</span>
        					</div>
        					
        					<div   id="wjcelcm34c"   class="Articlelist_txts">
        						<div   id="wjcelcm34c"   class="Articlelist_txts_info">
        							<h1 class="Articlelist_txts_title">?? ??????? ?? ?? ??</h1>
        							<div   id="wjcelcm34c"   class="Articlelist_txts_info_head">
        								<div   id="wjcelcm34c"   class="author_info">
        									<a href="http://ipnx.cn/ko/member/1468490.html"  class="author_avatar">
        									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/000/001/66ea8170af62b832.png" src="/static/imghw/default1.png" alt="Barbara Streisand">
        									</a>
        									<div   id="wjcelcm34c"   class="author_detail">
        																			<a href="http://ipnx.cn/ko/member/1468490.html" class="author_name">Barbara Streisand</a>
                                        										</div>
        								</div>
                        			</div>
        							<span id="wjcelcm34c"    class="Articlelist_txts_time">Dec 09, 2024 pm	 02:59 PM</span>
        														
        						</div>
        					</div>
        					<hr />
        					<div   id="wjcelcm34c"   class="article_main php-article">
        						<div   id="wjcelcm34c"   class="article-list-left detail-content-wrap content">
        						<ins class="adsbygoogle"
        							style="display:block; text-align:center;"
        							data-ad-layout="in-article"
        							data-ad-format="fluid"
        							data-ad-client="ca-pub-5902227090019525"
        							data-ad-slot="3461856641">
        						</ins>
        						
        
        					<p>??? ??? ???? ?? ?? ?? ??? ???? ?? ????? ??????? ?? ??, ?? ??, ???? ?? ? ?? ?? ??? ?? ??? ??? ??? ?? ? ?????? ??? ? ????. ?? ?? ??? ???? ??? ?? ??? ?????. ? ?? ??? ??? ??? ???? ?? ??????</p>
        
        <p>??? ?? ??? ?????. ?? ??? ??? ?? ??? ?? ??, ?? ??, ???? ? ??? ??? ??? ? ?? OpenType ?? ??? ???? ?????. ?? ????? ??? ?? ??? ??, ??? ? ??? ?????? ??? ??? ???? ??? ?? ?????. ? ???? ???? ??, ??, ???? ?? ??? ????? ?? ??? ? ?? ??? ????? ????? ???? ??? ?????.</p>
        
        <p>Kyiv Sans ??? ?? ???? ? ????? CSS?? ??? ??? ???? ???? ??? ??? MIDL? ?? ??? ?? ??? ?? ??? ??? ???? ?????. ??? ??? ???? CSS?? ????? ????? ?? ??????? ???? ??? ????.</p>
        
        <h2>
          
          
          ?? ?? ??
        </h2>
        
        <p>?? ?? ?? ????? ?? ????? ???? CSS? ???? ??? ???? ??? ?? ??? ? ???? ????? ?? ?? ??? ?? ??? ??? ?????. ?? ?? ??? ?? ??? ?? ?? ?? ??? ?? ?? ?? ??? ???? ? ??? ??????.</p>
        
        <p>??? ?? ?? ????? ? ? ??? ???? ???? ?? ?? ??? ?? ??? ?? ??? ??????. ?? ???? ??? ?? ??? ??? ??? ?? ??? ?? ?? ??? ?? ??? ??? ?? ?? ?? ???? ?????. ?? ??, ??, ??? ?? ? ?? ??? ?? ?? ???? ??? ???? OpenType ?? ???? ???? ?????.</p>
        
        <h3>
          
          
          CSS?? ?? ??? ??
        </h3>
        
        <p>??? ??? ???? ????? ???? ?? ?? CSS ??????? ??? ??? ??? ??????. ? ?? ?? ???????.</p>
        
        <p><strong>???:</strong> ?? ??? ?? ?? ???? ?? ??? ???? HTTP ??? ????? ??? ?? ??? ???? ???? ????.</p>
        
        <p><strong>???:</strong> ????? wght? ?? ??? MIDL ? CONT? ?? ??? ?? ??? ???? ??? ? ???? ??? ??? ??? ??? ???? ?? ??? ???? ??? ? ????.</p>
        
        <p><strong>???? ??:</strong> ?? ??? ???? ?? ???? ???? ??? ? ?? ?? ?? ?? ?? ????? ??? ??? ? ????. ????? ?? ??? ?? ??? ???? ??????.</p>
        <p><strong>??? ??????:</strong> ?? ??? ???? ??? ??? ?? ??? ?? ????? ???? ??? ??? ??? ???? ??? ???? ?? ??? ?????? ??? ??????? ??????.</p>
        
        <p><strong>?? ??????:</strong> ?? ??? ??? ?? ???? ?? ??? ?? ??? ??? ????? ??? ???? ??? ??? ???? ??? ??? ?????.</p>
        
        <p><strong>???:</strong> ??? ?? ??? ?? ???? ??? ???? ??? ? ???? ??? ??? ??? ?? ??? ?? ???? ???? ?????.</p>
        
        <p><strong>??:</strong> ??? ?? ??? ???? ??? ????? ??? ?? ???? ??? ???? ???? ??? ??? ?? ??? ??? ?????.</p>
        
        <p><strong>???:</strong> ?? ??? ??? ???? ???? ?? ?? ?? ?? ????? ?? ??? ????? ???? ???? ?? ??? ?????.</p>
        
        <h3>
          
          
          ?? ??? ??? ??? ? ?? ?????? ?? ??
        </h3>
        
        <p>?? ? ???? ?? ????? ?? ??? ??? ? ?? ??????? ???? ?? ???? ???? ?????? ??? ?? ? ????. ????? ??? ?????.</p>
        
        <p>??? ??: ?? ??? wght ? ?? ?? MIDL ? CONT? ???? ??? ?? ??? ??? ?? ?? ?????. ?? ??? ?? ???? ?? ??? ??? ???? ??? ?? ?? ??? ??? ???? ?? ?? ???? ?????? ???? ? ?? ??? ???? ?????.</p>
        
        <p><strong>??? ??????:</strong> ??? ?? ??, ???, ?? ??? ?? ??? ???? ????? ?? ??? ???????? ???. ?? ???? ????? ??? ? ? ??? ?? ?? ????? ??? ???? ??? ???? ?? ????? ?????. ?? ?? ??, ? ?? ? ?? ?????? ??? ??? ??????? ??? ??? ???? ????? ? ??? ???.</p>
        
        <p><strong>?? ??????:</strong> ?? ??????? ?? ??? ?????? ?????? ???? ???? ??? ??????? ??????. JavaScript ? CSS(Cascading Style Sheets)? ????? ??? ??, ??? ?? ?? ?? ??? ??? ??? ??? ???? ? ??? ???. ???? ??????? wght, MIDL, CONT? ?? ?? ??? ???? ??? ??? ?? ???? ???? ???? ??? ?? ??????.</p>
        <p>????? ????? ??? ?????? ??? ??? ??? ???? ???? ???? ???? ?? ??? ?????? ??? ????. ??? ??? ?? ??? ???? ?????, ??? ??? ???? ?? ??? ??? ?????? ?????, ?? ??? ?? ?? ??? ??? ???? ? ??? ?? ??? ??? ????? ???? ???? ??? ? ?? ?? ??? ?????.</p>
        
        <p>Kyiv Sans? ??? ?? ??? ?? ????? ???? ??? ?????? ??? ?? ? ????. ?? ?? ??? ???? ?? ? ??? ?? ??? ??? ???? ??????.</p>
        
        <h2>
          
          
          ?? ?? ?? ??
        </h2>
        
        <p>??? ??? ??? ?? ???? ?? ??? ??? ??? ?????. ?? ??? ??? ???? ??? ????? ??? ??? ?? ?? ?????. ??? ? ?? ?? ?????.</p>
        
        <p><strong>??(wght):</strong> ?? ??? ???? ?? ?? ??? ??????? ?? ?? ?? ?? ??? ??? ???? ???. ????? ?? ?? ?? ??? ??? ??? ?? ?? ???, ??? ? ??? ?? ???? ??? ??? ??? ? ????.</p>
        
        <p><strong>?? ??? ??(MIDL):</strong> ? ??? ?? ?? ???? ????? ?? ??? ?? ??? ??? ??? ? ????. ?? ?? ???? ??? ??? ???? ??? ? ?? ?? ??? ???? ???? ???? ?? ?? ? ????.</p>
        
        <p><strong>??(CONT):</strong> ? ?? ??? ?? ?? ??? ??? ??? ? ?? CONT???. ??? ?? ??? ?? ??? ???? ?????? ???? ???? ??? ??? ????? ? ??? ? ? ????.</p>
        
        <p>??? ??? ???? ???? ????? ????? ???? ??? ???? ? ??? ???. ??? ?? ??? ?? Kyiv Sans? ? ??????? ???? ??? ???? ??? ??? ?? ??? ?????.</p>
        
        <h3>
          
          
          ?? ???? ??? ? ?? ?? ? ? ?? ??
        </h3>
        
        <p>??? ??, ??, ??? ?? ??? ???? ?? ??? ???? ??? ??? ?????. ??? ?? ??? ? ? ??? ?? ?????.</p>
        
        <p>?? ?? ????? ??? ? ?? ?? ?? ?? OpenType ??? ?? ?????.</p>
        
        <ul>
        <li><p>??(wdth): ? ?? ??? ?? ?? ?? ??? ???? ????? ?? ??? ??? ? ??? ???. ????? ? ?? ???? ?? ??? ???? ??? ? ??? ? ?? ???? ??? ?? ? ???? ?? ????? ?? ????? ??? ??? ?????.</p></li>
        <li><p>???(slnt): ? ?? ???? ????? ?? ??? ??? ???? ?? ??? ????? ?? ???? ??? ? ????. ?? ?? ????? ???? ???? ??? ????? ?? ?? ??? ????? ??? ???? ??? ? ?????.</p></li>
        <li><p>????(ital): ???? ?? ??? ?? ??? ???? ?? ?? ?????. ??? ????? ??? ???? ?? ????? ??? ??? ???? ??? ??? ??? ????? ?? ???? ???? ???? ?????.</p></li>
        <li><p>??? ??(opsz): ? ?? ??? ???? ???? ????? ?? ?? ???? ?????. ?? ??, ??? ???? ?? ? ????? ???? ????? ???? ? ?? ??? ??, ??? ??? ? ???? ??? ? ????. ? ?? ??? ???? ??? ??????? ?? ?????.</p></li>
        <li><p>??(GRAD): ?? ?? ???? ?? ??? ??? ?? ?? ??? ? ??? ???? ??? ? ????. ??? ??? ???? ??? ??? ???? ???? ??? ??? ?? ???? ???? ??? ? ?????.</p></li>
        <li><p>??(CNTR): ? ?? ?? ??? ?? ?? ?? ? ?? ??? ?????. ????? ??? ???? ?? ??? ????? ????? ???? ???? ???? ????? ??? ??? ??? ??? ??? ?? ??? ?? ? ????.</p></li>
        <li><p>X ??(xhgt): ? ?? ??? ???? ???? ???? ??? ?????. x ??? ??? ?? ???? ???? ???? ??? ??? ??? ? ??, ??? ??? ?????? ?? ?? ??? ? ? ????.</p></li>
        </ul>
        
        <p>??? ? ??? ?? ?? ???? ???? ?? ?? ??? ? ????. Kyiv Sans ??: ???? ?????.</p>
        
        <ul>
        <li><p>?? ??? ??(MIDL): ? ??? ?? ?? ?????? ? ?? ??? ???? ???? ?? ??? ?? ?? ??? ??? ???? ???? ??? ??? ??? ? ??? ????.</p></li>
        <li><p>??(CONT): ? ??? ?? ?? ????? ?? ?? ?? ? ??? ??? ???? ??? ??? ???. ????? ? ??? ???? ???? ???? ???? ?? ??? ???? ??? ??? ???? ???? ?? ? ????.</p></li>
        </ul>
        
        <p>??? ? ??? ? ?? ???? ??? ?? ?? ????? ??? ??? ??? ?? ?? ??? ??? ??? ??? ??? ??? ? ????. ?? ?? MIDL ? CONT? ?? ??? ?? ?? ???? ????? ??? ??? ??? ????? ???? ???? ??? ??????? ?? ? ????. ?? ?? ??? ??? ??? ??? ??? ??? ?? ??? ??? ? ?? ??? ??? ?????. ?? ??, MIDL(?? ??? ??) ?? ???? ????? ?? ?? ??? ?? ???? ???? ??? ??? ????? ??? ??? ??? ??? ? ????. ??? ??(CONT) ?? ?? ?? ?? ? ??? ??? ???? ??? ???? ??? ???? ???? ??? ? ????. ????? Weight ? Middle Layer Effect? ?? ?? ?? ???? ??? ??? ??? ???? ?? ???? ???? ?? ??? ???? ??? ? ????. ?????, ???? ??? ??? ???? ??? ??? ???? ??? ????? ??? ??? ??? ? ??? ?? ???? ??? ? ????. ??? ?? ??? ?? ??? ?? ?? ?? ???? ??? ? ?? ????? ????, ????? ?? ?? ???? ??? ??? ?? ??? ??? ? ??? ????.</p>
        
        <h2>
          
          
          CSS?? ?? ?? ??
        </h2>
        
        <p>?? ?? ??? ??? ???? ??????? CSS ?? ? ????? ??? ???? ??? ??? ?????. CSS? ??? ??? ??? ??? ???? ??? ? ?? ??? ?????. ??? ?? ??? ? ??? ??? ? ?? @font-face? ???? ?? ??? ?????. ??? ???? ??? CSS ??? ???? ?? ?? ???? ??? ? ???? ??? ??? ???? ???? ???? ? ????.</p>
        
        <h3>
          
          
          ?? ??
        </h3>
        
        <p>?? ????? ??? ?? ??? ?????? ???.<br>
        ???? ?? ??????? ??? ?? ??? ???? ? ????. ?? ?? ???? ?? ????? ??? ????.</p>
        
        <ul>
        <li>???? ??</li>
        <li>?? ???</li>
        <li>
        Adobe ?? </li>
        <li>?? ???</li>
        <li>?? ??</li>
        <li>Vfonts.com</li>
        </ul>
        
        <p>? ???? Vfonts.com?? ???? Kyiv Sans ?? ??? ?????????. ttf ?? woff2 ?? ??? ? ????? ? ????? ttf? ?????. ?? ??? ttf?? woff2? ???? ?? ?? everythingfonts.com?? ?????:</p>
        
        <p><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173372755444094.jpg" class="lazy" alt="Variable Fonts for Dynamic Typography"></p>
        
        <p>? ????? Vfont? ???? ?? ? ?????.</p>
        
        <p>??? ????? ?? ??? ????.</p>
        
        <ol>
        <li><p>vfont ??: ?? ?? ???? ??? ? ?? ????? ?????.</p></li>
        <li><p>Kyiv* ?? ??: Kyiv* ?? ??? ???? ?? ??? ????? Behance.net?? ???????.</p></li>
        <li><p>???? ??? ???: Behance ????? ??? ????? ??? ????? ? ?? ??? ????.</p></li>
        <li><p>Google ?????? ????: ???? ??? ???? Google ???? ??? ?????. ???? ?? ??? ???????.</p></li>
        <li><p>?? ?? ??: ????? ? ??? ??? ?? ??? ??????.</p></li>
        <li>
        <p>?? ?? ??: ??? ? ???? ??? ? ?? ?? ??? ???? ????.</p>
        
        <ul>
        <li>???</li>
        <li>?? ??</li>
        <li>??</li>
        </ul>
        </li>
        <li>
        <p>?? ?? ??: ?? ??? ??? ??? ????? ?????.</p>
        
        <ul>
        <li>???</li>
        <li>??</li>
        <li>??</li>
        </ul>
        </li>
        <li><p>Sans ?? ??: Sans ??? ??? ???? ?????. Sans ?? ??? ??? 360KB?? ?? 8?? ??? ?? ??? ???? ?? ?????.</p></li>
        <li><p>?? ??: ????? ?? ??? ??? ??? ??? ?????. ??, ?? ??, ???? ???? ??? ?? ?? ??? ??? ??? ?? ?? ????. ??? ??? ?? ?? ??? ??? ?? ?? ??? ?? ??? ? ????.</p></li>
        </ol>
        
        <p>??: ?? ??? TTF ?????.</p>
        
        <p>?? ??? vite ????? ??? VSCode? ???????.<br>
        ???? ??? ????? ??? ???? ???? ???. ?? ??? ??? ???:</p>
        
        <ol>
        <li><p>? ???? ???.</p></li>
        <li>
        <p>??? ??<br>
        </p>
        
        <pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        
        </li>
        
        <li><p>???? ??? ?????.</p></li>
        
        <li><p>??? ??? ?????.</p></li>
        
        <li><p>??? ?????? ?????.</p></li>
        
        <li><p>JavaScript ??? ?????.</p></li>
        
        <li><p>npm install? ???? ????? ???? ??? ??? ???? ? ??? ???.</p></li>
        
        <li>
        
        <p>???? ??? ? ?? ??? ???? ??????? ?????.<br>
        </p>
        
        <pre class="brush:php;toolbar:false">npm run dev
        </pre>
        
        
        
        
        </li>
        
        <li><p>?????? ?? ?? ????? ?????? http://localhost:your-port-number? ?????.</p></li>
        
        </ol>
        
        <p>????? ???? ??? ??????? ???? ?? ??? ? ?? ??? ?? ??? ?? ???. ????? ?? ??? ?? ??? ?? ?? ??? ??? ???. style.css, main.js, ?? index.html?? ???? ?? ??? ?? ??? ?????.</p>
        
        <p>index.html ??? ??? ??? ???.<br>
        </p>
        
        <pre class="brush:php;toolbar:false"><!doctype html>
        <html lang="en">
          <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        
            <title>Variable font</title>
          </head>
          <body>
            <div>
        
        
        
        <p>From the code above, we're setting up a simple HTML wrapper for our project where the JavaScript will render content in the <div>
        
        <p>The main.js code should look something like this:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">import "./style.css";
        
        document.querySelector("#app").innerHTML = `
          <div>
            <h1>
        
        
        
        <p>This is where we use document.querySelector() to add content to the element we insert our content into using the id: #</p>
        
        <p>And the style.css code should look something like this:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">body {
          font-family: 'Kyiv Sans';
        }
        
        @font-face {
          font-family: 'Kyiv Sans';
          src: url('/font/KyivTypeSans-VarGX.ttf');
          font-weight: 0 1000;
          font-display: swap;
        }
        
        h1 {
          color: #bd0c0c;
          height: 100vh;
          display: grid;
          place-content: center;
          margin: 0;
          text-align: center;
        }
        
        .variable-font {
          font-family: 'Kyiv Sans';
          font-size: 5rem;
          line-height: 1.1;
          font-weight: 100;
          font-variation-settings:
           'wght' 100, 'CONT' 250, 'MIDL' 0;
          transition: font-variation-settings 500ms;  
        }
        
        .variable-font:hover {
          font-weight: 1000;
          font-variation-settings:
            'wght' 1000, 'CONT' 250, 'MIDL' -1000;
        }
        </pre>
        
        
        
        <p>?? ? ???? ?? ?? ???? ??? ??? ?????.</p>
        
        <p><strong>?? ?? ?? ??:</strong><br>
        </p><pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        <ul>
        <li>
        <strong>??</strong>: ?? ??? ?? ??? 'Kyiv Sans'? ?????.</li>
        <li>
        <strong>??</strong>: ? ???? ???? ????? ?? ? ?? ?? ?? ??? ??? ? ??? ?????.</li>
        </ul>
        
        <p><strong>??? ?? ?? ??:</strong><br>
        </p>
        
        <pre class="brush:php;toolbar:false">npm run dev
        </pre>
        
        
        
        <ul>
        <li>
        <strong>??</strong>: @font-face ??? ???? ??? ?? ??? ??? ? ????.</li>
        <li>
        <strong>?? ??</strong>: ?? ??? 'Kyiv Sans'???.</li>
        <li>
        <strong>??</strong>: ?? ??? /font/KyivTypeSans-VarGX.ttf? ????.</li>
        <li>
        <strong>?? ?? ??</strong>: ? ??? 0?? 1000??? ?? ??? ???? ?? ?????.</li>
        <li>
        <strong>?? ??</strong>: ??? ???? ??? ?? ??? ??? ??? ?? ??? ???? ???? ?? ?????.</li>
        </ul>
        
        <p><strong><h1> ??:<br>
        
        
        <pre class="brush:php;toolbar:false"><!doctype html>
        <html lang="en">
          <head>
            <meta charset="UTF-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        
            <title>Variable font</title>
          </head>
          <body>
            <div>
        
        
        
        <p>From the code above, we're setting up a simple HTML wrapper for our project where the JavaScript will render content in the <div>
        
        <p>The main.js code should look something like this:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">import "./style.css";
        
        document.querySelector("#app").innerHTML = `
          <div>
            <h1>
        
        
        
        <p>This is where we use document.querySelector() to add content to the element we insert our content into using the id: #</p>
        
        <p>And the style.css code should look something like this:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">body {
          font-family: 'Kyiv Sans';
        }
        
        @font-face {
          font-family: 'Kyiv Sans';
          src: url('/font/KyivTypeSans-VarGX.ttf');
          font-weight: 0 1000;
          font-display: swap;
        }
        
        h1 {
          color: #bd0c0c;
          height: 100vh;
          display: grid;
          place-content: center;
          margin: 0;
          text-align: center;
        }
        
        .variable-font {
          font-family: 'Kyiv Sans';
          font-size: 5rem;
          line-height: 1.1;
          font-weight: 100;
          font-variation-settings:
           'wght' 100, 'CONT' 250, 'MIDL' 0;
          transition: font-variation-settings 500ms;  
        }
        
        .variable-font:hover {
          font-weight: 1000;
          font-variation-settings:
            'wght' 1000, 'CONT' 250, 'MIDL' -1000;
        }
        </pre>
        
        
        
        <ul>
        <li>
        <strong>??</strong>: ??? ??? ??? ??? #bd0c0c? ?????.</li>
        <li>
        <strong>??</strong>: ??? 100vh? ???? <h1> ??? ???? ?? ??? ?? ????.
        </pre></pre>
        <li>
        <strong>?????</strong>: ???? ?????? ???? ??? ??? ??? ? ????.</li>
        <li>
        <strong>??? ?? ??</strong>: place-content: center ???? ?? ? ?? ??? ?????.</li>
        <li>
        <strong>??</strong>: <h1> ??? ?? ??? ????? ??? 0?? ?????.</li>
        <li>
        <strong>??? ??</strong>: ???? ?? ??? ?????.</li>
        
        
        <p><strong>.variable-font ??? ??? ??:</strong><br>
        </p>
        
        <pre class="brush:php;toolbar:false">body {
          font-family: 'Kyiv Sans';
        }
        </pre>
        
        
        
        <ul>
        <li>
        <strong>???</strong>: ???? 'Kyiv Sans'? ?????.</li>
        <li>
        <strong>?? ??</strong>: ?? ??? 5rem(?? ??? ?? ?? ??)?? ?????.</li>
        <li>
        <strong>? ??</strong>: 1.1? ? ??? ??? ??? ?????.</li>
        <li>
        <strong>?? ??</strong>: ???? 100?? ?????.</li>
        <li>
        <strong>?? ?? ??</strong>: ?? ??? ?? ??? ?? ?? ??? ?????.
        
        <ul>
        <li>
        'wght'? ???(?? 100)? ?????.</li>
        <li>
        'CONT'? 'MIDL'? ? ??? ??? ?? ???, ???? ?? 250? 0?? ?????.</li>
        </ul>
        
        
        </li>
        
        <li>
        
        <strong>??</strong>: 500???? ?? ?? ?? ??? ???? ?????.</li>
        
        </ul>
        
        <p><strong>.variable-font? ?? ?? ?? ??:</strong><br>
        </p>
        <pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        <ul>
        <li>
        <strong>Font Weight on Hover</strong>: ?? ?? ???? ??? 1000?? ?????.</li>
        <li>
        <strong>??? ?? ?? ??</strong>: ?? ??? ??? ?? ???????.
        
        <ul>
        <li>
        'wght'? 1000??
        </li>
        <li>
        'CONT'? 250?? ?????.
        </li>
        <li>
        'MIDL'? -1000?? ?????.
        </li>
        </ul>
        
        
        </li>
        
        <li>
        
        <strong>??</strong>: ???? ??? ?? ???? ???? ????? ?????? ??? ??? ??? ?? ??? ???? ?????.</li>
        
        </ul>
        
        <p>????? ??? ?? ??? ?? ????.<br>
        <img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173372755661469.jpg" class="lazy" alt="Variable Fonts for Dynamic Typography"></p>
        <h2>
          
          
          ?? ??? ???? ??? ?????? ???
        </h2>
        
        <p>??? ??? ??? ??? ??????? ????? ??? ??? ?? ??? ???? ??? ? ??? ???? ??? ???? ??????. ??? ? ?? ???? ?? ?? ?? ??? ??, ?? ? ??? ??? ?? ??? ????? ??? ? ?? ?? ???? ?????. ????? CSS ? ??? ??? ???? ??? ?? ??? ???? ???? ???? ?? ??? ???? ???? ????? ???? ????? ?? ???? ???? ?? ? ???? ? ? ????. ?? ?? ??? ?? ?? ?? ??? ??? ? ???? ???? ?? ?? ???? ???? ? ??? ??? ?????. ??? ???? ??? ??? ???? ?? ??? ?? ????? ??????. ?? ????? ????? ??? ??? ???? ? ?? ??? ?????? ??? ???? ? ???? ??? ? ????.</p>
        <h3>
          
          
          ??? ??: ?? ?? ??? ??
        </h3>
        
        <p>??? ??? ??? ? ???? ???? ?? ?? ??? ?? ??? ???. ?? ??, ??, ???, ?? ? ??? ??? ??? ???? ????? ?? CSS ???? ??? ? ????. ??? ??? ????? ????? ???? ???? ????? ????? ???? ????? ??? ???? ??? ??? ??? ? ? ??? ?? ? ??? ???.</p>
        
        <p>??? ??? ?? ??? ?? ??? ?? ???? ???? ????? ???? ??? ????. ??? ??? ???? ????? ?? ??? ????, ??? ????? ????, ??? ??? ?? ?? ??? ???? ??? ?? ????. ?? ?? ?? ?? ??? ???? ??? ?? ??? ???? ?????.</p>
        
        <p>??? ??? ??? ?? ??? ?? ????? ???? ?? ??? ???? ?????. ??? ??? ???? ?? ??? ???? ?? ??, ?? ?? ? ?? CSS ??? ???? ?????. ?? ?? ??? ??? ?? ??? 768?? ??? ?? ??? ???? ????? ???? ? ? ??????? ?? ????? ????? ??? ? ????.</p>
        <p>??? ??? ? ???? ???? ???? ??? ??? ?????. ?? ????? ??? ??? ???? ?? ? ?? ??? ????? ??? ? ???? ??? ???? ???? ??? ??? ???? ? ??? ???. ???, ???, ??? ???? ????? ???? ?? ? ?????? ??? ???? ?? ??? ??? ??? ?? ??? ???.</p>
        
        <p>?:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        <p>? ???? ??? ??? ???? ?? ??? ?? ?? ?? ??? ?? ??? ??????. ?? ??? 600px? ??? ?? ?? ??? 3rem?? ?????. :hover ??? ?? ??? ? ?? ??? ?????. ??? 601px?? 1200px ??? ??? ?? ?? ??? ???? ??? ??? 4rem?? ?????. ??? 1201px ??? ??? ?? ?? ??? 5rem?? ?? ??? ?????.<br>
        ??? ??? ??? ?? ??? ??? ?? ??? ?? ???? ??? ???? ???? ??? ??? ?????.</p>
        
        <p><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173372755720318.jpg" class="lazy" alt="Variable Fonts for Dynamic Typography"></p>
        
        <p>? ???? ?? ??? ????????</p>
        
        <p><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173372755876188.jpg" class="lazy" alt="Variable Fonts for Dynamic Typography"></p>
        
        <p>? ???? ?? ??? ????????</p>
        
        <p><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173372755953201.jpg" class="lazy" alt="Variable Fonts for Dynamic Typography"></p>
        
        <p>? ???? ?? ??? ????????</p>
        <h3>
          
          
          ??? ??: ????? ????? ???
        </h3>
        
        <p>??? ??? ?? ? ???? ??? ???, ??? ?? ??? ???? ???? ???? ???? ??? ????? ??? ? ????. ??? ???? ????? ??? ??? ???? vw(??? ??) ? vh(??? ??)? ?????. ??? vw? ??? ??? 1%? ????, ??? vh? ??? ??? 1%? ?????. ??? ??? ????? ??? ??? ??? ?? ??? ??? ???? ?? ????? ?? ??? ???? ??? ? ??? ?????. ?? ?? ??? ??? ?? ??, ?? ?? ??? ???? ???? ??? ??? ???? ????? ?? ???? ??? ??? ?????. ??? ???? ???? ?? ???? ???? ?? ??? ??? ???? ?? ???? ???? ?? ?? ????? ????? ??? ????? ?????? ??? ??? ??????. ??? ??? ???? ????? ?? ???? ??? ?? ??? ?? ?? ???? ??? ????? ?? ? ????.</p>
        
        <p>??? vw? ???? ??? ??? ?? ?? ??? ???? ??? ????.<br>
        </p>
        <pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        <p>? ???? ? ???? .variable-font? ?? ?? ??? ??? ?? vw ??? ???? ???? ??? ??? ??? ??? ????? ????.</p>
        
        <p>??? ??? ??? ?? ??? ??? ??? ???? ?? ??? ?? ??? ???? ?? ??? ??? ??????? ?? ? ????. ?? ?? ???? ????? ?? ???? ??? ??? ???? ??? ??? ??? ??? ? ????.</p>
        
        <h2>
          
          
          ?? ??? ??? ?? ?? ??
        </h2>
        
        <p>?? ??? ???? ????? ??? ?????? ??? ??? ??? ?? ??? ???? ?? ??? ???? ?? ? ????. ????? ?? ??, ??, ??? ?? ? ?? ??? ????? ???? ?? ???? ???? ??? ??? ??? ?? ??? ?? ? ????. ??? ???? ??, ?? ? ???? ???? ??? ? ???? ??? ??? ???? ??? ? ????. ??? ???? ??? ?? ??? ??? ?? ??? ?? ??? ? ?? ??? ????? ?? ?????. ?? ??? ?????? ???? ???? ???? ???? ???? ?? ??? ??? ???? ???? ??? ??? ??? ??? ? ????. ??? ?? ??? ??? ??? ??? ??????? ???? ?? ???? ???? ?? ??? ???? ???? ??? ??????. ??? ??? ??? ???? ????? ?? ??????? ???? ???? ????? ???? ??? ??? ?? ? ????. ??? ??????? ??? ?? ? ?? ? ?? ???? ??? ???????.</p>
        
        <h3>
          
          
          ???? ??????
        </h3>
        
        <p>??? ??????? ??? ??? ?? ??? ??? ???? ???? ??? ???? ???? ??? ?? ?? ??? ???? ??? ?????. ??? ??, ??? ?? ? ?? ??? ??? ???? ???? ??????? ?? ?? ??? ???? ???? ???? ?? ????? ?? ?? ??? ? ????. ? ??? ???? ??? ?? ??? ???? ?? ??? ??? ????? ?? ??? ????? ??? ?? ???? ???? ??? ?????.</p>
        
        <p>?:<br>
        </p>
        
        <pre class="brush:php;toolbar:false">npm run dev
        </pre>
        
        
        
        <p>?? ??:</p>
        
        <p><strong>calc() ??:</strong> ? ??? ?? ?? vw? ?? ? rem? ???? ???? ???? ??? ?????. ?? ??, ?? ??? calc(2rem 2vw)? ??? ??? ???? ?? ??? ?????.</p>
        
        <p><strong>??? ??? ?? ??? ??????:</strong> h1, h2, p? ?? ?? ??? ??? ??????? ???? ?? ??? ?? ??? ??? ???? ????? ?????. calc() ??? ??? ??? ?? ???? ?? ??? ?? ??? ?????.</p>
        <p><strong>?? ??:</strong> ???? ??????? ?? ??? ??? ???? ??? ??? ?? ??? ??? ???? ??? ? ????.<br>
        ? ??? ???? ??? ??? ?? ???? ???? ???? ?? ?? ?? ?? ??? ?????.</p>
        
        <p>??? ??????? ????? ???? ?? ???? ???? ???? ???? ??? ???? ???? ???? ?? ??? ?????. ? ??? JavaScript ? CSS ?????? ???? ??? ??? ???? ??? ?? ??? ?????. ?? ??? ???? ???? ?? ??? ?????? ???? ?? :hover ??? ???? ??? ??????? ??????. ?, ? ??? ???? ? ?? ??? ???? ???? ????. ?? ???? ??? ?? ??? ????? ??? ??? ?? ??? ??? ??? ?? ??? ??? ???? ? ??? ?????. ??? ??????? ???? ????? ???? ??? ??? ???? ???? ??????? ???? ??? ???? ???? ?? ??? ??? ? ????.</p>
        
        <h3>
          
          
          ?: ??? ?? ? ?? ?????
        </h3>
        
        
        
        <pre class="brush:php;toolbar:false">npm create vite@latest
        </pre>
        
        
        
        <p>????? :hover?? .variable-font ??? ???? ?? 100?? ?? 1000?? ???????? ????? ??? ?? ??? ??? ???? ??? ?????.</p>
        
        <p>??? ??? ??? ???? ???? ?? ? ?? ??? ????. ???? ??????? ???? ?????? ???? ???? ??? ?? ? ?? ??? ????. ??? ???? CSS? ?? ??? ??? ? ??? ??? ???? ??? ??? ??? ???? ? ????.</p>
        
        <h2>
          
          
          ??
        </h2>
        
        <p>?? ?? - Kyiv Sans? ?? ? ???? ???? ?? ?? ???? ?? ??? ????? ?? ??????? ?????. HTTP ?? ?? ????? ? ??? ????? ????? ?? ???? ??? ??? ??????. ????? CSS? ?? ??? ??? ??? ???? ??? ?? ??? ??? ?? ??? ???? ?? ???, ?? ??? ??? ? ????.<br>
        ????? ??, ?? ??? ??, ??? ?? ??? ?? ??? ??, ??? ??? ?? ??? ?? ??? ???? ????? ????? ?? ??? ? ?? ?????? ??? ?? ? ????. ?? ??? ???? ??? ??? ??? ??? ????? ?? ? ???? ? ??? ?????.</p>
        <h2>
          
          
          ??
        </h2>
        
        <ul>
        <li>Netlify?? ????? ??? ????? ?????
        </li>
        <li>???? ?? </li>
        </ul>
        
        <h2>
          
          
          ????
        </h2>
        
        <ul>
        <li>?? ??</li>
        <li>????</li>
        <li>??? ??</li>
        <li>???</li>
        <li>??</li>
        <li>??? ?</li>
        <li>??? ?? ?</li>
        <li>@font-face</li>
        <li>???? ??</li>
        <li>?? ???</li>
        <li>
        Adobe ?? </li>
        <li>?? ???</li>
        <li>?? ??</li>
        <li>
        Vfonts.com </li>
        <li>ttf</li>
        <li>
        ??2 </li>
        <li>everythingfonts.com</li>
        <li>Behance.net</li>
        <li>??? ??</li>
        <li>??</li>
        <li>?</li>
        <li>
        ???? </li>
        <li>
        ?? </li>
        <li>??()</li>
        </ul>
        
        
                  
        
                    
                <p>? ??? ?? ??????? ?? ?? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!</p>
        
        
        						</div>
        					</div>
        					<div   id="wjcelcm34c"   class="wzconShengming_sp">
        						<div   id="wjcelcm34c"   class="bzsmdiv_sp">? ????? ??</div>
        						<div>? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.</div>
        					</div>
        				</div>
        
        				<ins class="adsbygoogle"
             style="display:block"
             data-ad-format="autorelaxed"
             data-ad-client="ca-pub-5902227090019525"
             data-ad-slot="2507867629"></ins>
        
        
        
        				<div   id="wjcelcm34c"   class="AI_ToolDetails_main4sR">
        
        
        				<ins class="adsbygoogle"
                style="display:block"
                data-ad-client="ca-pub-5902227090019525"
                data-ad-slot="3653428331"
                data-ad-format="auto"
                data-full-width-responsive="true"></ins>
            
        
        
        					<!-- <div   id="wjcelcm34c"   class="phpgenera_Details_mainR4">
        						<div   id="wjcelcm34c"   class="phpmain1_4R_readrank">
        							<div   id="wjcelcm34c"   class="phpmain1_4R_readrank_top">
        								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									src="/static/imghw/hotarticle2.png" alt="" />
        								<h2>?? ??</h2>
        							</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottom">
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796828723.html" title="Agnes Tachyon ?? ??? | ?? ?? ?? ?? (Derby Musume)" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon ?? ??? | ?? ?? ?? ?? (Derby Musume)</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796828810.html" title="NYT 'Connections'?? 7 ? 2 ? ??? : ?? ??? ?? ??? ??" class="phpgenera_Details_mainR4_bottom_title">NYT 'Connections'?? 7 ? 2 ? ??? : ?? ??? ?? ??? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 ? ? ?</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        														</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_more">
        								<a href="http://ipnx.cn/ko/article.html">???</a>
        							</div>
        						</div>
        					</div> -->
        
        
        											<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3">
        							<div   id="wjcelcm34c"   class="phpmain1_4R_readrank">
        								<div   id="wjcelcm34c"   class="phpmain1_4R_readrank_top">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/hottools2.png" alt="" />
        									<h2>? AI ??</h2>
        								</div>
        								<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_bottom">
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
        													<h3>Undress AI Tool</h3>
        												</a>
        												<p>??? ???? ??</p>
        											</div>
        										</div>
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
        													<h3>Undresser.AI Undress</h3>
        												</a>
        												<p>???? ?? ??? ??? ?? AI ?? ?</p>
        											</div>
        										</div>
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
        													<h3>AI Clothes Remover</h3>
        												</a>
        												<p>???? ?? ???? ??? AI ?????.</p>
        											</div>
        										</div>
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
        													<h3>Clothoff.io</h3>
        												</a>
        												<p>AI ? ???</p>
        											</div>
        										</div>
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
        													<h3>Video Face Swap</h3>
        												</a>
        												<p>??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!</p>
        											</div>
        										</div>
        																</div>
        								<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_more">
        									<a href="http://ipnx.cn/ko/ai">???</a>
        								</div>
        							</div>
        						</div>
        					
        
        
        					<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4">
        						<div   id="wjcelcm34c"   class="phpmain1_4R_readrank">
        							<div   id="wjcelcm34c"   class="phpmain1_4R_readrank_top">
        								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									src="/static/imghw/hotarticle2.png" alt="" />
        								<h2>?? ??</h2>
        							</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottom">
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796828723.html" title="Agnes Tachyon ?? ??? | ?? ?? ?? ?? (Derby Musume)" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon ?? ??? | ?? ?? ?? ?? (Derby Musume)</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 ? ? ?</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/1796828810.html" title="NYT 'Connections'?? 7 ? 2 ? ??? : ?? ??? ?? ??? ??" class="phpgenera_Details_mainR4_bottom_title">NYT 'Connections'?? 7 ? 2 ? ??? : ?? ??? ?? ??? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 ? ? ?</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        														</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_more">
        								<a href="http://ipnx.cn/ko/article.html">???</a>
        							</div>
        						</div>
        					</div>
        
        
        											<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3">
        							<div   id="wjcelcm34c"   class="phpmain1_4R_readrank">
        								<div   id="wjcelcm34c"   class="phpmain1_4R_readrank_top">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/hottools2.png" alt="" />
        									<h2>??? ??</h2>
        								</div>
        								<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_bottom">
        																		<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???++7.3.1" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_title">
        													<h3>???++7.3.1</h3>
        												</a>
        												<p>???? ?? ?? ?? ???</p>
        											</div>
        										</div>
        																			<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 ??? ??" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_title">
        													<h3>SublimeText3 ??? ??</h3>
        												</a>
        												<p>??? ??, ???? ?? ????.</p>
        											</div>
        										</div>
        																			<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? 13.0.1 ???" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_title">
        													<h3>???? 13.0.1 ???</h3>
        												</a>
        												<p>??? PHP ?? ?? ??</p>
        											</div>
        										</div>
        																			<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? CS6" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_title">
        													<h3>???? CS6</h3>
        												</a>
        												<p>??? ? ?? ??</p>
        											</div>
        										</div>
        																			<div   id="wjcelcm34c"   class="phpmain_tab2_mids_top">
        											<a href="http://ipnx.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac ??" />
        											</a>
        											<div   id="wjcelcm34c"   class="phpmain_tab2_mids_info">
        												<a href="http://ipnx.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_title">
        													<h3>SublimeText3 Mac ??</h3>
        												</a>
        												<p>? ??? ?? ?? ?????(SublimeText3)</p>
        											</div>
        										</div>
        																	</div>
        								<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_more">
        									<a href="http://ipnx.cn/ko/ai">???</a>
        								</div>
        							</div>
        						</div>
        										
        
        					
        					<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4">
        						<div   id="wjcelcm34c"   class="phpmain1_4R_readrank">
        							<div   id="wjcelcm34c"   class="phpmain1_4R_readrank_top">
        								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									src="/static/imghw/hotarticle2.png" alt="" />
        								<h2>??? ??</h2>
        							</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottom">
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/laravel-tutori" title="??? ????" class="phpgenera_Details_mainR4_bottom_title">??? ????</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>1597</span>
        										</div>
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>29</span>
        										</div>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/php-tutorial" title="PHP ????" class="phpgenera_Details_mainR4_bottom_title">PHP ????</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>1488</span>
        										</div>
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>72</span>
        										</div>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/nytminicrosswordanswe" title="NYT ?? ??? ?? ??" class="phpgenera_Details_mainR4_bottom_title">NYT ?? ??? ?? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>268</span>
        										</div>
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>587</span>
        										</div>
        									</div>
        								</div>
        															<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://ipnx.cn/ko/faq/newyorktimesdailybrief" title="NYT ?? ??? ??" class="phpgenera_Details_mainR4_bottom_title">NYT ?? ??? ??</a>
        									<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>130</span>
        										</div>
        										<div   id="wjcelcm34c"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>836</span>
        										</div>
        									</div>
        								</div>
        														</div>
        							<div   id="wjcelcm34c"   class="phpgenera_Details_mainR3_more">
        								<a href="http://ipnx.cn/ko/faq/zt">???</a>
        							</div>
        						</div>
        					</div>
        				</div>
        			</div>
        							<div   id="wjcelcm34c"   class="Article_Details_main2">
        					<div   id="wjcelcm34c"   class="phpgenera_Details_mainL4">
        						<div   id="wjcelcm34c"   class="phpmain1_2_top">
        							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
        									src="/static/imghw/index2_title2.png" alt="" /></a>
        						</div>
        						<div   id="wjcelcm34c"   class="phpgenera_Details_mainL4_info">
        
        													<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828180.html" title="autopRefixer ? ???? ??? ??????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139012130913.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="autopRefixer ? ???? ??? ??????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828180.html" title="autopRefixer ? ???? ??? ??????" class="phphistorical_Version2_mids_title">autopRefixer ? ???? ??? ??????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:15 AM</span>
        								<p class="Articlelist_txts_p">AutoPrefixer? ?? ???? ??? ???? ?? ?? ???? CSS ??? ???? ???? ?????. 1. ????? ???? ???? ???? ??? ?????. 2. PostCSS ???? ??, CSS? ?? ???? ???? ?? ???? ??? ???? ??? ?? ??? ?????. 3. ?? ???? ???? ??, ??????? ?? ? ?? ???????? ????? ?? ?????. 4. ???? ???? ???? ???? ?? ?? ????, ???? ?? ??? ?? ???? ???? ????? ?? ???? ?? ????.</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828149.html" title="?? ??? ?? ?? ?? ?? ??? CSS ????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175138946074845.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="?? ??? ?? ?? ?? ?? ??? CSS ????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828149.html" title="?? ??? ?? ?? ?? ?? ??? CSS ????" class="phphistorical_Version2_mids_title">?? ??? ?? ?? ?? ?? ??? CSS ????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:04 AM</span>
        								<p class="Articlelist_txts_p">ToTeCreatesTickyHeaders andfooterswithcss, ?? ?? : stickyforheaderswithTopvalueAndz-index</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828192.html" title="????? ?? ? ??? ????? ??? ??? ??????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139036062064.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="????? ?? ? ??? ????? ??? ??? ??????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828192.html" title="????? ?? ? ??? ????? ??? ??? ??????" class="phphistorical_Version2_mids_title">????? ?? ? ??? ????? ??? ??? ??????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:19 AM</span>
        								<p class="Articlelist_txts_p">?? ?? ? ??? ????? ????? ?? ??? CSSGrid? ?? (Auto-Fit, Minmax ()) ??? ???? ????. 1. ???-???-?? ?? : ?? (?? ??, minmax (200px, 1fr)) ????? ?? ?? ???? ???? ? ?? ?? ? ?? ??? ????????. 2. ??? ???? ??? ??? ??????. 3. ????? ?? ?? ?? ??? ??????? 100%, ?? ?? : ?? ?? ??? ??? ???? ??? ?????? Border-Box? ???????. 4. ????? ?? ?? ??? ???? ????? ?? ? ??? ??? ??? ?????.</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796831408.html" title="?? ??? ? ????? ????? CSS ????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175181807052041.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="?? ??? ? ????? ????? CSS ????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796831408.html" title="?? ??? ? ????? ????? CSS ????" class="phphistorical_Version2_mids_title">?? ??? ? ????? ????? CSS ????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 07, 2025 am	 12:07 AM</span>
        								<p class="Articlelist_txts_p">CSS?? ????? ??? ? ?? ??? ????. 1. HTML ? CSS? ?? ??? ?????? ???? ?? ???? ?? ???? ??????. 2. ?? ??? ??? ?? ???? ???? ?? ?? ??? ?? ?? ??? ??????. 3. ??? ????? ???? JavaScript? ?? ???? ?????? ??? ?????. ? ?? ??? ??? ??? ????? ?? ??, ??, ??? ? ?? ???? ?? ?? ?? ??? ???? ?????.</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828118.html" title="??? ?? ???? ??? ? CSS ????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175138874138984.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="??? ?? ???? ??? ? CSS ????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828118.html" title="??? ?? ???? ??? ? CSS ????" class="phphistorical_Version2_mids_title">??? ?? ???? ??? ? CSS ????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 12:52 AM</span>
        								<p class="Articlelist_txts_p">Mobile-FirstcsSdesignRequiresTtingTheviewPortMetatag, RelativeUnits, StylingFromsMallScreensup, ??? ???? andtouchtargets.first, addtocontrolscaling.second, ??%, em, orreminsteadofpixelsforflexelayouts.third</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828119.html" title="??? ??? ?? ???? ??? ???? ???? ??? ??????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175138878123538.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="??? ??? ?? ???? ??? ???? ???? ??? ??????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828119.html" title="??? ??? ?? ???? ??? ???? ???? ??? ??????" class="phphistorical_Version2_mids_title">??? ??? ?? ???? ??? ???? ???? ??? ??????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 12:53 AM</span>
        								<p class="Articlelist_txts_p">???? ?? ??? ????? ???? ???? ?? ???? ?? ? ? ????. 1. ?? : 0auto ?? ?? ???? ???? ?? ????? ??? ?? ??? ????? ????? ???????. 2. Flexbox? ???? ?? ?????? ??? ? ?? ?? ??? ???? ??? : 100VH? ???? ?? ? ?? ???? ???? ?? ?? ????? ????? ?????. 3. CSSGRID? ?? ?? ??? ???? ?? ????? ??? ???? ???? ?? ????? ?????? ??? ?? ????? ??? ???? ???????. ? ???? ?? ??? ???? ? ?? ??? ???? ?? ??? ?? ??? ???? ??????.</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796828177.html" title="@supports? ???? CSS? ?? ?? ? ??????" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139007073539.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="@supports? ???? CSS? ?? ?? ? ??????" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796828177.html" title="@supports? ???? CSS? ?? ?? ? ??????" class="phphistorical_Version2_mids_title">@supports? ???? CSS? ?? ?? ? ??????</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:14 AM</span>
        								<p class="Articlelist_txts_p">feacturedetectionincssusing@supportschecksifabrowsersupportseaspecificfeaturebeforplyplyplatedstyles.1.itusesconditionalcssblocksbasedonproperty-valuepair, sublics@supports (display : grid)</p>
        							</div>
        														<div   id="wjcelcm34c"   class="phphistorical_Version2_mids">
        								<a href="http://ipnx.cn/ko/faq/1796831743.html" title="CSS ???? ??? ?? ? ??? ??" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182386183257.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="CSS ???? ??? ?? ? ??? ??" />
        								</a>
        								<a href="http://ipnx.cn/ko/faq/1796831743.html" title="CSS ???? ??? ?? ? ??? ??" class="phphistorical_Version2_mids_title">CSS ???? ??? ?? ? ??? ??</a>
        								<span id="wjcelcm34c"    class="Articlelist_txts_time">Jul 07, 2025 am	 01:44 AM</span>
        								<p class="Articlelist_txts_p">CSS ???? ??? ? ??? ??? ????? ???? ??? ???? ???? ?? ?? ???? ????? ???????. 1. Flexbox ? ??? ??? ?? ???? ??? ??, ?? : ??? ?? ? ????? ??? ????. 2. Caniuse ?? ?? ?? ??? ??????. 3. -webkit-, -moz-, -ms-, -o- ? ?? ???? ???? ???? ?????. 4. AutoPrefixer? ???? ???? ???? ???? ?? ????. 5. ?? ????? ????? PostCSS? ???? BrowsersList? ??????. 6. ?? ? ???? ???? ?????. 7. Modernizr ?? ??? ??? ????? ??? ? ????. 8. ?? ????? ???? ?? ? ??? ????.</p>
        							</div>
        													</div>
        
        													<a href="http://ipnx.cn/ko/web-designer.html" class="phpgenera_Details_mainL4_botton">
        								<span>See all articles</span>
        								<img src="/static/imghw/down_right.png" alt="" />
        							</a>
        											</div>
        				</div>
        					</div>
        	</main>
        	<footer>
            <div   id="wjcelcm34c"   class="footer">
                <div   id="wjcelcm34c"   class="footertop">
                    <img src="/static/imghw/logo.png" alt="">
                    <p>???? ??? PHP ??,PHP ???? ?? ??? ?????!</p>
                </div>
                <div   id="wjcelcm34c"   class="footermid">
                    <a href="http://ipnx.cn/ko/about/us.html">?? ??</a>
                    <a href="http://ipnx.cn/ko/about/disclaimer.html">?? ??</a>
                    <a href="http://ipnx.cn/ko/update/article_0_1.html">Sitemap</a>
                </div>
                <div   id="wjcelcm34c"   class="footerbottom">
                    <p>
                        ? php.cn All rights reserved
                    </p>
                </div>
            </div>
        </footer>
        
        <input type="hidden" id="verifycode" value="/captcha.html">
        
        
        
        
        		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
        	
        	
        	
        	
        	
        
        	
        	
        
        
        
        
        
        
        <footer>
        <div class="friendship-link">
        <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
        <a href="http://ipnx.cn/" title="亚洲国产日韩欧美一区二区三区">亚洲国产日韩欧美一区二区三区</a>
        
        <div class="friend-links">
        
        
        </div>
        </div>
        
        </footer>
        
        
        <script>
        (function(){
            var bp = document.createElement('script');
            var curProtocol = window.location.protocol.split(':')[0];
            if (curProtocol === 'https') {
                bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
            }
            else {
                bp.src = 'http://push.zhanzhang.baidu.com/push.js';
            }
            var s = document.getElementsByTagName("script")[0];
            s.parentNode.insertBefore(bp, s);
        })();
        </script>
        </body><div id="nzjuq" class="pl_css_ganrao" style="display: none;"><track id="nzjuq"></track><dl id="nzjuq"><xmp id="nzjuq"><tt id="nzjuq"></tt></xmp></dl><fieldset id="nzjuq"><dd id="nzjuq"><em id="nzjuq"></em></dd></fieldset><menu id="nzjuq"></menu><abbr id="nzjuq"><i id="nzjuq"></i></abbr><menu id="nzjuq"><dl id="nzjuq"><acronym id="nzjuq"></acronym></dl></menu><s id="nzjuq"><td id="nzjuq"><form id="nzjuq"><font id="nzjuq"></font></form></td></s><pre id="nzjuq"></pre><style id="nzjuq"></style><object id="nzjuq"></object><var id="nzjuq"><dl id="nzjuq"><legend id="nzjuq"></legend></dl></var><nav id="nzjuq"></nav><dl id="nzjuq"></dl><object id="nzjuq"></object><delect id="nzjuq"><tt id="nzjuq"></tt></delect><kbd id="nzjuq"><tr id="nzjuq"><tbody id="nzjuq"></tbody></tr></kbd><th id="nzjuq"></th><ruby id="nzjuq"><li id="nzjuq"><pre id="nzjuq"><pre id="nzjuq"></pre></pre></li></ruby><em id="nzjuq"><abbr id="nzjuq"><var id="nzjuq"><label id="nzjuq"></label></var></abbr></em><strike id="nzjuq"></strike><del id="nzjuq"></del><mark id="nzjuq"></mark><dfn id="nzjuq"><li id="nzjuq"></li></dfn><small id="nzjuq"><dfn id="nzjuq"></dfn></small><i id="nzjuq"></i><tr id="nzjuq"></tr><code id="nzjuq"><source id="nzjuq"><address id="nzjuq"></address></source></code><b id="nzjuq"></b><s id="nzjuq"><fieldset id="nzjuq"></fieldset></s><strong id="nzjuq"></strong><menu id="nzjuq"></menu><th id="nzjuq"><tfoot id="nzjuq"><samp id="nzjuq"></samp></tfoot></th><small id="nzjuq"></small><sup id="nzjuq"><rp id="nzjuq"><abbr id="nzjuq"><li id="nzjuq"></li></abbr></rp></sup><ruby id="nzjuq"><th id="nzjuq"><tbody id="nzjuq"><strong id="nzjuq"></strong></tbody></th></ruby><pre id="nzjuq"></pre><thead id="nzjuq"></thead><option id="nzjuq"></option><cite id="nzjuq"><div id="nzjuq"><dd id="nzjuq"><delect id="nzjuq"></delect></dd></div></cite><object id="nzjuq"></object><label id="nzjuq"></label><dl id="nzjuq"></dl><menuitem id="nzjuq"><kbd id="nzjuq"><tr id="nzjuq"></tr></kbd></menuitem><optgroup id="nzjuq"><nav id="nzjuq"></nav></optgroup><sup id="nzjuq"><ins id="nzjuq"><video id="nzjuq"><li id="nzjuq"></li></video></ins></sup><b id="nzjuq"></b><option id="nzjuq"><em id="nzjuq"><dfn id="nzjuq"><cite id="nzjuq"></cite></dfn></em></option><pre id="nzjuq"><object id="nzjuq"><rt id="nzjuq"></rt></object></pre><object id="nzjuq"><s id="nzjuq"><dl id="nzjuq"></dl></s></object></div>
        
        </html>