Newer
Older
web / Css / character.css
@InoueRyoya InoueRyoya on 17 Jun 2022 334 bytes add
h1{text-align: center; color:#FFAF58;}




h2 {
  text-align: center;
  background: #f8b668; 
  padding: 0.7em;
  color: white;
  border-radius: 1em;
}


table,
table th,
table td {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: #fff4e0;}

#character{margin: auto;}

body{background-color: #FFF4E0;}