From 899f5e6bc70d0a59856b5c3b92d3864e25215202 Mon Sep 17 00:00:00 2001 From: akanksha984 <97845909+akanksha984@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:00:48 +0530 Subject: [PATCH 1/3] Update style.css --- style.css | 73 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 60 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index d4458715..7243007f 100644 --- a/style.css +++ b/style.css @@ -188,6 +188,39 @@ p { margin-bottom: 33px; font-size: 1.3rem; } +.col-3 .btn{ + position: absolute; + left: 38%; + bottom: 5%; + border-radius: 0; + /* border-radius: 5px; */ + font-weight: 400; +} +.col-3 .btn:hover{ + transform: scaleX(1.05); + /*border: 1px solid #ff523b; + background-color: white; + color: #ff523b; + box-shadow: 1px 1px 5px#ff523b;*/ +} +.col-3 .btn::before{ + content:""; + /* border-radius: 5px; */ + position: absolute; + top:0; + bottom:0; + left:0; + right:0; + background-color: #29a423; + transform: scaleX(0); + transform-origin: 0; + transition: 0.4s ease-in; + z-index: -3; +} +.col-3 .btn:hover::before{ + content:""; + transform: scaleX(1); +} .btn:hover { background: #29a423; @@ -212,12 +245,14 @@ p { margin-bottom: 30px; margin-left: auto; margin-right: auto; + transition: 1s ease-in; } .col-3 img { width: 100%; } + .small-container { max-width: 1200px; margin: auto; @@ -265,8 +300,6 @@ p { } footer { - padding: 0; - margin: 0; width: 100%; bottom: 0; background: #192734; @@ -493,16 +526,26 @@ form input { text-align: center; font-size: 13px; padding: 1rem 1rem; - transition: .5s ease; - background-color: #a6b6bb; + width: 100%; + background-color: #242423; opacity: 0; overflow: hidden; - ; + transition: 0.4s ease-in; + color: white; } .col-3:hover .dis { opacity: 1; } +.col-3 img{ + filter:grayscale(0.3); +} +.col-3:hover img{ + border: 1px solid #ffffff98; + filter: brightness(1.2); + transform: scale(1.1); + +} #pic { display: flex; @@ -823,16 +866,17 @@ label[for="project-link"] i { } .project-card-container { - display: inline-block; + display: flex; justify-content: center; - margin-top: 30px !important; + flex-wrap: wrap; + margin: auto; } .project-card { - padding: 1.25rem 3rem; + padding: 1rem 1.25rem; box-shadow: 0px 0px 10px 0px hsla(0, 0%, 0%, 0.2); - width: 600px; - margin: 3rem; + max-width: 20rem; + margin: 1rem; border-radius: 1rem; } @@ -860,9 +904,12 @@ body.dark-mode .project-card { } .project-card-link a { - display: inline-block; - align-items: left; - color: #087cba + display: flex; + align-items: center; +} + +.project-card-link a { + color: #04669A } .project-card-link i { From cae717055930a65f2225d518ce07a8992e170448 Mon Sep 17 00:00:00 2001 From: akanksha984 <97845909+akanksha984@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:25:53 +0530 Subject: [PATCH 2/3] Update library.html --- library.html | 453 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 348 insertions(+), 105 deletions(-) diff --git a/library.html b/library.html index 4b1aa9f6..1f8647f4 100644 --- a/library.html +++ b/library.html @@ -18,6 +18,7 @@ +
@@ -35,7 +36,6 @@