Commit 932cbc50 by Joyon Ahmed

ok

parent ab9994b9
Showing with 25 additions and 8 deletions
......@@ -65,10 +65,7 @@ html, body {
a:hover {
background-color: steelblue;
}
h1{
color: black;
text-transform: uppercase;
......@@ -81,6 +78,26 @@ html, body {
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
}
\ No newline at end of file
border: 2px solid steelblue;
border-radius: 20px;
background-color: #3CBC8D;
color: white;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
display: inline-block;
margin-left: 25%;
margin-right:25%;
width: 50%;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #4CAF50;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment