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
cf7b26bf
Commit
cf7b26bf
authored
Apr 26, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
desktop5
parent
c3a16e12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
17 deletions
+39
-17
index.html
public/index.html
+1
-0
App.css
src/App.css
+38
-17
No files found.
public/index.html
View file @
cf7b26bf
...
...
@@ -100,6 +100,7 @@
<img
src=
"image-6.png"
alt=
"image6"
class=
"mainimage"
>
</div>
</div>
</div>
</div>
</body>
...
...
src/App.css
View file @
cf7b26bf
...
...
@@ -84,8 +84,9 @@ hr {
.container
>
div
{
float
:
left
;
width
:
50%
;
min-
height
:
100vh
;
height
:
100vh
;
padding-top
:
70px
;
overflow
:
hidden
;
}
header
{
...
...
@@ -99,6 +100,7 @@ hr {
.container
>
div
{
width
:
33.3%
;
height
:
50vh
;
overflow
:
hidden
;
}
}
...
...
@@ -106,33 +108,45 @@ hr {
.container
>
div
{
width
:
33.3%
;
min-height
:
50vh
;
padding
:
5%
3%
;
padding
:
2%
;
overflow
:
hidden
;
}
.part1
{
header
{
padding
:
20px
;
}
header
>
img
{
height
:
25px
;
}
.part1
{
width
:
50%
;
float
:
left
;
margin-top
:
25px
;
}
.part2
{
.part2
{
width
:
50%
;
float
:
right
;
}
.subimage
{
.subimage
{
height
:
50px
;
}
.mainimage
{
margin-right
:
0
;
height
:
250px
;
margin-right
:
0
;
object-fit
:
contain
;
max-height
:
300px
;
}
.container
h4
{
text-transform
:
initial
;
font-size
:
18px
;
font-weight
:
normal
;
margin
:
2px
;
}
.container
p
{
...
...
@@ -140,24 +154,30 @@ hr {
text-transform
:
uppercase
;
opacity
:
initial
;
font-weight
:
normal
;
margin
:
2px
;
}
.desc
{
.desc
{
margin
:
0px
;
}
@media
screen
and
(
min-width
:
1570px
)
{
.container
h4
{
font-size
:
25px
;
}
.container
p
{
font-size
:
20px
;
font-size
:
25px
;
}
.
mainimage
{
height
:
35
0px
;
.
container
p
{
font-size
:
2
0px
;
}
.mainimage
{
min-height
:
370px
;
}
}
@media
screen
and
(
min-width
:
2560px
)
{
.mainimage
{
min-height
:
500px
;
}
}
}
\ 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