Skip to content

Commit

Permalink
xvs
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshit-html committed Oct 25, 2024
1 parent 0acc7e5 commit 2cceb77
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

div {
width: 655px;
width: 687px;
margin-left: 0px;

}
Expand Down Expand Up @@ -83,7 +83,7 @@
margin: 0px;
padding: 0px;
background-color: rgba(8, 14, 24, 0.89);
width: 1499px;
width: 1531px;


}
Expand Down Expand Up @@ -192,7 +192,7 @@
<ul class="ul">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="contact1.html">Contact</a></li>
<li><a href="#">Works</a></li>
<li><a href="features.html">Features</a></li>
</ul>
Expand Down
15 changes: 9 additions & 6 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
font-size: medium;
font-family: HeyComic;
}
.h{
padding: 10000px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -130,7 +133,7 @@ <h2>
- Track the status of your report in real-time<br>
</p>
</div>
<div class="fea1">
<div class="fea1" class="h">
<h2>
Explore Your Community:
</h2>
Expand All @@ -140,14 +143,14 @@ <h2>
- Join the conversation and comment on report<br>
</p>
</div>
<div class="fea1">
<div class="fea1" class="h">
<h2>Collaborate with Your Community:</h2>
<p>- Share reports on social media to raise awareness<br>
- Participate in discussions to find solutions<br>
- Vote on reports to prioritize community needs<br>
</p>
</div>
<div class="fea1">
<div class="fea1" >
<h2>
Stay Informed:
</h2>
Expand All @@ -157,7 +160,7 @@ <h2>
- View statistics on community engagement and progress<br>
</p>
</div>
<div class="fea1">
<div class="fea1" class="h">
<h2>
Enhanced Transparency:
</h2>
Expand All @@ -167,7 +170,7 @@ <h2>
- Access historical report data for insights<br>
</p>
</div>
<div class="fea1">
<div class="fea1" class="h">
<h2>
Seamless Integration:
</h2>
Expand All @@ -187,7 +190,7 @@ <h2>
- Regular backups and disaster recovery<br>
</p>
</div>
<div class="fea1">
<div class="fea1" class="h">
<h2>
Customizable:
</h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ul class="ul">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="contact1.html">Contact</a></li>
<li><a href="#">Works</a></li>
<li><a href="features.html">Features</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ul{
/* position:inherit; */
display: flex;
text-decoration: none;
margin-left: 650px;
margin-left: 620px;
margin-top: 10px;
z-index: 5;
font-size: 30px;
Expand Down

0 comments on commit 2cceb77

Please sign in to comment.