<!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">
忘記密碼?
</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 " 宋體";"> 立即登錄 </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 " 宋體";"> 注冊賬戶 </button>
</div>
</body>
</html>

CSDN認證博客專家
Qt
C
C++
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/209730.html
標籤:其他
上一篇:第二次感想
下一篇:C# —— 簡單工廠設計模式詳述
