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
9846f561
Commit
9846f561
authored
Apr 21, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fontsizes
parent
05506793
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
20 deletions
+14
-20
index.html
public/index.html
+3
-11
App.css
src/App.css
+11
-9
No files found.
public/index.html
View file @
9846f561
<!DOCTYPE html>
<html
lang=
"en"
>
<html>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"%PUBLIC_URL%/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"description"
content=
"Web site created using create-react-app"
/>
<link
rel=
"apple-touch-icon"
href=
"%PUBLIC_URL%/logo192.png"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"apple-touch-icon"
href=
"%PUBLIC_URL%/logo192.png"
/>
<link
rel=
"stylesheet"
href=
"App.css"
>
</head>
...
...
@@ -43,12 +38,11 @@
<img
src=
"image-3.png"
alt=
"image3"
class=
"mainimage"
>
</div>
<div>
<img
src=
"logo-hungama.png"
alt=
"hungama"
class=
"subimage"
>
<h4>
THE THUMP NEVER ENDS HERE
</h4>
<hr>
<p>
1000
’
s OF SONGS
</p>
<p>
1000s OF SONGS
</p>
<img
src=
"image-4.png"
alt=
"image4"
class=
"mainimage"
>
</div>
...
...
@@ -70,5 +64,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
src/App.css
View file @
9846f561
header
{
padding-top
:
15
px
;
padding-top
:
20
px
;
padding-bottom
:
15px
;
padding-left
:
15px
;
position
:
sticky
;
top
:
0
;
filter
:
invert
(
1
);
background-color
:
#000000
;
}
}
header
>
img
{
height
:
30px
;
...
...
@@ -17,22 +17,23 @@ header > img {
padding-left
:
50px
;
padding-right
:
60px
;
font-size
:
24px
;
cursor
:
default
;
}
.container
p
{
color
:
#f4f9fd
;
opacity
:
0.5
;
padding-left
:
45px
;
font-weight
:
lighter
;
cursor
:
default
;
font-size
:
18px
;
}
hr
{
border
:
1px
solid
#faf8f8
;
width
:
75%
;
margin-top
:
-20px
;
margin-bottom
:
-10px
;
margin-bottom
:
-10px
;
}
.container
>
div
{
...
...
@@ -45,7 +46,7 @@ hr {
background-color
:
#62c662
;
}
.container
>
:nth-child
(
2
)
{
background-color
:
#
ddb257
;
background-color
:
#
f7b528
;
}
.container
>
:nth-child
(
3
)
{
background-color
:
#8760f4
;
...
...
@@ -54,7 +55,7 @@ hr {
background-color
:
#f18451
;
}
.container
>
:nth-child
(
5
)
{
background-color
:
#
e15e6e
;
background-color
:
#
dd5465
;
}
.container
>
:nth-child
(
6
)
{
background-color
:
#4dc1e9
;
...
...
@@ -68,5 +69,5 @@ hr {
.subimage
{
padding-left
:
50px
;
padding-top
:
30
px
;
padding-top
:
45
px
;
}
\ No newline at end of file
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