diff --git a/web2/css/styles.css b/web2/css/styles.css index 0d7caf7..90cee7b 100644 --- a/web2/css/styles.css +++ b/web2/css/styles.css @@ -11,3 +11,12 @@ section { padding-top: 9rem; padding-bottom: 9rem; } +th{ + border-color: black; + border-style: solid; + border-width: 1px; +} +th:hover { + background-color: #4fa9e6; + cursor: pointer; +} \ No newline at end of file diff --git a/web2/css/styles2.css b/web2/css/styles2.css deleted file mode 100644 index ea9a784..0000000 --- a/web2/css/styles2.css +++ /dev/null @@ -1,19 +0,0 @@ -html { - scroll-padding-top: 3.5rem; -} - -header { - padding-top: 5rem; - padding-bottom: 3rem; -} - -section { - padding-top: 9rem; - padding-bottom: 9rem; -} - -figcaption{ - font-weight: lighter; - font-size: small; - font-style: italic; -}