Update test.html

This commit is contained in:
KEBAL_VALA 2020-10-03 06:33:06 -04:00 committed by GitHub
parent fc091cce15
commit 722b0cfa55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
test.html vendored
View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Normalize CSS: UI tests</title> <title>Normalizing CSS: UI testing</title>
<script src="https://rawgit.com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min.js"></script> <script src="https://rawgit.com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min.js"></script>
<link rel="stylesheet" href="normalize.css"> <link rel="stylesheet" href="normalize.css">
<style> <style>
@ -28,7 +28,7 @@
} }
.Test-title { .Test-title {
font-size: 2em; font-size: 1.5em;
font-family: sans-serif; font-family: sans-serif;
padding: 20px; padding: 20px;
margin: 20px 0; margin: 20px 0;