Merge pull request #17 from hemanth-hk/master

added css
This commit is contained in:
Gabriel Simmer 2018-10-10 17:43:58 -07:00 committed by GitHub
commit deeada8847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
font-family: sans-serif;
padding: 0;
margin: 0;
background-color: #E9E9E9;
background-color: #a09f9f;
}
.container {
width: 40%;
margin: 0 auto;
margin: auto;
}
header {
@ -34,6 +34,9 @@
font-weight: 400;
text-align: center;
box-shadow:2px 2px 5px #888;
hover{
boeder : 6px 6px 6px 6px;
}
}
</style>
@ -50,4 +53,4 @@
<p><span id="sitename">rep_SNAME</span> is being worked on by <span id="devname">rep_DEVNAME!</span>!</p> <!-- See README for keywords -->
</div>
</body>
</html>
</html>