Pārlūkot izejas kodu

done main

master
azri 5 dienas atpakaļ
vecāks
revīzija
dcfa83d19f
2 mainītis faili ar 41 papildinājumiem un 7 dzēšanām
  1. 37
    2
      resources/css/site.css
  2. 4
    5
      resources/views/home.antlers.html

+ 37
- 2
resources/css/site.css Parādīt failu

@@ -277,12 +277,29 @@ p {
277 277
 
278 278
 .section4 {
279 279
     border-bottom: 2px solid #ddd;
280
-    border-radius: 150px 150px 0 0;
280
+    border-radius: 50px 50px 0 0;
281
+    background-image: linear-gradient(to left, #D4AF37 , #001F3F);
282
+}
283
+
284
+.section4 .inner{
285
+    border-radius: 50px 50px 0 0;
286
+    transform: translateY(3%);
287
+    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);
288
+    padding-top:80px;
289
+}
290
+
291
+.section4 .text-highlight{
292
+    margin-bottom: 25px;
293
+}
294
+
295
+.section4 .text-highlight2{
296
+    margin-bottom: 50px;
297
+    font-size: clamp(3em, 3.906vw, 4.688em);
281 298
 }
282 299
 
283 300
 .section5 {
284 301
     padding: 70px;
285
-    border-radius: 150px 150px 0 0;
302
+    border-radius: 50px 50px 0 0;
286 303
     transform: translateY(-10%);
287 304
 }
288 305
 
@@ -679,6 +696,24 @@ p {
679 696
         border-radius: 150px 150px 0 0;
680 697
         transform: translateY(-16%);
681 698
     }
699
+
700
+    .section4 {
701
+        border-radius: 150px 150px 0 0;
702
+    }
703
+    
704
+    .section4 .inner{
705
+        border-radius: 150px 150px 0 0;
706
+        transform: translateY(3%);
707
+        padding-top:80px;
708
+    }
709
+    
710
+    
711
+
712
+    .section5 {
713
+        padding: 70px;
714
+        border-radius: 150px 150px 0 0;
715
+        transform: translateY(-10%);
716
+    }
682 717
     
683 718
     .footer-menu-container {
684 719
         padding: 0px 15px;

+ 4
- 5
resources/views/home.antlers.html Parādīt failu

@@ -170,13 +170,12 @@
170 170
 
171 171
 </section>
172 172
 
173
-<section class="section4" style="background-image: linear-gradient(to left, #D4AF37 , #001F3F);">
174
-    <div class="px-6"
175
-        style="border-radius: 140px 140px 0 0;transform: translateY(5%);background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,41,105,1) 70%, rgba(50,47,36,1) 100%);padding-top:80px;">
176
-        <h2 class="text-center text-white" style="margin-bottom: 25px;">
173
+<section class="section4">
174
+    <div class="px-6 inner">
175
+        <h2 class="text-start text-md-center text-white text-highlight">
177 176
             Trusted Platfrom for Asset Investment
178 177
         </h2>
179
-        <h2 class="text-end text-secondary" style="margin-bottom: 110px;">
178
+        <h2 class="text-start text-md-end text-secondary text-highlight2">
180 179
             We are always here for you
181 180
         </h2>
182 181
 

Notiek ielāde…
Atcelt
Saglabāt