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