diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..ece9327 --- /dev/null +++ b/css/style.css @@ -0,0 +1,9 @@ +/* Sig in button */ +.sigIn{ + padding: 10px 25px 10px 25px; + background-color: #9E1CDB; + color: white; + border: none; + cursor: pointer; + float: right; +} \ No newline at end of file diff --git a/index.html b/index.html index 1989878..7d4925a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +