Skip to content

Commit

Permalink
neha's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Apr 16, 2022
1 parent 44b8692 commit 24cab30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 3D BOX.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
--left: 0;
}
.boxes .box > div:nth-child(2) {
--background: #f2e314;
--background: #ffc000;
--right: 0;
--rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
--background: #f5e944;
--background: #f2e314;
--rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
Expand Down Expand Up @@ -183,7 +183,7 @@ html {
position: fixed;
bottom:10%;
font-size: 18px;
color: rgb(237, 228, 100);
color: #ffc000;
}
.l-main {
transition:all 500ms;
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html{
scroll-behavior: smooth;
}
:root {
--first-color: gold;
--first-color: #ffc000;
--second-color: white;
}

Expand Down Expand Up @@ -528,7 +528,7 @@ section .title::after{
font-weight: 500;
}
.contact .contact-content .info .sub-title{
color: #333;
color: #707070;
}
.contact .right form .fields{
display: flex;
Expand Down

0 comments on commit 24cab30

Please sign in to comment.