Blogger Information
Blog 14
fans 0
comment 0
visits 9706
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Flex弹性布局20190910作业
德性的博客
Original
697 people have browsed it

0910作业:
将php中文网移动端首页,未完成的部分:最新更新, 最新文章完成
另外, 回看这二天的教学视频 ..
附加作业, 自己找一个优秀的手机页面, 用已掌握Flex技术进行仿站,只写首页即可

<!DOCTYPE html>

<html lang="zh_CN">


<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>相邻选择器与兄弟选择器</title>

    <link rel="stylesheet" href="demo03a.css">

</head>


<body>

    <ul>

        <li class="testclass">1</li>

        <li id="testid01">2</li>

        <li class="testclass">3</li>

        <li class="testclass">4</li>

        <li id="testid02">5</li>

        <li>6</li>

        <li>7</li>

        <li>8</li>

        <li>9</li>

        <li>10</li>

    </ul>

</body>


</html>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!