This commit is contained in:
Kyle Drake 2014-11-09 16:22:15 -08:00
commit 6593c9c2ed
2 changed files with 4 additions and 2 deletions

View file

@ -3,11 +3,9 @@
<head>
<meta charset="UTF-8">
<title>The web site of <%= username %></title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>

View file

@ -1,3 +1,7 @@
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
background-color: white;
color: black;