CoolFace
Apppublic

GING-UPM/Eco-Friendly_Use

sourceHugging Faceupdated 1y agoView on Hugging Face
3likes
styles.css91 linesDownload Raw Back to src
1* {2  box-sizing: border-box;3}4 5body {6  font-family: sans-serif;7  margin: 20px;8  padding: 0;9}10 11h1 {12  margin-top: 0;13  font-size: 22px;14}15 16h2 {17  margin-top: 0;18  font-size: 20px;19}20 21h3 {22  margin-top: 0;23  font-size: 18px;24}25 26h4 {27  margin-top: 0;28  font-size: 16px;29}30 31h5 {32  margin-top: 0;33  font-size: 14px;34}35 36h6 {37  margin-top: 0;38  font-size: 12px;39}40 41code {42  font-size: 1.2em;43}44 45ul {46  padding-inline-start: 20px;47}48 49* {50  box-sizing: border-box;51}52 53body {54  font-family: sans-serif;55  margin: 20px;56  padding: 0;57}58 59.square {60  background: #fff;61  border: 1px solid #999;62  float: left;63  font-size: 24px;64  font-weight: bold;65  line-height: 34px;66  height: 34px;67  margin-right: -1px;68  margin-top: -1px;69  padding: 0;70  text-align: center;71  width: 34px;72}73 74.board-row:after {75  clear: both;76  content: '';77  display: table;78}79 80.status {81  margin-bottom: 10px;82}83.game {84  display: flex;85  flex-direction: row;86}87 88.game-info {89  margin-left: 20px;90}91