۱ ندا صابری
اعمال نشدن تغییرات در لیبل با فوکس شدن روی اینپوت
جامعه Html & CSS ایجاد شده در ۱۴ آذر ۱۴۰۱

سلام وقتتون بخیر

من تغییراتی که میخوام با فوکِس شدن اینپوت در استایل لیبلم ایجاد بشه متاسفانه نمیشه و من واقعا گیج شدم که دلیلش چی مبتونه باشه. ممنون میشم کمکم کنید

/////////////////////////////////////CSS style///////////////////////////////////////
<style>
.card{
    margin: 0 auto;
    max-width: 350px;
    min-height: 400px;
    background-color: #fff;
    padding: 35px 0 25px 0;
    display: flex;
    flex-direction: column;
}
.card .top-title{
    color: rgb(245, 59, 59);
    font-size: 25px;
    font-weight: 800;
    padding: 5px 30px;
    border-right: 3px solid  rgb(245, 59, 59);
    margin-bottom: 50px;
}
.card form{
    width: 80%;
    margin: 0 auto;
}
.card form .input-wrapper{
    position: relative;
}
.card form .input-wrapper label{
    position: absolute;
    top: -12px;
    font-size: 18px;
    transition: all .5s ease;
    color: #746d6d;
}
.container .card .input-wrapper input:focus ~label{
   color: red;
    top: -20px;
    font-size: 100px;
}
.card form .input-wrapper input{
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #afabab;
    margin-bottom:50px ;
}
style>
////////////////////////////////////HTML tags////////////////////////////////////////
<div class="container">
      <h1>پروژه شماره 3h1>
      
      <div class="card">
        <div class="top-title">ورودdiv>
        <form>
          <div class="input-wrapper">
            <label id="test" for="user">نام کاربریlabel>
            <input type="text" id="user"/>
            <div class="bar">div>
          div>
          <div class="input-wrapper">
            <label for="pass">کلمه عبورlabel>
            <input type="password" id="pass"/>
            <div class="bar">div>
          div>
          <div class="btn">
            <button><span>بزن بریمspan>button>
          div>
          <div class="repairPass">بازیابی کلمه عبورdiv>
        form>
      div>

درود

بی زحمت کد رو در یک کدپن آپلود کنید تا بتونیم بررسی کنیم. اینجوری همه تگها رو بهم میریزه و واقعا نمیشه چک کرد.

نازنین کریمی مقدم ۱۵ آذر ۱۴۰۱، ۱۳:۳۴