diff --git a/assets/index.html b/assets/index.html index 20af6cb..b449b2e 100644 --- a/assets/index.html +++ b/assets/index.html @@ -16,7 +16,21 @@ + Upload progress: + + +

+ +

+ + + + diff --git a/assets/style.css b/assets/style.css index 0b4c5a6..983da5b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -7,7 +7,16 @@ border: 2px black solid; } +.centered { + text-align: center; +} +img { + text-align: center; + border: 2px solid #ff6e00; + border-radius: 50%; + padding: 1%; +} button { background-color: #eee; @@ -38,9 +47,16 @@ form { a { color: #ff6e00; + text-decoration: none; } -a:hover {} +a:hover { + text-decoration: underline; +} + +footer { + top: 100%; +} #main { background-color: #eee; @@ -48,6 +64,7 @@ a:hover {} height: 100%; padding-left: 5%; padding-right: 5%; + outline: solid 2px #ff6e00; } .container {