Skip to content

Commit

Permalink
hzuapps#47 第2次实验~练习CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
iRootz committed Oct 15, 2017
1 parent 2b97176 commit 0d9e3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion 1517010101/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

p {
color:red;
font-weight:bolder;
}

#mytable {
Expand Down
4 changes: 2 additions & 2 deletions 1517010101/cssWork.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
</head>

<body>
<p>这是第一段</p>
<p>第一段</p>
<style>
div{
font-size:100px;
}
</style>

<div>
<p>这是第二段</p>
<p>第二段</p>
</div>

<table id="mytable" border="1">
Expand Down

0 comments on commit 0d9e3b4

Please sign in to comment.