require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
$pgtitle = "My site's guestbook";
$pgdescription = "please fill the guestbook before you leave the site.";
- head($pgtitle, $pgdescription);
+ $pgcss = ["guestbook.css"];
+ head($pgtitle, $pgdescription, $pgcss);
?>
<body>
<table id="content">
--- /dev/null
+body {
+ background-image: url('/images/backgrounds/backgroundl3.gif');
+ background-repeat: repeat;
+ background-size: unset;
+}
+#content {
+ background-color: black;
+ background-image: url('/images/backgrounds/doorBK.gif');
+ background-repeat: no-repeat;
+ background-position: right;
+ color: white;
+}
+body {
+ background-image: url('/images/backgrounds/clouds.gif');
+ background-repeat: repeat;
+ background-size: contain;
+}
+#content {
+ background-image: url('/images/backgrounds/paper.jpg');
+}
.entry-list-item {
font-style: italic;
}
body {
font-family: Palatino, serif;
- background-image: url('/images/backgrounds/clouds.gif');
-/*
+ background-image: url('/images/backgrounds/Ocean.jpg');
+ background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
-*/
- background-repeat: repeat;
- font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 28px;