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:
parent
f682234a3c
commit
893b09c2eb
@ -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…
Reference in New Issue
Block a user