squat.css 1.91 KB
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
@font-face {
    font-family: 'BMJUA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

button {
  margin: 10px;
  margin-bottom: 20px;
}

.w-btn {
  position: relative;
  border: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 15px;
  font-family: "BMJUA", sans-serif;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

.w-btn-outline {
  position: relative;
  padding: 15px 30px;
  border-radius: 15px;
  font-family: "BMJUA", sans-serif;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

.w-btn-indigo {
  background-color: aliceblue;
  color: #2e2f30;
}

.w-btn-indigo-outline {
  border: 3px solid aliceblue;
  color: #2e2f30;
}

.w-btn-indigo-outline:hover {
  color: #2e2f30;
  background: aliceblue;
}

.Title {
  font-size : 100px;
  font-family: BMEULJIRO;
  color : aliceblue;
  margin-top: 15%;
  text-align: center;
}

.click_title {
  font-size : 40px;
  font-family: BMEULJIRO;
  color : aliceblue;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  transition: 500ms;
}

.label-container {
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.circle {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: aliceblue;
  color: #2e2f30;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
}