Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

/********** Main **********/
body {
background-color: beige;
background-image: url(../images/close-up-shot-of-marble.jpg);
background-repeat: no-repeat;
background-size: cover;
color: #3c0a00;
font-family: LXGW WenKai Mono TC;
}
Expand Down
Binary file added images/close-up-shot-of-marble.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Rick C">
<meta name="description" content="A chocolate chip cookie recipe.">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=LXGW+WenKai+Mono+TC">
</head>
<body>
Expand Down Expand Up @@ -96,7 +96,8 @@ <h3>Directions</h3>
</div>

<div class="row">
<div class="col" style="width: 100%;"><hr><p>This page created as academic activity only.</p></div>
<div class="col" style="width: 100%;"><hr><p>This page created as academic activity only.</p> <br>
<p>Background Image by: Kaboompics.com found, on <a href="https://www.pexels.com/photo/close-up-shot-of-a-marble-4705843/">www.pexels.com</a></p></div>
</div>

</div>
Expand Down