Skip to content

Commit

Permalink
Colors Styling Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Feb 8, 2024
1 parent d0ea361 commit 4655ecc
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,126 @@ section {
background: linear-gradient(315deg, #3a3f38, #6abd1b);
}

.container .box:nth-child(110)::before,
.container .box:nth-child(110)::after {
background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.container .box:nth-child(111)::before,
.container .box:nth-child(111)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.container .box:nth-child(112)::before,
.container .box:nth-child(112)::after {
background: linear-gradient(315deg, #2b3427, #0a596a);
}

.container .box:nth-child(113)::before,
.container .box:nth-child(113)::after {
background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.container .box:nth-child(114)::before,
.container .box:nth-child(114)::after {
background: linear-gradient(315deg, #1e470c, #00d0ff);
}

.container .box:nth-child(115)::before,
.container .box:nth-child(115)::after {
background: linear-gradient(315deg, #3a3f38, #6abd1b);
}

.container .box:nth-child(116)::before,
.container .box:nth-child(116)::after {
background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.container .box:nth-child(117)::before,
.container .box:nth-child(117)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.container .box:nth-child(118)::before,
.container .box:nth-child(118)::after {
background: linear-gradient(315deg, #2b3427, #0a596a);
}

.container .box:nth-child(119)::before,
.container .box:nth-child(119)::after {
background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.container .box:nth-child(120)::before,
.container .box:nth-child(120)::after {
background: linear-gradient(315deg, #1e470c, #00d0ff);
}

.container .box:nth-child(121)::before,
.container .box:nth-child(121)::after {
background: linear-gradient(315deg, #3a3f38, #6abd1b);
}

.container .box:nth-child(122)::before,
.container .box:nth-child(122)::after {
background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.container .box:nth-child(123)::before,
.container .box:nth-child(123)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.container .box:nth-child(124)::before,
.container .box:nth-child(124)::after {
background: linear-gradient(315deg, #2b3427, #0a596a);
}

.container .box:nth-child(125)::before,
.container .box:nth-child(125)::after {
background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.container .box:nth-child(126)::before,
.container .box:nth-child(126)::after {
background: linear-gradient(315deg, #1e470c, #00d0ff);
}

.container .box:nth-child(127)::before,
.container .box:nth-child(127)::after {
background: linear-gradient(315deg, #3a3f38, #6abd1b);
}

.container .box:nth-child(128)::before,
.container .box:nth-child(128)::after {
background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.container .box:nth-child(129)::before,
.container .box:nth-child(129)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.container .box:nth-child(130)::before,
.container .box:nth-child(130)::after {
background: linear-gradient(315deg, #2b3427, #0a596a);
}

.container .box:nth-child(131)::before,
.container .box:nth-child(131)::after {
background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.container .box:nth-child(132)::before,
.container .box:nth-child(132)::after {
background: linear-gradient(315deg, #1e470c, #00d0ff);
}

.container .box:nth-child(133)::before,
.container .box:nth-child(133)::after {
background: linear-gradient(315deg, #3a3f38, #6abd1b);
}

.container .box span {
display: block;
position: absolute;
Expand Down

0 comments on commit 4655ecc

Please sign in to comment.