diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 04687bb..8492ab3 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -4,7 +4,6 @@ box-sizing: border-box; } body { - /* font-family: "DM Sans", sans-serif !important; */ overflow-x: hidden; } p{ @@ -941,7 +940,7 @@ Responsive Codes } .our-values-section{ padding: 3rem 6rem; - background: url('../images/our-values-background.png'); + background: url('../images/our-values-background.jpg'); background-repeat: no-repeat; background-size: cover; } @@ -1079,6 +1078,45 @@ Responsive Codes padding: 10px 20px; border-radius: 25px; } + +.blog-banner{ + background: url('../images/blog-banner.jpg'); + background-size: cover; + background-repeat: no-repeat; + padding: 6rem; +} +.blog-banner-content{ + display: flex; + gap: 20px; + align-items: center; +} +.blog-banner-content h2{ + font-weight: 500; + font-size: 48px; + line-height: 72px; + color: #FFFFFF; +} +.blog-banner-content h2 span{ + color: #FFE401; +} +.blog-banner h5{ + font-weight: 400; + font-size: 24px; + line-height: 36px; + color: #FFFFFF; +} +.blog-banner-content a{ + background: #FFFFFF; + box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); + border-radius: 6px; + padding: 10px 5rem; + text-decoration: none; + font-weight: 600; + font-size: 16px; + line-height: 24px; + text-align: center; + color: #3492CF; +} /* Footer Css */ .footer{ background: #296AC7; diff --git a/public/frontend/images/blog-banner.jpg b/public/frontend/images/blog-banner.jpg new file mode 100644 index 0000000..e2ed37c Binary files /dev/null and b/public/frontend/images/blog-banner.jpg differ diff --git a/public/frontend/images/our-values-background.jpg b/public/frontend/images/our-values-background.jpg new file mode 100644 index 0000000..235d10d Binary files /dev/null and b/public/frontend/images/our-values-background.jpg differ diff --git a/public/frontend/images/our-values-background.png b/public/frontend/images/our-values-background.png deleted file mode 100644 index f8ac21a..0000000 Binary files a/public/frontend/images/our-values-background.png and /dev/null differ diff --git a/resources/views/blogs.blade.php b/resources/views/blogs.blade.php index a5cadea..273b8e3 100644 --- a/resources/views/blogs.blade.php +++ b/resources/views/blogs.blade.php @@ -34,7 +34,7 @@
Dec 09, 2022, 2 mins read

Ten Reasons that make Australia the Best Destination

If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..

- Read More + Read More
@@ -48,7 +48,7 @@
Dec 09, 2022, 2 mins read

Ten Reasons that make Australia the Best Destination

If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..

- Read More + Read More
@@ -60,7 +60,7 @@
Dec 09, 2022, 2 mins read

Ten Reasons that make Australia the Best Destination

If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..

- Read More + Read More
@@ -72,7 +72,7 @@
Dec 09, 2022, 2 mins read

Ten Reasons that make Australia the Best Destination

If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..

- Read More + Read More
@@ -80,6 +80,10 @@
- +
+

Get started today.

+ FREE CONSULTATION +
+
Get Free Consultation with Experts
@endsection \ No newline at end of file