Ş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:
* {
.lesson {
   box-sizing: border-box;
   margin: 20px
}
}


body {
* {
  margin: 0;
    box-sizing: border-box
  font-family: Arial, Helvetica, sans-serif;
}
 
/* The grid: Three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}
}


.containerTab {
section {
  padding: 20px;
    margin: 20px auto;
  color: white;
    width: 940px;
    text-align: center;
    font-weight: bold
}
}


/* Clear floats after the columns */
.item {
.row:after {
    width: 10%;
  content: "";
    float: left;
  display: table;
    height: 200px;
  clear: both;
    line-height: 200px;
    cursor: pointer;
    border-right: 1px solid #FFF
}
}


/* Closable button inside the container tab */
.info {
.closebtn {
    float: left;
  float: right;
    background-color: #DDD;
  color: white;
    height: 200px;
  font-size: 35px;
    width: 0;
  cursor: pointer;
    display: none
}
}

01.22, 9 Ekim 2021 tarihindeki hâli

.lesson {
  margin: 20px
}

* {
    box-sizing: border-box
}

section {
    margin: 20px auto;
    width: 940px;
    text-align: center;
    font-weight: bold
}

.item {
    width: 10%;
    float: left;
    height: 200px;
    line-height: 200px;
    cursor: pointer;
    border-right: 1px solid #FFF
}

.info {
    float: left;
    background-color: #DDD;
    height: 200px;
    width: 0;
    display: none
}