Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Shawshank committed Jun 6, 2024
1 parent 34d665c commit 7416f63
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@
<title>Tawhid Ahmed</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
/* Additional CSS for responsiveness */
/* You can place this in styles.css if you prefer */
/* For mobile devices */
@media only screen and (max-width: 600px) {
/* Adjust styles for mobile here */
}

/* For tablets like iPad */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
/* Adjust styles for tablets here */
}
</style>
<body>
<header>
<nav id="navbar">
Expand Down

0 comments on commit 7416f63

Please sign in to comment.