Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshit-html committed Oct 26, 2024
1 parent c234453 commit e3cc2eb
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contact1.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact1.html">Contact</a></li>
<li><a href="#">Works</a></li>
<li><a href="gauransh.html">Works</a></li>
<li><a href="features.html">Features</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact1.html">Contact</a></li>
<li><a href="#">Works</a></li>
<li><a href="gauransh.html">Works</a></li>
<li><a href="features.html">Features</a></li>
</ul>

Expand Down
62 changes: 62 additions & 0 deletions form.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@


ul{
list-style-type: none;
margin: 0;
padding: 0;

}
ul{
float: left;
/* position:inherit; */
display: flex;
text-decoration: none;
margin-left: 620px;
margin-top: 10px;
z-index: 5;
font-size: 30px;


}
ul li {
padding: 10px 40px;
display: inline ;

/* border :3px solid black; */
/* position: relative; */
z-index: 5;




}
a{
position:relatve;
background: -webkit-linear-gradient(45deg ,#F6EA41 , #F048C6);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 100;
font-family:HeyComic;
transition: 0.5s ease-in-out;

}
a:hover{
font-size: 40px;
}

@font-face {
font-family: HeyComic;
src: url(Hey\ Comic.ttf);
}
@font-face {
font-family: About;
src: url(Insanibc.ttf);
}

.Nav{display: flex;
justify-content: flex-start;
align-items: center;
margin: -10px;
padding: 0px;
background-color: rgba(8, 14, 24, 0.89);
width: 1520px;}
12 changes: 12 additions & 0 deletions gauransh.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="form.css">
</head>
<body>
<!-- navbar -->
<nav class="Nav">
<ul class="ul">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact1.html">Contact</a></li>
<li><a href="gauransh.html">Works</a></li>
<li><a href="features.html">Features</a></li>
</ul>

</nav>

<!-- Form -->
<div class="row">
Expand Down

0 comments on commit e3cc2eb

Please sign in to comment.