Skip to content

Commit

Permalink
style - added favicon and some ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuTrivedi07 committed Oct 19, 2023
1 parent fe59fa6 commit 298be85
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
Binary file removed assets/8038882_25106.jpg
Binary file not shown.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/logo.png
Binary file not shown.
6 changes: 4 additions & 2 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
display: flex;
align-content: center;
justify-content: center;
opacity: 0;
/* box-shadow: 0 10px 7px -10px var(--shadow-color); */
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
transition: height 0.5s cubic-bezier(0.23, -0.18, 0.38, 0.68);
transition: all 0.5s cubic-bezier(0.23, -0.18, 0.38, 0.68);
}

.nav-links.open {
height: 300px;
opacity: 1;
}

.nav-links ul {
Expand All @@ -51,7 +53,7 @@

@media screen and (max-width : 680px) {
.card {
max-width: 250px;
max-width: 350px;
}

.card-header img {
Expand Down
17 changes: 12 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ ul {
margin: auto;
overflow: hidden;
}
.hover-link.active{

.hover-link.active {
border-bottom: 2px solid var(--primary-text-color);
}

Expand Down Expand Up @@ -186,8 +187,9 @@ nav {
height: 100%;
padding: 5px 12px;
border-radius: 5px;
border: 2px solid #424242;
border: 1px solid var(--primary-text-color);
font-family: 'Poppins', sans-serif;
background-color: var(--card-color);
}

.search-btn {
Expand Down Expand Up @@ -308,12 +310,17 @@ main {
}

.card-header {
max-width: 100%;
width: 100%;
height: 165px;
overflow: hidden;
display: flex;
}

.card-header img {
max-width: 100%;
height: 170px;
/* max-width: 100%;
height: 170px; */
width: 100%;
object-fit: cover;
}

.card-content {
Expand Down

0 comments on commit 298be85

Please sign in to comment.