Skip to content
View Diya223287452's full-sized avatar

Block or report Diya223287452

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Diya223287452/README.md
<title>Vue 3 Concepts Experimentation</title> <script src="https://cdn.jsdelivr.net/npm/vue@3.2.20/dist/vue.global.js"></script> <style> body { font-family: Bricolage Grotesque; margin: 0; padding: 0; background-color: #f5f5f5; }
  #app {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
  }

  .section {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(135, 59, 59, 0.1);
    margin: 10px;
    margin-left: 40px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.15, 1, 0.2, 2),
      box-shadow 0.15s ease-in-out;
  }

  .section:hover {
    transform: translateY(-17px);
    box-shadow: 0px 10px 30px rgba(58, 50, 50, 0.2);
  }

  h1 {
    text-align: center;
    margin-bottom: 35px;
    color: #45bdbd;
    font-size: 36px;
    font-style: Tulpen One;
    text-shadow: 3px 3px 5px rgba(98, 197, 239, 0.1);
  }

  .conditional-content {
    margin: 15px;
    font-size: 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .fade-in {
    opacity: 0.15;
    transform: translateY(0);
  }

  .toggle-content {
    color: #6e8aa7;
    cursor: default;
    transition: color 0.3s ease-in-out;
  }

  .toggle-content:hover {
    color: #455463;
  }

  .toggle-info {
    margin: 10px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .visible {
    opacity: 1;
    transform: translateY(0);
  }

  ul {
    list-style: circle;
    margin: 15px 0;
    padding-left: 30px;
  }

  .list-item {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .list-item.fade-in {
    opacity: 1;
    transform: translateX(0);
  }

  .nested-content {
    margin-top: 30px;
  }

  .input-field {
    padding: 10px;
    border: 2px solid #695e5e;
    border-radius: 8px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .input-field:focus {
    border-color: #395c83;
  }

  .typed-text {
    font-size: 20px;
    color: #395c83;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .typed-visible {
    opacity: 1;
    transform: scale(1);
  }
</style>
Toggle

Vue 3 Concepts

Oops :|

  <div class="section"></div>
</div>

<script src="app.js"></script>

Popular repositories Loading

  1. responsive_web responsive_web Public

    HTML

  2. responsive_web1.2p responsive_web1.2p Public

    HTML

  3. responsive_web2.1c responsive_web2.1c Public

    HTML

  4. Diya223287452 Diya223287452 Public

    Config files for my GitHub profile.

  5. project project Public

    HTML

  6. sit120-2.3c sit120-2.3c Public

    HTML