Skip to content

Commit

Permalink
final commit dated 23 sept
Browse files Browse the repository at this point in the history
  • Loading branch information
kahkasha17 committed Sep 23, 2024
1 parent 3489b54 commit 13e4fd5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Components/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Projects = () => {
title: "Guess The No Game- Console Based Game",
disc: "It is a console based user defined game.Where user have the three chances to choose between the 1 to 100 any no if he guess the right within the 3 chances he will win but if not computer will win the game",
TechUsed: "",
Url: "https://github.com/kahkasha17/Virtual-Kaksha.git",
Url: "https://github.com/kahkasha17/Portfolio.git",
},
];
const [images, setImages] = useState(imageArray);
Expand Down
32 changes: 14 additions & 18 deletions src/app/MyCSS/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
.nav-link
{
border-radius: 25px;
}


#Navbar a:hover {
border-radius: 25px;
background-color:orange;
}
#NavItem
{
overflow: hidden;
border-radius: 25px;
}
.nav-link:hover {

background-color: orange;
}
#NavItem {
overflow: hidden;
border-radius: 25px;
}

@media (max-width: 1050px) {

#NavItem
{

@media (max-width: 1050px) {
#NavItem {
border-radius: 25px;
width: 95vw;
}


}
}
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function RootLayout({ children }) {
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="manifest" href="/manifest.json" />

<meta
name="keywords"
Expand Down

0 comments on commit 13e4fd5

Please sign in to comment.