Skip to content

Commit

Permalink
temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CHOCOCHANEL committed Apr 15, 2022
1 parent 6dcb8a2 commit a1a3dd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ section .team-intro img {
height: 225px;
border: 7px solid #fff;
border-radius: 50%;

margin-bottom: 25px;
margin-top: 50px;
margin-bottom: 20px;
}

section .team-intro h3 {
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>Competency</h3>

<div class="title">
<h2>몽몽이네</h2>
<p>2022 몽몽이 패밀리를 소개합니다.</p>
<p>몽몽이 패밀리를 소개합니다.</p>
</div>

<div class="row">
Expand All @@ -108,6 +108,7 @@ <h3>몽군</h3>
</p>
</div>
</div>

<div class="row">
<div class="team-intro">
<img src="img/team3.jpg">
Expand Down
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ document.querySelector(".left-arrow").onclick = function () {
prevSlide.classList.add("active");
}

// 5) Wriggling Image

0 comments on commit a1a3dd7

Please sign in to comment.