前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >html登录页面学习

html登录页面学习

作者头像
花狗Fdog
发布2020-11-10 14:24:32
7.3K0
发布2020-11-10 14:24:32
举报
文章被收录于专栏:花狗在Qt花狗在Qt
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>程序员之家</title>
    <style>
        html {
            background: url(lib/timg.jpg)fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    </style>
</head>
<body>
    <br><br><br><br><br><br>
    <div class="text" style=" text-align:center; color aliceblue "><font size="+3">欢迎访问程序员之家</font></div>
    <br>
    <br>
    <br>
    <br>
    <div style="text-align:center;">
        <input type="text" placeholder="用户名" style="align:center; width:200px; height:25px;background-color:rgba(255,255,255,255);
border-color:rgba(255,255,255,255);
color: rgba(0, 0, 0,255);
border-style:solid;
border-width:2px;
border-radius:10px;
font:19px " 宋体";" />
    </div>
    <br>
    <div style="text-align:center;">
        <input type="text" placeholder="密码" style="width:200px; height:25px;background-color:rgba(255,255,255,255);
border-color:rgba(255,255,255,255);
color: rgba(0, 0, 0,255);
border-style:solid;
border-width:2px;
border-radius:10px;
font:19px " 宋体";" />
    </div>
    <div style="text-align: center">
        <a href="baidu.com" style="text-decoration:none;color: aliceblue">
            <font size="2">
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;忘记密码?
            </font>
        </a>
    </div>
    <br>
    <div style="text-align: center">
        <button type="button" style="background-color:rgba(255,0,0,0);border-color:rgba(255,255,255,255);color: rgba(255, 255, 255,255);border-style:solid;border-width:2px;border-radius:5px;font:19px " 宋体";">&nbsp;&nbsp;&nbsp;&nbsp;立即登录&nbsp;&nbsp;&nbsp;&nbsp;</button>
        <button type="button2" style="background-color:rgba(255,0,0,0);border-color:rgba(255,255,255,255);color: rgba(255, 255, 255,255);border-style:solid;border-width:2px;border-radius:5px;font:19px " 宋体";">&nbsp;&nbsp;&nbsp;&nbsp;注册账户&nbsp;&nbsp;&nbsp;&nbsp;</button>
    </div>
</body>
</html>
在这里插入图片描述
在这里插入图片描述
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-11-07 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档