In this exercise, you will be recreating a template from scratch using common CSS properties that you’ve learned thus far.
The purpose of this assignment is to get you used to writing HTML and CSS code to create content from scratch.

index.html file and css/styles.cssindex.html file:<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
batman_logo.png here Comfortaa and Fjalla One from Google Fonts. https://fonts.google.com/#000000 #909090 #303030 #0060A8 #FFF200 #0060ABinline-block on the body.body must not exceed 1280px in length (width);float properties.Comfortaa and Fjalla One from Google Fonts and link them into the website.Home, Journey, Details, Contact.75% of the page.h1 with the text Beginning the Journeyp element for the text that you got from http://batman-ipsum.com/.p tag in CSS to be no wider than 75% of the webpage.Batman Ipsum Provided by http://batman-ipsum.com/. The link must be used in an a tag.