diff --git a/1-2.jpg b/1-2.jpg new file mode 100644 index 0000000..e927258 Binary files /dev/null and b/1-2.jpg differ diff --git a/1.jpg b/1.jpg deleted file mode 100644 index 421d310..0000000 Binary files a/1.jpg and /dev/null differ diff --git a/styles.css b/styles.css index 90a6539..abad78b 100644 --- a/styles.css +++ b/styles.css @@ -35,7 +35,7 @@ h2 { } .column1:hover { opacity: 1; - background-image: url(1.jpg); + background-image: url(1-2.jpg); background-repeat: no-repeat; background-size: cover; }