Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assignment Q1, Q3 #1

Open
seunguri opened this issue Mar 29, 2022 · 1 comment
Open

assignment Q1, Q3 #1

seunguri opened this issue Mar 29, 2022 · 1 comment
Labels

Comments

@seunguri
Copy link
Member

seunguri commented Mar 29, 2022

Q1. 아래 정리까지 너무 잘했습니다. 아이패드 사고 싶어지네요
Q3. 애플 감각이 있으신가요ㅋㅋㅋㅋㅋ깔끔-

민규님이 추가로 적용하고 싶었던 내용들

  1. 다크모드
  1. 글자에 호버해서 이미지 나오기
<style>
    .hiddenimg {
        display: none;
    }

    .hiddentxt {
        color: black;
        font-weight: bold;
        z-index:99;
    }

    .hiddentxt a {
        color: black;
        text-decoration: none;
        z-index: 99;
    }

    .hiddentxt:hover ~ .hiddenimg {
        display: block;
        position: absolute;
        z-index: 2
    }
</style>
<p><span class="hiddentxt"><a href="./img/water_proof_marshall.jpg">내구성이 뛰어난 실리콘 외관과 IPX7 방수 등급으로 오랜 시간 재생할 수 있는 콤팩트 휴대용 스피커입니다.</a></span><span class="hiddenimg"><img src="./img/water_proof_marshall.jpg" width="450px" height="250px" /></span></p>

image

리뷰

다음번 과제에서는 css 파일로 분리해도 좋을거같아요. 파일로 분리하면 모아서 관리할 수 있기 때문에 유지보수하기 좋습니다.

@cadenzza1
Copy link
Contributor

김승아최고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants