diff options
-rw-r--r-- | images/reading_background.jpg | bin | 0 -> 39031 bytes | |||
-rw-r--r-- | reading_corner.html | 57 |
2 files changed, 57 insertions, 0 deletions
diff --git a/images/reading_background.jpg b/images/reading_background.jpg Binary files differnew file mode 100644 index 0000000..666b490 --- /dev/null +++ b/images/reading_background.jpg diff --git a/reading_corner.html b/reading_corner.html new file mode 100644 index 0000000..1a9168c --- /dev/null +++ b/reading_corner.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html> + +<head> + <title>Reading corner</title> + +<style> + +body { + color: black; + background-image: url('images/reading_background.jpg'); +} + +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} + +</style> + +</head> + +<body> + <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> + + <center> + <table border="1" width="60%"> + <tr> + <td> + <h2>Why do a boring old person thing like read?</h2> + <p> + I use to dislike reading because I thought reading was for boring old people. + It turned out I was correct, reading is for boring old people. Than I became + a boring old person. So now I read. + </p> + + <h2>How to find a good book</h2> + <p> + The more questons that answer with yes the more likely it is that the book is + worth a read: + </p> + <ul> + <li>Do christians dislike the book?</li> + <li>Did a school board in florida or texas try to ban it?</li> + <li>Is the author mentally insane?</li> + <li>Do book reviewers struggle to wrap their head around it?</li> + </ul> + </td> + </tr> + </table> + </center> +</body> +</html> |