First commit

This commit is contained in:
2025-09-10 14:42:57 -04:00
commit 1d12903e4e
65 changed files with 3587 additions and 0 deletions

19
Lab 4/colors.css Executable file
View File

@@ -0,0 +1,19 @@
/* colors.css -- Controlling the colors and borders for Lab 4
* author: Nicholas Tamassia
*/
header {
background: #450084;
color: #f5f5f5;
border-bottom: solid #dacce6 1vh;
}
body {
background: #dfd2aa;
}
section {
background: #f4efe1;
border: solid black 3px;
border-radius: 1vh;
}