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

body {
  margin-left: 5%;  /* leave some room on the left */
  background-image: linear-gradient(to right, #F5F5FF, #7777FF);
}

h1 {
  color: darkgreen; /* text color */
  font-family: Arial, Helvetica, sans-serif;
}

button {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;  /* larger than normal */
}
</pre></body></html>