Skip to content

Commit

Permalink
change headline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi-Hazrati committed Feb 11, 2024
1 parent 6480f62 commit 307cb87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<header>
<div class="container">
<h1>npui</h1>
<p>A modern component library for Next.js and React.js</p>
<p>a <span class="headline">Open-Component</span> library</p>
</div>
</header>

<section id="intro">
<div class="container">
<h2>Welcome to npui</h2>
<p>
Introducing npui - The component library for Next.js and
Introducing npui - The open-component library for Next.js and
React.js. Easily enhance your app development process with
high-quality open components.
</p>
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ body {
a:hover {
text-decoration: underline;
}

.headline{
font-weight: bold;
}

0 comments on commit 307cb87

Please sign in to comment.