diff --git a/ecstra/ecsta.css b/ecstra/ecsta.css index cf8d424e..343d1513 100644 --- a/ecstra/ecsta.css +++ b/ecstra/ecsta.css @@ -30,4 +30,19 @@ body { color: rgb(255, 255, 0); text-align: center; text-shadow: #065A82; + } + input{ + color: hotpink; + } + input:link, a:visited { + background-color: rgb(101, 90, 255); + color: white; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + } + + input:hover, a:active { + background-color: rgb(89, 252, 255); } \ No newline at end of file