From 755c853fcaad4f2f3f37dc7fc655dea6c5b58444 Mon Sep 17 00:00:00 2001 From: Mohamed Alshehhi <ma3649@drexel.edu> Date: Mon, 4 Nov 2019 15:48:11 -0500 Subject: [PATCH] Update stylesheet.css --- stylesheet.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 7e38467..29f35b6 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -7,6 +7,9 @@ html{ body { text-align: center; /*Question 5d*/ + background-image: url("https://www.adazing.com/wp-content/uploads/2019/02/open-book-clipart-18-300x300.png"); + background-repeat:no-repeat; + background-size:cover; } table { -- GitLab