Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifQamar committed Oct 25, 2024
1 parent 34a88b3 commit 42e5fca
Showing 1 changed file with 27 additions and 18 deletions.
45 changes: 27 additions & 18 deletions about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
align-items: center;
padding: 1rem 2rem;
}
.site-name {
color: #ffffff; /* Changed to white for better visibility */
font-size: 24px; /* Slightly increased size */
font-weight: 600; /* Made it semi-bold */
margin: 0;
text-transform: uppercase; /* Added uppercase for emphasis */
letter-spacing: 1px; /* Added letter spacing */
}
.navbar a {
color: #a0a0a0;
font-size: 18px;
Expand All @@ -35,6 +43,7 @@
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
}
/* Rest of your CSS remains the same */
h1 {
font-size: 2.5rem;
color: #353047;
Expand Down Expand Up @@ -102,24 +111,24 @@
}
}
</style>
</head>
<body>
<header>
<nav class="navbar">
<h1 class="site-name">Canvas Editor</h1>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about-us.html">About</a>
<a href="privacy.html">Privacy</a>
<a href="Blog_page.html">Blogs</a>
<a href="Faq.html">FAQ</a>
<a href="contributors.html">Contributors</a>
<a href="testimonial.html">Testimonial</a>
<a href="signup.html">Sign Up</a>
<a href="login.html">Login</a>
</div>
</nav>
</header>
</head>
<body>
<header>
<nav class="navbar">
<h1 class="site-name">Canvas Editor</h1>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about-us.html">About</a>
<a href="privacy.html">Privacy</a>
<a href="Blog_page.html">Blogs</a>
<a href="Faq.html">FAQ</a>
<a href="contributors.html">Contributors</a>
<a href="testimonial.html">Testimonial</a>
<a href="signup.html">Sign Up</a>
<a href="login.html">Login</a>
</div>
</nav>
</header>
<div class="container">
<h2>About Creative Canvas Tool</h2>
<div class="first">
Expand Down

0 comments on commit 42e5fca

Please sign in to comment.