Update index.html

This commit is contained in:
Rupeshiya 2018-02-25 21:55:27 +05:30 committed by GitHub
parent ab06d8465a
commit e88eb5b11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,17 @@
<title>Your page title here :)</title>
<meta name="description" content="">
<meta name="author" content="">
<style>
<!--providing color to background-------->
body{
background-color:grey;
}
<!-- making font stylish-------->
p{
font-family:Monotype Corsiva;
font-size:30px;
}
</style>
<!-- Mobile Specific Metas
-->
@ -27,7 +38,8 @@
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<body >
<h2 style="text-align:center" >INDEX</h2><!providing heading -->
<!-- Primary Page Layout
-->