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> <title>Your page title here :)</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" 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 <!-- Mobile Specific Metas
--> -->
@ -28,6 +39,7 @@
</head> </head>
<body > <body >
<h2 style="text-align:center" >INDEX</h2><!providing heading -->
<!-- Primary Page Layout <!-- Primary Page Layout
--> -->