Merhabalar web sitemde menü sola dayalı fakat ben Ortlama yapmak istiyorum nasıl yapabilirim css ile?
float:left; yerine ne yazmam gerekiyor
                        | Menüyü Ortalama | 8 Mesajlar | 1.551 Okunma | ||
#menübar {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
#menübar ul {
    display: flex;
    justify-content: center;
    list-style-image: none;
    list-style-type: none;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
#menübar li {
    list-style-image: none;
    list-style-type: none;
    width: 80px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
https://jsfiddle.net/tehet/wgq38rjm/5/
#menübar {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
#menübar ul {
    display: flex;
    justify-content: center;
    list-style-image: none;
    list-style-type: none;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
#menübar li {
    list-style-image: none;
    list-style-type: none;
    width: 80px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
https://jsfiddle.net/tehet/wgq38rjm/5/