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
2453946a
Commit
2453946a
authored
Apr 19, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newadd
parent
8d7f2c46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
31 deletions
+20
-31
App.css
src/App.css
+18
-28
image-1.png
src/Images/image-1.png
+0
-0
MainPage.js
src/MainPage.js
+2
-3
No files found.
src/App.css
View file @
2453946a
.main
{
background-color
:
aliceblue
;
margin
:
10px
;
}
.container
>
div
{
padding
:
10px
;
text-align
:
center
;
font-size
:
2em
;
color
:
rgb
(
245
,
241
,
236
);
.container
{
display
:
grid
;
grid-template-areas
:
"one two three"
"four five "
;
grid-template-areas
:
"one two three"
;
padding
:
10px
;
}
.one
{
background-color
:
brown
;
}
`
.two
{
.container
>
div
{
padding
:
20px
0
;
font-size
:
30px
;
height
:
325px
;
}
background-color
:
rgb
(
63
,
228
,
74
);
.one
{
background-color
:
#57a890
;
}
.two
{
background-color
:
#ddae71
;
}
.three
{
background-color
:
rgb
(
198
,
89
,
89
);
background-color
:
#727cda
;
}
.four
{
background-color
:
rgb
(
204
,
50
,
204
);
background-color
:
#faa46b
;
}
.five
{
`
background-color
:
rgb
(
240
,
8
,
155
);
.five
{
background-color
:
#863456
;
}
.six
{
background-color
:
rgb
(
91
,
53
,
217
);
background-color
:
#71bedd
;
}
src/Images/image-1.png
0 → 100644
View file @
2453946a
16.1 KB
src/MainPage.js
View file @
2453946a
import
React
from
'react'
;
import
Image1
from
'./Images/image-1.png'
;
const
MainPage
=
()
=>
{
return
(
<
div
className
=
'main'
>
<
div
className
=
'container'
>
<
div
className
=
'one'
>
1
<
/div
>
<
div
className
=
'one'
>
<
img
src
=
{
Image1
}
alt
=
"image"
style
=
{{
height
:
"250px"
,
width
:
"150px"
}}
/>
</
div
>
<
div
className
=
'two'
>
2
<
/div
>
<
div
className
=
'three'
>
3
<
/div
>
<
div
className
=
'four'
>
4
<
/div
>
<
div
className
=
'five'
>
5
<
/div
>
<
div
className
=
'six'
>
6
<
/div
>
<
/div
>
<
/div
>
)
...
...
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