about summary refs log blame commit diff stats
path: root/public/index.css
blob: 63bffff48835ca8c45584c52abc9c99223726a9e (plain) (tree)
1
2

                          
























                                            
 






                                 
/* Add CSS styles here! */
body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  margin-top: 15px;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  max-width: 40em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
header ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 10px;
}

header ul li {
  margin: 0px 10px;
}

.container {
  margin: 20px;
}

#level {
  border: 0;
  border-bottom: 1px solid black;
  font-weight: bold;
  color: tomato;
}