first commit
This commit is contained in:
40
CS2335/2335_lemmings/Lab_Files/final_project_files/style.css
Normal file
40
CS2335/2335_lemmings/Lab_Files/final_project_files/style.css
Normal file
@@ -0,0 +1,40 @@
|
||||
.important {
|
||||
background-color: #FFA8A8;
|
||||
border-width: 1;
|
||||
border-color: #000000;
|
||||
border-style: dashed;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.caution {
|
||||
background-color: #FFFF99;
|
||||
border-width: 1;
|
||||
border-color: #000000;
|
||||
border-style: dashed;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
background-color: #FFFF00;
|
||||
border-width: 1;
|
||||
border-color: #000000;
|
||||
border-style: dashed;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.note {
|
||||
background-color: #E8E8E8;
|
||||
border-width: 1;
|
||||
border-color: #000000;
|
||||
border-style: dashed;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.chapter {
|
||||
font-family: Georgia, Garamond, serif;
|
||||
}
|
||||
|
||||
.contrib {
|
||||
font-size: 8pt;
|
||||
text-indent: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user