Skip to content
Snippets Groups Projects
ResultEnd.css 330 B
Newer Older
.form-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
  border: 1px solid;
  padding: 10px;
}
.possible {
  margin-left: 0px;
  position: fixed;
  width: 20em;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  padding: 20px;
}
.row {
  display: flex;
  justify-content: center;