简单的个人介绍网页-主页面【附代码】

主页面

 

代码1(style.css)

      .nav {
            height: 41px;
            border-top: 3px solid #b4fffa;
            border-bottom: 1px solid #edeef0;
            background-color: #fcfcfc;
            line-height: 41px;
        }

        .nav a {
           
            display: inline-block;
            height: 41px;
            font-size: 15px;
            color: #4c4c4c;
            text-decoration: none;
            padding: 0px 20px;
        }

        .nav a:hover {
            background-color: #fcfcfc;
            color: #93d9eb;
        }

代码2(主页面)





    
    
    HOMEPAGE
    
    



    
    

About us

We are a group that loves learning and is positive

Successful or failing, we should always feel hopeful about the future.

转载于https://blog.csdn.net/Baridhu/article/details/110004129?utm_medium=distribute.pc_category.none-task-blog-hot-17.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-17.nonecase

你可能感兴趣的:(css,js,html,html5,less)