Skip to content

Commit

Permalink
hzuapps#47 第二次试验~CSS练习
Browse files Browse the repository at this point in the history
  • Loading branch information
1517060322 committed Sep 27, 2017
1 parent e3028ef commit e61fba1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
28 changes: 24 additions & 4 deletions 1516090218/516090218.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
<title>1516090218</title>
<link href="19.css" rel="stylesheet" type="text/css">
</head>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="login">
<form>
<p>用户: <input type="text" class="text"></p>
<form>
<p>用户: <input type="text" class="text"></p>
<p>密码: <input type="text" class="text"></p>
<p><input type="button" class="btn" value="登录"> <input type="button" class="btn" value="注册"> <a href="#">忘记秘密</a></p>
</form>
</form>
<p id="p1">hhhhhh</div>
<img src="baall.jpg" class="pic2">
<table width="100" border="0" class="table">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</div>
12 changes: 12 additions & 0 deletions 1516090218/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@charset "utf-8";
/* CSS Document */

p#p1 {background-color:#009
}
#f1 {
background-color:#C30;
border: thin solid #F00;
}
.table {
border: thin double #F00;
}

0 comments on commit e61fba1

Please sign in to comment.