diff --git a/index.html b/index.html index 8cc2106..bff3fa7 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ $("#background").append(''); break; case 3: - $("#background").append(''); - typerColor = 'rgba(255,255,255,0.4)'; + $("#background").append(''); + typerColor = 'rgba(255,255,255,0.4)'; break; case 4: $("#background").append(''); @@ -121,30 +121,30 @@ } #submit{ border: 2px solid rgba(255,255,255,0.4); - border-radius: 10px; + border-radius: 10px; width: 30%; line-height: normal; color: rgba(255,255,255,0.6); -webkit-transition: color ease 0.5s,border-color ease 0.5s !important; -moz-transition: color ease 0.5s,border-color ease 0.5s !important; transition: color ease 0.5s, border-color ease 0.5s !important; -} +} #submit:hover{ cursor: pointer; color:rgba(241,194,214,0.4); - border: 2px solid rgba(241,194,214,0.4); + border: 2px solid rgba(241,194,214,0.4); transition: color ease 0.4s; -webkit-transition: color ease 0.5s; -moz-transition: color ease 0.5s; transition: color ease 0.5s; -} +} #submit:hover .fa-paper-plane{ cursor: pointer; color: rgba(241,194,214,0.5) !important; transition: color ease-in-out 0.5s; -webkit-transition: color ease 0.5s; -moz-transition: color ease 0.5s; -} +} .image{ height:auto !important; } @@ -152,12 +152,12 @@ margin-top:100px; padding-bottom:70px; } - +
-
+