Zuletzt bearbeitet vor 2 Monaten
von SaiCode

styles.css

.fs-box {
  background: #f9f9f9;
  text-align: center;
  border: 1px solid rgba(0,0,0,.2);
  margin-bottom: 1.5em;
  padding: 15px;
  font-size: 0.95em;
  border-radius: 6px;
}

.fs-box-title {
  color: #533a20;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 5px;
  border-bottom: 2px solid #64ae24;
  margin-bottom: 10px;
}

.fs-box-body {
  padding: 0.75em;
  line-height: 1.5em;
  text-align: center;
}