瀏覽代碼

增加背景颜色

HOUYT 7 年之前
父節點
當前提交
d6328e3bd4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      test.txt

+ 3 - 1
test.txt

@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <html>
 <head>
 	<title></title>
@@ -8,6 +8,8 @@
 			width: 100px;
 			height: 100px;
 			margin: 0 auto;
+    			background-color:"red";
+
 		}
 	</style>
 </head>