Skip to content
Snippets Groups Projects
ResultEnd.css 668 B
Newer Older
준현 강's avatar
준현 강 committed
.title-box {
  text-align: center;
준현 강's avatar
준현 강 committed
  width: 50%;
준현 강's avatar
준현 강 committed
}
.form-container {
  margin-bottom: 20px;
  padding: 0;
}
  border: 1px solid;
  padding: 10px;
}
준현 강's avatar
준현 강 committed

.possible {
  position: fixed;
준현 강's avatar
준현 강 committed
  right: 0; /* 화면의 오른쪽 끝에 고정 */
  top: 60%; /* 화면의 상단으로부터 50%의 위치에 고정 */
준현 강's avatar
준현 강 committed
  transform: translateY(
    -50%
  ); /* 상단 50% 위치에서 자기 자신의 높이의 절반을 위로 이동 */
준현 강's avatar
준현 강 committed
  width: 20%;
준현 강's avatar
준현 강 committed
  border: 1px solid black;
  padding: 20px;
준현 강's avatar
준현 강 committed

.row {
  display: flex;
  justify-content: center;

.closedFalse {
  display: flex;
  flex-direction: column;
  align-items: center;
}