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
a8a7a8d3
Commit
a8a7a8d3
authored
Apr 28, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flex7
parent
97dd8cb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
19 deletions
+35
-19
App.css
src/App.css
+35
-19
No files found.
src/App.css
View file @
a8a7a8d3
...
...
@@ -18,7 +18,7 @@ header>img {
text-transform
:
uppercase
;
}
.part2
{
.part2
{
display
:
flex
;
}
...
...
@@ -102,21 +102,27 @@ hr {
}
@media
screen
and
(
min-width
:
780px
)
{
.flex-container
>
div
{
width
:
33.3%
;
height
:
50vh
;
overflow
:
hidden
;
min-height
:
850px
;
}
.mainimage
{
max-width
:
100%
;
}
}
@media
screen
and
(
min-width
:
992px
)
{
.flex-container
>
div
{
display
:
flex
;
min-height
:
50
px
;
min-height
:
50
%
;
padding
:
2%
;
overflow
:
hidden
;
align-items
:
center
;
justify-content
:
space-between
;
min-height
:
350px
;
}
header
{
...
...
@@ -128,16 +134,18 @@ hr {
}
.mainimage
{
max-width
:
164px
;
max-width
:
100%
;
max-height
:
300px
;
}
.part1
{
min-width
:
150px
;
min-width
:
150px
;
}
.part2
{
.part2
{
flex-grow
:
1
;
/* max-width: fit-content; */
margin-left
:
5%
;
}
.flex-container
h4
{
...
...
@@ -152,25 +160,32 @@ hr {
opacity
:
initial
;
font-weight
:
normal
;
}
@media
screen
and
(
min-width
:
1570px
)
{
.mainimage
{
min-height
:
300px
;
max-width
:
200px
;
}
}
@media
screen
and
(
min-width
:
2040px
)
{
.mainimage
{
min-height
:
350px
;
min-height
:
320px
;
}
.flex-container
>
div
{
min-height
:
400px
;
}
}
@media
screen
and
(
min-width
:
2380px
)
{
.flex-container
>
div
{
padding-left
:
100px
;
.flex-container
>
div
{
padding-left
:
100px
;
min-height
:
450px
;
}
.mainimage
{
max-height
:
400px
;
}
.flex-container
h4
{
font-size
:
25px
;
}
.flex-container
p
{
font-size
:
22px
;
}
}
}
\ 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