Şablon:Anasayfa/sınıflar.css: Revizyonlar arasındaki fark

Fen Ansiklopedisi sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
.button {
#container {
   background-color: #4CAF50; /* Green */
   width: 400px;
   border: none;
   height: 400px;
   color: white;
   position: relative;
   padding: 15px 32px;
   background: yellow;
   text-align: center;
}
   text-decoration: none;
#animate {
   display: inline-block;
   width: 50px;
   font-size: 16px;
   height: 50px;
   position: absolute;
   background-color: red;
}
}

16.56, 8 Ekim 2021 tarihindeki hâli

#container {
  width: 400px;
  height: 400px;
  position: relative;
  background: yellow;
}
#animate {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: red;
}