diff --git a/photo/02melancholy/melancholy01.JPG b/photo/02melancholy/melancholy01.JPG new file mode 100644 index 0000000..fd2fad7 Binary files /dev/null and b/photo/02melancholy/melancholy01.JPG differ diff --git a/photo/02melancholy/melancholy02.JPG b/photo/02melancholy/melancholy02.JPG new file mode 100644 index 0000000..035dc18 Binary files /dev/null and b/photo/02melancholy/melancholy02.JPG differ diff --git a/works2.css b/works2.css index f4e373d..008a08d 100644 --- a/works2.css +++ b/works2.css @@ -157,13 +157,26 @@ } .img-01 { - background-image: url('photo/kosame.JPG'); + background-image: url('photo/02melancholy/melancholy01.JPG'); animation: slide-animation-01 24s infinite; + background-position: 50% 50%; } .img-02 { - background-image: url('photo/kosame.JPG'); + background-image: url('photo/02melancholy/melancholy01.JPG'); animation: slide-animation-02 24s infinite; + background-position: 50% 50%;} + +.img-03 { + background-image: url('photo/02melancholy/melancholy01.JPG'); + animation: slide-animation-01 24s infinite; + background-position: 50% 50%; + } + +.img-04 { + background-image: url('photo/02melancholy/melancholy01.JPG'); + animation: slide-animation-02 24s infinite; + background-position: 50% 50%; } diff --git a/works2.html b/works2.html index ad44e50..7e1d5ec 100644 --- a/works2.html +++ b/works2.html @@ -16,7 +16,7 @@