• 08-10-2022, 21:47:09
    #1
    aşağıdaki şekilde bir kodum var. mobilde kötü duruyor mobil için boyutlandırmayı nasıl ayarlayabilirim

     width: 100%;
        max-width: 350px;
        height: 350px;
        background: url(xxx);
        display: flex;
        background-repeat: no-repeat;
        background-size: 350px;
        border-radius: 3px;
        justify-content: center;
        align-items: center;
        position: fixed;
        content: ".";
        font-size: 100%;
        color: transparent;
        font-weight: bold;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
        z-index: 5;
  • 08-10-2022, 21:51:06
    #2
    css media query ile yapabilirsiniz iyi çalışmalar