Skip to content

Commit 859cefc

Browse files
author
Asina7
committed
changes in hero page title
1 parent 8f6e2bd commit 859cefc

File tree

2 files changed

+35
-51
lines changed

2 files changed

+35
-51
lines changed

src/assets/css/master.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19317,7 +19317,7 @@ main {
1931719317
}
1931819318
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
1931919319
.hero__title-6 {
19320-
font-size: 80px;
19320+
font-size:66px;
1932119321
}
1932219322
}
1932319323
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
@@ -19343,17 +19343,17 @@ main {
1934319343
}
1934419344
}
1934519345
.hero__content-6 {
19346-
padding-top: 260px;
19346+
/* padding-top: 260px; */
1934719347
position: relative;
1934819348
}
1934919349
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
1935019350
.hero__content-6 {
19351-
padding-top: 210px;
19351+
/* padding-top: 210px; */
1935219352
}
1935319353
}
1935419354
@media only screen and (max-width: 767px) {
1935519355
.hero__content-6 {
19356-
padding-top: 130px;
19356+
/* padding-top: 130px; */
1935719357
}
1935819358
}
1935919359
.hero__content-6 p {

src/components/Home/MainSection/HeroSection.vue

Lines changed: 31 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,18 @@
66
<section class="hero__area-3">
77
<div class="container">
88
<div class="row">
9-
<div class="col-xxl-12">
10-
<div class="hero__inner-3">
11-
<!-- Main Title -->
12-
<div class="sec-title-wrapper ">
13-
<h2 class="sec-sub-title ">UAE #1</h2>
14-
<div class=" title">
15-
<h3 class="sec-title main-titlee">Digital Marketing Agency</h3>
16-
<h3 class="sec-title main-titlee">Create Business Everyday</h3>
17-
</div>
18-
19-
</div>
20-
21-
22-
<!-- ends Title -->
23-
<div class="hero__text-3">
24-
<p class="animation__word_come para-text">Static and dynamic secure code review can prevent a day before your
25-
product is even released. We can integrate with your dev environment</p>
26-
<div class="hero-item-btn">
27-
<button class="hero-btn">Let's Try</button>
28-
</div>
29-
</div>
30-
<div class="scroll-down">
31-
<button><img src="@/assets/imgs/icon/arrow-down-sm.png" alt="arrow icon"></button>
32-
</div>
9+
<div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6">
10+
<div class="hero__content-6 text-anim">
11+
<h2 class="sec-sub-title">UAE#1</h2>
12+
<img class="hero__arrow-icon" src="@/assets/imgs/hero/4/arrow-icon.png" alt="Arrow Icon">
13+
<h1 class="hero__title-6 animation__char_come text-size" data-speed="1">Magical Axtra Startup Solution
14+
</h1>
15+
<p>Static and dynamic secure code review can prevent a day before your product is even released. We can integrate with your dev environment</p>
16+
<router-link to="/contact">
17+
<button class="btn-hover hero-btn">Let's Talk</button>
18+
</router-link>
3319
</div>
34-
</div>
20+
</div>
3521
</div>
3622
</div>
3723
<div class="wrapper">
@@ -95,28 +81,8 @@
9581
.wrapper{
9682
position: relative;
9783
}
98-
.hero-item-btn .hero-btn {
99-
border: 1px solid black;
100-
border-radius:20px;
101-
width: 150px;
102-
padding: 5px;
103-
text-align: center;
104-
cursor: pointer;
105-
margin-top: 20px;
106-
cursor: pointer!important;
107-
/* position: absolute; */
108-
/* left: 100px; */
109-
/* bottom: 230px; */
110-
111-
}
112-
/* .hero-item-btn .hero-btn:hover{
113-
color: white;
114-
} */
115-
.hero-item-btn .hero-btn:hover{
116-
background-color:rgb(0, 0, 0)!important;
117-
color: antiquewhite;
118-
}
119-
/* text anim */
84+
85+
12086
12187
12288
@@ -159,6 +125,24 @@
159125
animation-fill-mode: forwards;
160126
animation-delay: 3s;
161127
}
128+
.hero3-img-ani{
129+
padding-top: 135px;
130+
}
131+
.hero-btn {
132+
border: 1px solid black;
133+
border-radius:20px;
134+
width: 150px;
135+
padding: 5px;
136+
text-align: center;
137+
cursor: pointer;
138+
margin-top: 19px;
139+
}
140+
.hero-btn:hover {
141+
background-color: black;
142+
color: antiquewhite;
143+
}
144+
.text-size{
162145
146+
}
163147
164148
</style>

0 commit comments

Comments
 (0)