Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

changing home page background #170

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
9 changes: 8 additions & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
html {
background: #ededed;

// For Repeating Image Background
// background-image: url("https://cdn.pixabay.com/photo/2017/10/25/08/25/cupcakes-2887270_960_720.jpg");
// background-repeat: repeat;

background: rgb(26,146,238);
background: linear-gradient(25deg, rgba(26,146,238,1) 0%, rgba(89,178,235,1) 60%, rgba(158,217,255,1) 100%);

font-family: "Open Sans", sans-serif;
line-height: 1.4;
}
Expand Down