Add class="title"

The style.css file has the class title, but that class was not in the index.html file
pull/94/head
Hersonmei 3 years ago committed by GitHub
parent f682234a3c
commit 893b09c2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
<title>Random Image Feed</title>
</head>
<body>
<h1>Random Image Feed</h1>
<h1 class="title">Random Image Feed</h1>
<div class="container"></div>
<script src="script.js"></script>

Loading…
Cancel
Save