Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
new-mobiles
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siyam Kumar
new-mobiles
Commits
bf8b9038
Commit
bf8b9038
authored
Apr 21, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction1
parent
40e6b357
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
20 deletions
+31
-20
index.html
public/index.html
+22
-10
App.css
src/App.css
+9
-10
No files found.
public/index.html
View file @
bf8b9038
...
@@ -15,50 +15,62 @@
...
@@ -15,50 +15,62 @@
</header>
</header>
<div
class=
'container'
>
<div
class=
'container'
>
<div>
<div>
<img
src=
"logo-f-secure.png"
alt=
"fsecure"
class=
"subimage"
>
<img
src=
"logo-f-secure.png"
alt=
"fsecure"
>
<div
class=
"desc"
>
<h4>
ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY
</h4>
<h4>
ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY
</h4>
<hr>
<hr>
<p>
1 YEAR FREE MOBILE SECURITY
</p>
<p>
1 YEAR FREE MOBILE SECURITY
</p>
</div>
<img
src=
"image-1.png"
alt=
"image1"
class=
"mainimage"
>
<img
src=
"image-1.png"
alt=
"image1"
class=
"mainimage"
>
</div>
</div>
<div>
<div>
<img
src=
"logo-digitainment.png"
alt=
"digit"
class=
"subimage"
>
<img
src=
"logo-digitainment.png"
alt=
"digit"
>
<div
class=
"desc"
>
<h4>
BE HOOKED !
</h4>
<h4>
BE HOOKED !
</h4>
<hr>
<hr>
<p>
2000+ MOVIES FROM BOLLYWOOD
</p>
<p>
2000+ MOVIES FROM BOLLYWOOD
</p>
</div>
<img
src=
"image-2.png"
alt=
"image2"
class=
"mainimage"
>
<img
src=
"image-2.png"
alt=
"image2"
class=
"mainimage"
>
</div>
</div>
<div>
<div>
<img
src=
"logo-adaptxt.png"
id=
"img2"
alt=
"adaptxt"
class=
"subimage"
>
<img
src=
"logo-adaptxt.png"
id=
"img2"
alt=
"adaptxt"
>
<div
class=
"desc"
>
<h4>
THE BEST THINGS IN LIFE ARE FREE
</h4>
<h4>
THE BEST THINGS IN LIFE ARE FREE
</h4>
<hr>
<hr>
<p>
FREE MOBILE POUCH
</p>
<p>
FREE MOBILE POUCH
</p>
</div>
<img
src=
"image-3.png"
alt=
"image3"
class=
"mainimage"
>
<img
src=
"image-3.png"
alt=
"image3"
class=
"mainimage"
>
</div>
</div>
<div>
<div>
<img
src=
"logo-hungama.png"
alt=
"hungama"
class=
"subimage"
>
<img
src=
"logo-hungama.png"
alt=
"hungama"
>
<div
class=
"desc"
>
<h4>
THE THUMP NEVER ENDS HERE
</h4>
<h4>
THE THUMP NEVER ENDS HERE
</h4>
<hr>
<hr>
<p>
1000s OF SONGS
</p>
<p>
1000s OF SONGS
</p>
</div>
<img
src=
"image-4.png"
alt=
"image4"
class=
"mainimage"
>
<img
src=
"image-4.png"
alt=
"image4"
class=
"mainimage"
>
</div>
</div>
<div>
<div>
<img
src=
"logo-adaptxt.png"
alt=
"adapt"
class=
"subimage"
>
<img
src=
"logo-adaptxt.png"
alt=
"adapt"
>
<div
class=
"desc"
>
<h4>
BEING GLOBALLY YOU
</h4>
<h4>
BEING GLOBALLY YOU
</h4>
<hr>
<hr>
<p>
21 INDIAN
&
FOREIGN LANGUAGES
</p>
<p>
21 INDIAN
&
FOREIGN LANGUAGES
</p>
</div>
<img
src=
"image-5.png"
alt=
"image5"
class=
"mainimage"
>
<img
src=
"image-5.png"
alt=
"image5"
class=
"mainimage"
>
</div>
</div>
<div>
<div>
<img
src=
"logo-read-where.png"
alt=
"read"
class=
"subimage"
>
<img
src=
"logo-read-where.png"
alt=
"read"
>
<div
class=
"desc"
>
<h4>
FOR THE WISE
</h4>
<h4>
FOR THE WISE
</h4>
<hr>
<hr>
<p>
1000 PTS DISCOUNT ON SUBSCRIPTION
</p>
<p>
1000 PTS DISCOUNT ON SUBSCRIPTION
</p>
</div>
<img
src=
"image-6.png"
alt=
"image6"
class=
"mainimage"
>
<img
src=
"image-6.png"
alt=
"image6"
class=
"mainimage"
>
</div>
</div>
</div>
</div>
...
...
src/App.css
View file @
bf8b9038
...
@@ -3,8 +3,8 @@ header {
...
@@ -3,8 +3,8 @@ header {
position
:
sticky
;
position
:
sticky
;
top
:
0
;
top
:
0
;
background-color
:
#fcf8f8
;
background-color
:
#fcf8f8
;
width
:
4
00
px
;
width
:
4
45
px
;
}
}
header
>
img
{
header
>
img
{
filter
:
invert
(
1
);
filter
:
invert
(
1
);
...
@@ -13,15 +13,14 @@ header > img {
...
@@ -13,15 +13,14 @@ header > img {
.container
h4
{
.container
h4
{
color
:
#f4f9fd
;
color
:
#f4f9fd
;
padding
:
0px
60px
0px
50px
;
font-size
:
24px
;
font-size
:
24px
;
cursor
:
default
;
cursor
:
default
;
}
}
.container
p
{
.container
p
{
color
:
#f4f9fd
;
color
:
#f4f9fd
;
opacity
:
0.5
;
opacity
:
0.5
;
padding-left
:
45px
;
font-weight
:
lighter
;
font-weight
:
lighter
;
cursor
:
default
;
cursor
:
default
;
font-size
:
18px
;
font-size
:
18px
;
...
@@ -29,14 +28,13 @@ header > img {
...
@@ -29,14 +28,13 @@ header > img {
hr
{
hr
{
border
:
1px
solid
#faf8f8
;
border
:
1px
solid
#faf8f8
;
width
:
75%
;
margin-top
:
-20px
;
margin-top
:
-20px
;
margin-bottom
:
-10px
;
margin-bottom
:
-10px
;
}
}
.container
>
div
{
.container
>
div
{
width
:
390px
;
width
:
390px
;
padding
:
2
0px
;
padding
:
4
0px
;
}
}
.container
>
:nth-child
(
1
)
{
.container
>
:nth-child
(
1
)
{
...
@@ -59,10 +57,11 @@ hr {
...
@@ -59,10 +57,11 @@ hr {
}
}
.mainimage
{
.mainimage
{
padding
:
40px
0px
0px
60px
;
display
:
block
;
margin
:
auto
;
}
}
.subimage
{
.desc
{
padding-left
:
50px
;
margin-bottom
:
50px
;
padding-top
:
10px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment