First commit
This commit is contained in:
19
Lab 4/colors.css
Executable file
19
Lab 4/colors.css
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user