added css

a little bit of css is added to made it user interactive and background is made a little bit darker
This commit is contained in:
hemanth kumar 2018-10-10 18:55:06 +05:30 committed by GitHub
parent ef27881a7d
commit 9fd845f53a
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>