Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 09:08:29 -05:00
committed by GitHub
parent 658c70d720
commit 434c827298

View File

@@ -5,11 +5,13 @@
<title>Test Document</title> <title>Test Document</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../app/stylesheet.css"> <link rel="stylesheet" type="text/css" href="../app/stylesheet.css">
#demo { <style>
width: 1200px; #demo {
margin: 9px auto; width: 1200px;
border: 2px solid blue; margin: 9px auto;
} border: 2px solid blue;
}
</style>
</head> </head>
<body> <body>