[edit] css fixed

et#12
tribikram 2 years ago
parent 9d48df7f1e
commit 0edf4aa982
  1. 9
      public/frontend/css/style.css
  2. 12
      resources/views/about.blade.php
  3. 4
      resources/views/welcome.blade.php

@ -1173,7 +1173,7 @@ Responsive Codes
.values-lists a{ .values-lists a{
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
padding: 20px 20px 20px 0; padding: 17px 17px 17px 0;
line-height: 33px; line-height: 33px;
border-bottom: 1px solid #A0A0A0; border-bottom: 1px solid #A0A0A0;
} }
@ -1836,9 +1836,6 @@ Responsive Codes
.why-us-lists{ .why-us-lists{
gap: 1rem; gap: 1rem;
} }
.lists-icons{
width: 80px;
}
.et-cards{ .et-cards{
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
@ -2100,6 +2097,10 @@ Responsive Codes
.review-card{ .review-card{
min-height: 37pc; min-height: 37pc;
} }
.values-lists a{
padding: 15px 15px 15px 0;
}
} }
@media only screen and (min-width: 1440px) and (max-width: 1560px) { @media only screen and (min-width: 1440px) and (max-width: 1560px) {
.review-card{ .review-card{

@ -82,22 +82,22 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="values-lists"> <div class="values-lists">
<a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{1}}')" id="values-link{{1}}" class="link-active"> <a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{1}}')" id="values-link{{1}}" class="link-active">
<h2>Committed</h2> <h2>Transparency</h2>
</a> </a>
<a onclick="changeImg('','{{2}}')" id="values-link{{2}}"> <a onclick="changeImg('','{{2}}')" id="values-link{{2}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Commitment</h2>
</a> </a>
<a onclick="changeImg('','{{3}}')" id="values-link{{3}}"> <a onclick="changeImg('','{{3}}')" id="values-link{{3}}">
<h2>Committed</h2> <h2>Professionalism</h2>
</a> </a>
<a onclick="changeImg('','{{4}}')" id="values-link{{4}}"> <a onclick="changeImg('','{{4}}')" id="values-link{{4}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Reliability</h2>
</a> </a>
<a onclick="changeImg('','{{5}}')" id="values-link{{5}}"> <a onclick="changeImg('','{{5}}')" id="values-link{{5}}">
<h2>Committed</h2> <h2>Integrity</h2>
</a> </a>
<a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{6}}')" id="values-link{{6}}"> <a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{6}}')" id="values-link{{6}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Trustworthy</h2>
</a> </a>
</div> </div>
</div> </div>

@ -153,7 +153,7 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="why-us-desc"> <div class="why-us-desc">
<h1>Why Choose Us</h1> <h1>Why Choose Us</h1>
<p>a remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p> <p>A remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p>
<div class="why-us-lists"> <div class="why-us-lists">
<div class="lists-icons"> <div class="lists-icons">
<img src="{{url('frontend/icons/exclusive.svg')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/exclusive.svg')}}" class="img-fluid" alt="">
@ -169,7 +169,7 @@
</div> </div>
<div class="list-des"> <div class="list-des">
<h3>Affordable services for wide ranging courses and visa</h3> <h3>Affordable services for wide ranging courses and visa</h3>
<p>Certified and Registered CounsellorsTo ensure that your process adheres to the industry’s standard and is performed safely and in a trustworthy manner.Affordable services for wide ranging courses and visaProvide all the options available for your study or migration pathway conveniently and within reasonable amounts.</p> <p>Provide all the options available for your study or migration pathway conveniently and within reasonable amounts.</p>
</div> </div>
</div> </div>
<div class="mt-4"> <div class="mt-4">

Loading…
Cancel
Save