문제풀이 테스트 > BASIC ORIGNAL

본문 바로가기
사이트 내 전체검색

BASIC ORIGNAL

개발 문제풀이 테스트

페이지 정보

본문

<style>
  .tooltip {
  position: relative;
  display: inline-block;
 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
  .question{ font-size: 20px; padding:5px 0px 0px 5px;}
  .correct:hover{ color:red; font-size: 18px;}
  .answer{ font-size: 16px; padding: 5px 10px;}
/*  .problem{ border: solid #E0D4D4 thin;}*/

</style>


  <div class="problem">
  <p class="question">Who is the best man in the world?</p>
  <div class="answer">1. Joe Biden</div>
  <div class="answer">2. Ronald Reagon</div>
  <div class="answer">3. Bill Clington</div>
  <div class="answer correct tooltip">1. kimchulyong
  <span class="tooltiptext">Everybody admits kimchulyong is the best man</span>
  </div>
  </div>
 
    <div class="problem">
  <p class="question">프런트 프로그래밍에서 꼭 배워야 할 것은?</p>
  <div class="answer">1. HTML</div>
  <div class="answer">2. CSS</div>
  <div class="answer">3. DataBase</div>
  <div class="answer correct tooltip">4. Javascript
  <span class="tooltiptext">Javascript admited by kimchulyong, It is the necessary</span>
  </div>
  </div>

Who is the best man in the world?

1. Joe Biden
2. Ronald Reagon
3. Bill Clington
1. kimchulyong Everybody admits kimchulyong is the best man

프런트 프로그래밍에서 꼭 배워야 할 것은?

1. HTML
2. CSS
3. DataBase
4. Javascript Javascript admited by kimchulyong, It is the necessary

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

음악듣기


사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

접속자집계

오늘
2,295
어제
3,006
최대
3,294
전체
31,414
Copyright © 소유하신 도메인. All rights reserved.