about summary refs log blame commit diff stats
path: root/public/index.css
blob: c47a532d4f5b8d07e8b08090f936b2f37c9e8fe1 (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;
}

.strikethrough {
  text-decoration: line-through;
  color: gray;
}

.highlight {
  color: green;
}