implemented hashbrown assignment.

This commit is contained in:
2025-04-17 14:58:51 -06:00
parent 5e88f52c21
commit d1097bedb3
157 changed files with 1038 additions and 12514 deletions
+23
View File
@@ -0,0 +1,23 @@
* {
margin: 0;
padding: 0;
}
h3 {
font-size: 24px;
}
.success,
.error {
padding: 30px;
border: 3px solid black;
color: white;
}
.success {
background-color: green;
}
.error {
background-color: red;
}