diff --git a/asset/css/index.css b/asset/css/index.css index ea7e0f7..6658ad3 100644 --- a/asset/css/index.css +++ b/asset/css/index.css @@ -8,8 +8,8 @@ body { } a { -text-decoration: none; -color: #e6e6e6; + text-decoration: none; + color: #e6e6e6; } .container { @@ -70,7 +70,7 @@ input { font-size: 15px; color: #e6e6e6; border-radius: 5px; - background-color: #532e1c; + background-color: green; } .btn-reset { @@ -90,6 +90,10 @@ table { width: 100%; } +th:nth-child(2) { + text-align: center; +} + th { height: 30px; border-bottom: 2px solid #532e1c; diff --git a/index.html b/index.html index f77aa4e..669a539 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,15 @@ - + - + @@ -27,15 +30,40 @@