Add class="title"

The style.css file has the class title, but that class was not in the index.html file
This commit is contained in:
Hersonmei 2021-12-10 15:24:33 -03:00 committed by GitHub
parent f682234a3c
commit 893b09c2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>