Untitled

 avatar
unknown
plain_text
3 years ago
1.3 kB
8
Indexable
body{
    background-image: url(ajanda.jpg);
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
h1{
    text-align: center;
    color:rgb(131,0,219) ;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-size: 62,5%;
}




.form__input {
  font-family: 'Roboto', sans-serif;
  color: rgb(119, 1, 204, 10);
  font-size: 1.2rem;
    margin: 0 auto;
  padding: 1.5rem 2rem;
  border: 4px solid rgb(61, 24, 86,0.4);
  border-radius: 20%;
  width: 90%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
  background: gainsboro;
}

.form__input:placeholder-shown + .form__label {
      color: rgb(131,0,219);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.form__input ::placeholder{
    color:  rgb(61, 24, 86);
}
ul{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    align-items: center;
    justify-content: left;
    border: 4px solid rgb(61, 24, 86,0.4);
    border-radius: 20%;
    background: gainsboro;
    color: rgb(119, 1, 204, 10);
}
Editor is loading...