Skip to content

Instantly share code, notes, and snippets.

View Wilhelm97's full-sized avatar
💯
Focusing on bigger things

Will Wilhelm97

💯
Focusing on bigger things
View GitHub Profile
@Wilhelm97
Wilhelm97 / carla.css
Last active May 5, 2018 18:06
This is from my Case Study Chapter 5
body {
background-color: #FFFFFF;
background-image: url(background.gif);
color: #0000FF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
}
#container { margin-left: auto;
margin-right: auto;
width:85%;
@Wilhelm97
Wilhelm97 / carla_progress.html
Last active May 5, 2018 18:08
This is a Case study for my class. Chapter 6.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Carla's Classroom | Progress Report Form</title>
<link href="carla.css" rel="stylesheet" type="text/css" />
<script>
//create the functions to get the student's name, HW and test averages
//create functions for attendance, arithmetic, reading, writing, total grade
//place information in designated areas on the web page
//create area for comments