Browse Source

Header image border set

master
JannekeDL 5 years ago
parent
commit
44180c8cd7

+ 2
- 2
src/components/about/aboutTimeshare.vue View File

@@ -9,7 +9,7 @@
9 9
               src="img/timeshare2.jpg"
10 10
               alt="About Timeshare"
11 11
               class="img-fluid"
12
-              style="width:800px;height:400px;"
12
+              style="width:800px;height:400px; border-radius:10px"
13 13
             />
14 14
           </div>
15 15
           <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">
@@ -62,7 +62,7 @@
62 62
                   src="img/timeshare.jpg"
63 63
                   alt
64 64
                   class="img-fluid"
65
-                  style="width:500px;height:330px;"
65
+                  style="width:500px;height:330px; border-radius:10px"
66 66
                 />
67 67
               </p>
68 68
             </div>

+ 7
- 2
src/components/about/aboutUsPage.vue View File

@@ -9,7 +9,7 @@
9 9
               src="img/slide-about-1.jpg"
10 10
               alt
11 11
               class="img-fluid"
12
-              style="width:800px;height:400px;"
12
+              style="width:800px;height:400px; border-radius:10px"
13 13
             />
14 14
           </div>
15 15
           <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">
@@ -66,7 +66,12 @@
66 66
                 <strong>Uni-Vate is able to assist you.</strong>
67 67
               </p>
68 68
               <p>
69
-                <img src="img/plan2.jpg" alt class="img-fluid" style="width:450px;height:200px;" />
69
+                <img
70
+                  src="img/plan2.jpg"
71
+                  alt
72
+                  class="img-fluid"
73
+                  style="width:450px;height:200px; border-radius:10px"
74
+                />
70 75
               </p>
71 76
             </div>
72 77
           </div>

+ 1
- 1
src/components/misc/contactUs.vue View File

@@ -8,7 +8,7 @@
8 8
             src="img/contact-us.jpg"
9 9
             alt="Frequently Asked Questions"
10 10
             class="img-fluid"
11
-            style="width:800px;height:400px;"
11
+            style="width:800px;height:400px; border-radius:10px"
12 12
           />
13 13
         </div>
14 14
         <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 1
- 1
src/components/misc/privacyPolicyPage.vue View File

@@ -8,7 +8,7 @@
8 8
             src="img/privacy.jpg"
9 9
             alt="Privacy Policy"
10 10
             class="img-fluid"
11
-            style="width:800px;height:400px;"
11
+            style="width:800px;height:400px; border-radius:10px"
12 12
           />
13 13
         </div>
14 14
         <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 2
- 2
src/components/property/propertySearchPage.vue View File

@@ -8,7 +8,7 @@
8 8
             src="img/Pretoria-South-Africa.jpg"
9 9
             alt="Property Listing"
10 10
             class="img-fluid"
11
-            style="width:800px;height:400px;"
11
+            style="width:800px;height:400px; border-radius:10px"
12 12
           />
13 13
         </div>
14 14
         <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">
@@ -70,7 +70,7 @@
70 70
             src="img/Johannesburg-south-africa-1.jpg"
71 71
             alt="Property Listing"
72 72
             class="img-fluid"
73
-            style="width:800px;height:400px;"
73
+            style="width:800px;height:400px; border-radius:10px"
74 74
           />
75 75
         </div>
76 76
         <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 1
- 1
src/components/property/propertyeditPage.vue View File

@@ -8,7 +8,7 @@
8 8
             src="img/Listings2.jpg"
9 9
             alt="Timeshare To Buy"
10 10
             class="img-fluid"
11
-            style="width:800px;height:400px;"
11
+            style="width:800px;height:400px; border-radius:10px"
12 12
           />
13 13
         </div>
14 14
         <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 1
- 1
src/components/timeshare/buy/buyPage.vue View File

@@ -9,7 +9,7 @@
9 9
               src="img/buy.jpg"
10 10
               alt="Timeshare To Buy"
11 11
               class="img-fluid"
12
-              style="width:800px;height:400px;"
12
+              style="width:800px;height:400px; border-radius:10px"
13 13
             />
14 14
           </div>
15 15
           <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 1
- 1
src/components/timeshare/faqPage.vue View File

@@ -9,7 +9,7 @@
9 9
               src="img/questions.jpg"
10 10
               alt="Frequently Asked Questions"
11 11
               class="img-fluid"
12
-              style="width:800px;height:400px;"
12
+              style="width:800px;height:400px; border-radius:10px"
13 13
             />
14 14
           </div>
15 15
           <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

+ 1
- 1
src/components/timeshare/sell/sellPage.vue View File

@@ -9,7 +9,7 @@
9 9
               src="img/sell2.jpg"
10 10
               alt="Timeshare To Sell"
11 11
               class="img-fluid"
12
-              style="width:800px;height:400px;"
12
+              style="width:800px;height:400px; border-radius:10px"
13 13
             />
14 14
           </div>
15 15
           <div class="sinse-box" style="opacity:0.7; border: white solid 3px; border-radius: 15px">

Loading…
Cancel
Save