Skip to content

Commit 17f876a

Browse files
author
lintsang
committed
delete js file for the task requirement
1 parent 657c3d2 commit 17f876a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Form-Controls/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1{
2+
font-size: 1.5rem;
3+
}

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Sprint 1 form controls exercise</title>
77
<meta name="description" content="" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<link rel="stylesheet" href="css/style.css">
910
</head>
1011
<body>
1112
<header>
@@ -22,5 +23,6 @@ <h1>Insert Your Name Below</h1>
2223
<!-- change to your name-->
2324
<p>By Lin Tsang</p>
2425
</footer>
26+
<script src="js/script.js"></script>
2527
</body>
2628
</html>

0 commit comments

Comments
 (0)