Difference between revisions of "Team:CU Boulder/notebook/notebook"
(Created page with "{{CU_Boulder}} <html lang="en"> <head> </head> <body> <!-- Content goes between the article tags --> <article> <h1>Our Notebook</h1> </article> </body> </html> {{CU_Bould...") |
|||
Line 2: | Line 2: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
+ | <style> | ||
+ | .frame { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | border: 3px solid black; | ||
+ | |||
+ | -webkit-box-shadow: -1px 1px 5px 5px rgba(50, 50, 50, 0.5); | ||
+ | -moz-box-shadow: -1px 1px 7px 5px rgba(50, 50, 50, 0.5); | ||
+ | box-shadow: -1px 1px 7px 5px rgba(50, 50, 50, 0.5); | ||
+ | } | ||
+ | .click_table { | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 7: | Line 23: | ||
<article> | <article> | ||
<h1>Our Notebook</h1> | <h1>Our Notebook</h1> | ||
− | + | ||
− | + | <table> | |
+ | <tr> | ||
+ | <td>Jill</td> | ||
+ | <td>Smith</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
Revision as of 21:01, 13 September 2015
<!DOCTYPE html>