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
f745a0ff
Commit
f745a0ff
authored
Apr 21, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction2
parent
bf8b9038
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
index.html
public/index.html
+6
-6
App.css
src/App.css
+7
-4
No files found.
public/index.html
View file @
f745a0ff
...
...
@@ -15,7 +15,7 @@
</header>
<div
class=
'container'
>
<div>
<img
src=
"logo-f-secure.png"
alt=
"fsecure"
>
<img
src=
"logo-f-secure.png"
alt=
"fsecure"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
ASTONISHING FEATURES REQUIRES WORRY-FREE SECURITY
</h4>
<hr>
...
...
@@ -25,7 +25,7 @@
</div>
<div>
<img
src=
"logo-digitainment.png"
alt=
"digit"
>
<img
src=
"logo-digitainment.png"
alt=
"digit"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
BE HOOKED !
</h4>
<hr>
...
...
@@ -35,7 +35,7 @@
</div>
<div>
<img
src=
"logo-adaptxt.png"
id=
"img2"
alt=
"adaptxt"
>
<img
src=
"logo-adaptxt.png"
id=
"img2"
alt=
"adaptxt"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
THE BEST THINGS IN LIFE ARE FREE
</h4>
<hr>
...
...
@@ -45,7 +45,7 @@
</div>
<div>
<img
src=
"logo-hungama.png"
alt=
"hungama"
>
<img
src=
"logo-hungama.png"
alt=
"hungama"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
THE THUMP NEVER ENDS HERE
</h4>
<hr>
...
...
@@ -55,7 +55,7 @@
</div>
<div>
<img
src=
"logo-adaptxt.png"
alt=
"adapt"
>
<img
src=
"logo-adaptxt.png"
alt=
"adapt"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
BEING GLOBALLY YOU
</h4>
<hr>
...
...
@@ -65,7 +65,7 @@
</div>
<div>
<img
src=
"logo-read-where.png"
alt=
"read"
>
<img
src=
"logo-read-where.png"
alt=
"read"
class=
"subimage"
>
<div
class=
"desc"
>
<h4>
FOR THE WISE
</h4>
<hr>
...
...
src/App.css
View file @
f745a0ff
...
...
@@ -15,6 +15,7 @@ header > img {
color
:
#f4f9fd
;
font-size
:
24px
;
cursor
:
default
;
margin
:
0
;
}
...
...
@@ -24,12 +25,11 @@ header > img {
font-weight
:
lighter
;
cursor
:
default
;
font-size
:
18px
;
margin
:
0
;
}
hr
{
border
:
1px
solid
#faf8f8
;
margin-top
:
-20px
;
margin-bottom
:
-10px
;
border
:
1px
solid
#faf8f8
;
}
.container
>
div
{
...
...
@@ -62,6 +62,9 @@ hr {
}
.desc
{
margin-bottom
:
5
0px
;
margin-bottom
:
4
0px
;
}
.subimage
{
margin-bottom
:
30px
;
}
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