Skip to content

Commit

Permalink
made footer text visible
Browse files Browse the repository at this point in the history
  • Loading branch information
itsshreyanigam committed Oct 3, 2024
1 parent 162ffc8 commit ee700de
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 26 deletions.
5 changes: 5 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<link rel="stylesheet" href="style.css">
<style>
/* Custom styles for headings */

.secondary-title {
color: white;
}

.about-section h1 {
padding-top: 70px;
margin-top: 80px;
Expand Down
10 changes: 7 additions & 3 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<!--css-->
<link rel="stylesheet" href="style.css">


<style>
.secondary-title {
color: white;
}
</style>
</head>


Expand Down Expand Up @@ -444,10 +448,10 @@ <h2 class="footer-title secondary-title">About Us</h2>
We are a close-knit team of passionate storytellers dedicated to sharing captivating content with the world.
</p>

<address>
<div class = "address">
<i class="fas fa-map-marker-alt text-primary"></i>
5 South Main Street Los Angeles, ZZ-9611 USA
</address>
</div>

<div class="phone">
<i class="fas fa-mobile text-primary"></i>
Expand Down
48 changes: 26 additions & 22 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<!--css-->
<link rel="stylesheet" href="style.css">


<style>
.secondary-title {
color: white;
}
</style>
</head>
<body>

Expand Down Expand Up @@ -234,30 +238,30 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
</div>
</div>
<div class="col-3">
<h2 class="footer-title secondary-title">Tags</h2>

<div class="tags">
<div class="d-flex flex-wrap">
<a href="#" class=" btn bg-light">Travel</a>
<a href="#" class=" btn bg-light">Food</a>
<a href="#" class=" btn bg-light">Lifestyle</a>
<a href="#" class=" btn bg-light">Techonogy</a>
<a href="#" class=" btn bg-light">Fashion</a>
</div>
</div>
<h2 class="footer-title secondary-title">Tags</h2>

<div class="tags">
<div class="d-flex flex-wrap">
<a href="#" class="nav-link btn bg-light">Travel</a>
<a href="#" class="nav-link btn bg-light">Food</a>
<a href="#" class="nav-link btn bg-light">Lifestyle</a>
<a href="#" class="nav-link btn bg-light">Techonogy</a>
<a href="#" class="nav-link btn bg-light">Fashion</a>
</div>
</div>

<h2 class="footer-title secondary-title mt-2">Social</h2>
<h2 class="footer-title secondary-title mt-2">Social</h2>

<div class="tags social" id="contact">
<div class="d-flex flex-wrap">
<a href="#" class="btn bg-light"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="btn bg-light"><i class="fab fa-twitter"></i></a>
<a href="#" class="btn bg-light"><i class="fab fa-instagram"></i></a>
<a href="#" class="btn bg-light"><i class="fab fa-dribbble"></i></a>
</div>
</div>
<div class="tags social" id="contact">
<div class="d-flex flex-wrap">
<a href="#" class="nav-link btn bg-light"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-twitter"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-instagram"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-dribbble"></i></a>
</div>
</div>

</div>
</div>
</div>


Expand Down
4 changes: 4 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<link rel="stylesheet" href="style.css">
<style>
/* Add custom styles for the popup */

.secondary-title {
color: white;
}
.popup {
display: none;
position: fixed;
Expand Down
6 changes: 5 additions & 1 deletion start.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<!--css-->
<link rel="stylesheet" href="style.css">


<style>
.secondary-title {
color: white;
}
</style>
</head>


Expand Down

0 comments on commit ee700de

Please sign in to comment.