Answers for "100 bytes of css"

CSS
0

100 bytes of css

html {
  max-width: 60ch;
  padding: 1.5rem;
  margin: auto;
  line-height: 1.5rem;
  font-size: 24x;
}
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language