Skip to content

Commit

Permalink
Merge pull request #52 from 2521598730/master
Browse files Browse the repository at this point in the history
#47 第2次实验~练习CSS
  • Loading branch information
zengsn authored Oct 11, 2017
2 parents 2c53ba7 + d812acb commit 2acba62
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 24 deletions.
30 changes: 30 additions & 0 deletions 1517060313/151706013.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>第二次试验</title>
<style type="text/css">
.style {
}
</style>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p class="a">你好</p>
<div class="style">
<p>这里有六个字</p>
</div>
<table class="tb" width="200" border="10">
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
</table>

</body>
</html>
23 changes: 0 additions & 23 deletions 1517060313/1517060313.html

This file was deleted.

1 change: 0 additions & 1 deletion 1517060313/a.txt

This file was deleted.

13 changes: 13 additions & 0 deletions 1517060313/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@charset "utf-8";
.sryle {
}
.a {
color: #C00}
.style{
color:#F00
}
.tb{

border-color:#F00

}

0 comments on commit 2acba62

Please sign in to comment.