content change
This commit is contained in:
12
blog.php
12
blog.php
@ -27,7 +27,7 @@
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Top Benefits of Studying Abroad</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Read More</a>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#">
|
||||
@ -36,7 +36,7 @@
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores
|
||||
nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="#">Read More</a>
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -54,7 +54,7 @@
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Top MBA Programs for International Students</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Read More</a>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#">
|
||||
@ -63,7 +63,7 @@
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores
|
||||
nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Read
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="blogpage.php">Read
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -82,7 +82,7 @@
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Top Study Abroad Destinations for 2024</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Read More</a>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#">
|
||||
@ -91,7 +91,7 @@
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores
|
||||
nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Read
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="blogpage.php">Read
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user