SDI project 3
rename-me.js
alert("JavaScript works!");
__MACOSX/._rename-me.js
sdi-project3.html
SDI TERMNUMBER: FULL NAME
Project 3
In this space you should provide a short (one paragraph) explanation of your theme and why you chose it.
You may also use this space to explain any elements of your code story that may not be entirely clear. For example, if your theme is thirteenth century Italian poetry, not everyone may be familiar with that.
Don't forget to replace all of the capitalized elements in this template with your information. Your term number should be in a yymm format, including the year and the month.
COMPLETION DATE, FULL NAME
__MACOSX/._sdi-project3.html
sdi.css
html { background-color: #E1DFD3; } body { font-family: "Lucida Grande", "Arial", sans-serif; margin: 1.5em auto; padding: 1.5em; background-color: white; color: #4D4B39; max-width: 35em; border: 0.75em solid #A6A59C; line-height: 1.5em; } p { margin: 1.5em 0; } h1 { background-color: #4D4B39; color: #E1DFD3; font-size: 200%; padding: 0.75em; margin: -0.75em -0.75em 0.75em -0.75em; } h2 { background-color: #4D4B39; color: #88a75d; font-size: 150%; padding: 1em; margin: -1em -1em 1em -1em; } h1 + h2 { margin-top: -2em; padding-top: 0; }