Χρήστης:Geraki/Userspace/style.css

Από τη Βικιπαίδεια, την ελεύθερη εγκυκλοπαίδεια
.grk-bar {
  background: #f7f8ff; 
  border: 1px solid #88a; 
  max-width: 20em; 
  margin:auto; 
  padding: 5px;
 }

 .grk-bar > ul {
  list-style:none; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-evenly;
 }
 
 #firstHeading {
  background-color: rgb(0, 90, 0);
}