et#1-rebase-commit

et#4
Mahesh Sharma 2 years ago
parent d64bba89ed
commit 35990fe3d9
  1. 24
      public/frontend/css/style.css
  2. 9
      routes/web.php

@ -305,7 +305,8 @@ Responsive Codes
.scholarship-section,
.student-visa-section,
.about-header-section,
.why-et{
.why-et,
.student-visa-section{
padding: 3rem 6rem;
}
.services-section .row,
@ -637,7 +638,9 @@ Responsive Codes
}
.study-australia-desc h1,
.student-visa-section h1,
.why-et-header h1{
.why-et-header h1,
.student-visa-section h1{
font-weight: 700;
font-size: 40px;
line-height: 60px;
@ -702,6 +705,7 @@ Responsive Codes
border-radius: 50%;
margin-right: 0;
}
.student-visa-section .nav-link:hover{
text-decoration: none;
color: #FFFFFF !important;
@ -713,6 +717,7 @@ Responsive Codes
line-height: 48px;
color: #E22899;
}
.visa-table{
background: #E6F0FF;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
@ -885,6 +890,21 @@ Responsive Codes
}
/* about us css ends */
.visa-table ul{
padding: 0;
list-style: none;
}
.visa-table ul li a{
text-decoration: none;
background: #E5F0FF;
border-radius: 0;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: #2E2E2E;
padding: 1rem;
border-bottom: 1px solid #AFAFAF;
}
/* Footer Css */
.footer{
background: #296AC7;

@ -280,4 +280,13 @@ Route::group(['middleware'=>['auth']],function (){
// Route::get('/study-abroad-detail', function () {
// return view('study-abroad-detail');
// });
// Route::get('/study-abroad', function () {
// return view('study-abroad');
// });
Route::get('/study-abroad-detail', function () {
return view('study-abroad-detail');
});
Route::get('/visa', function () {
return view('visa');
});

Loading…
Cancel
Save