Skip to content

Commit

Permalink
confirmed a final design
Browse files Browse the repository at this point in the history
  • Loading branch information
namanica committed Mar 18, 2024
1 parent dbabb55 commit 8f52cef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Binary file modified images/backgrounds/beige.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/backgrounds/orangenyellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,73 +26,73 @@ const monthArr = [
name: "January",
image: "january.png",
background: "grey.jpg",
color:"#76ADA2",
color:"#C3E2C2",
},
{
name: "February",
image: "february.png",
background: "beige.jpg",
color: "#A1895D",
color: "#DBCC95",
},
{
name: "March",
image: "march.png",
background: "pink.jpg",
color: "#D66DBF",
color: "#E1AFD1",
},
{
name: "April",
image: "april.png",
background: "pinknwhite.jpg",
color: "#C69238",
color: "#F2C18D",
},
{
name: "May",
image: "may.png",
background: "pinknblue.jpg",
color: "#33B9CB",
color: "#B7C9F2",
},
{
name: "June",
image: "june.png",
background: "rainbow.jpg",
color: "#4AC638",
color: "#BFEA7C",
},
{
name: "July",
image: "july.png",
background: "greennblue.jpg",
color: "#45B96C",
color: "#76ABAE",
},
{
name: "August",
image: "august.png",
background: "yellownpurple.jpg",
color: "#7C5BA3",
color: "#B784B7",
},
{
name: "September",
image: "september.png",
background: "orangenblue.jpg",
color: "#DB2A23",
color: "#B3A398",
},
{
name: "October",
image: "october.png",
background: "orangenyellow.jpg",
color: "#F0890E",
color: "#F6B17A",
},
{
name: "November",
image: "november.png",
background: "burgundy.jpg",
color: "#AC5B52",
color: "#CAA6A6",
},
{
name: "December",
image: "december.png",
background: "whitenblue.jpg",
color: "#2B49D3",
color: "#BFCFE7",
},
];

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body {
background-repeat: no-repeat;
background-size: cover;
backdrop-filter: blur(10px);
backdrop-filter: blur(50px);
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 8f52cef

Please sign in to comment.