<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* prime.css Simple css example */

body {
  background-color: #ffeecc;
  color: black;  /* text color */
  margin-left: 4%;
}

h1 {
  background-color: darkgreen;
  color: white;
  font: normal bold 2.2em/2.6em 
        "Times New Roman", serif;
}
</pre></body></html>