Galatasaray Sitem
İlk Fotoğraf
Yazan:Çağrı Efe Coşkun
*{ margin: 0px; padding: 0px; box-sizing: border-box; list-style: none; } html{ height: %100; } body{ height:100%; display: flex; flex-direction:column; } header{ min-height: 60px; background: orange ; color: #FFF; display: flex; justify-content:center; align-items:center; } .Container{ min-height:0px; display: flex; flex: 1; } .Content{ overflow:auto; padding:20px; } .RightBar{ width: 150px; background: red; padding: 20px; height: 1000px; text-align:center; } .Bolum1{ background: yellow; width: 800px; height: 450px; text-align: center; } .AltBaşlık{ background: red; text-align: center; font-family:; }