Skip to content

Commit

Permalink
hzuapps#47 第2次实验~练习CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyanhui123 committed Sep 27, 2017
1 parent 0fc6b9d commit e6cdfef
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 1517060332/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p {
color:blue;

}
div{
padding:100px 5px 7px 6px;
}
td{
border:1px solid red;
}



17 changes: 17 additions & 0 deletions 1517060332/xyh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="style.css" rel="stylesheet" />
<title></title>
<p>xiaoyanhui123</p>


</head>
<body>
<style class="big"></style>
<div class="big" style="background:#ff0000"> <h1>hello </h1></div>
<table style="width: 100%; padding: 2px 2px 2px 2px; border:1px solid red;">
<tr><td>xyh</td></tr><tr><td>xyh</td></tr></table>
</body>
</html>

0 comments on commit e6cdfef

Please sign in to comment.