Skip to content

Commit

Permalink
works2を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 18, 2024
1 parent 05aca89 commit 3e15979
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
Binary file added photo/02melancholy/melancholy01.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photo/02melancholy/melancholy02.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions works2.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}


Expand Down
9 changes: 4 additions & 5 deletions works2.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title> NakaharaNami's Portfolio </title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="works1.css">
<link rel="stylesheet" href="works2.css">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -84,7 +84,7 @@ <h2>watering flowers,is it love or not?</h2>
</div>

<div class="section-works1__image-body">
<img class="section-works1__image" src="photo/kosame.JPG" alt="top_image">
<img class="section-works1__image" src="photo/02melancholy/melancholy02.JPG" alt="top_image">
</div>
</section>

Expand All @@ -99,13 +99,12 @@ <h2>watering flowers,is it love or not?</h2>
</section>





<section class="img-frame">

<div class="img-01"></div>
<div class="img-02"></div>
<div class="img-03"></div>
<div class="img-04"></div>

</section>
</main>
Expand Down

0 comments on commit 3e15979

Please sign in to comment.