summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/screen.css')
-rw-r--r--HTML/screen.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/HTML/screen.css b/HTML/screen.css
index 4a27230..a3237e0 100644
--- a/HTML/screen.css
+++ b/HTML/screen.css
@@ -11,7 +11,7 @@ body {
margin: auto;
width: 800px;
height: 600px;
- background-image: url(./image/bg.png);
+ background-image: url(./images/bg.png);
background-repeat: no-repeat;
color: #21449C;
font-family: sans-serif;
@@ -27,7 +27,7 @@ h1 a {
position: relative;
left: 10px;
top: 25px;
- background-image: url(./image/logo.png);
+ /* background-image: url(./images/logo.png); */
background-repeat: no-repeat;
width: 146px;
height: 34px;