diff --git a/hw/hw7/hw7.css b/hw/hw7/hw7.css
index 80d9a8b..6f8d92f 100644
--- a/hw/hw7/hw7.css
+++ b/hw/hw7/hw7.css
@@ -29,6 +29,20 @@ p{
width: 80%;
}
+.bad-input-tooltip {
+ display: block;
+ background: #ffffff;
+ color: #721c24;
+ border: 1px solid #8f0c19;
+ padding: 4px 8px;
+ max-width: 220px;
+ white-space: normal;
+}
+
+.bad-input-highlight {
+ outline: 2px solid #990917;
+}
+
.hidden{
display: none;
}
@@ -37,4 +51,4 @@ body{
gap: 20px;
grid-template-columns: repeat(12,1fr);
grid-template-rows:repeat(6,min-content) ;
-}
\ No newline at end of file
+}
diff --git a/hw/hw7/hw7.html b/hw/hw7/hw7.html
index 6ab2124..6505f93 100644
--- a/hw/hw7/hw7.html
+++ b/hw/hw7/hw7.html
@@ -40,6 +40,7 @@