Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-responsive-layout
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
Vinod
Simple-responsive-layout
Commits
3c4d2bf7
Commit
3c4d2bf7
authored
May 29, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code restructured
parent
bd96c762
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
181 additions
and
179 deletions
+181
-179
style.css
CSS/style.css
+181
-179
No files found.
CSS/style.css
View file @
3c4d2bf7
*
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
}
html
,
body
{
width
:
100%
;
height
:
100%
;
color
:
white
;
font-family
:
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
'Open Sans'
,
'Helvetica Neue'
,
sans-serif
;
width
:
100%
;
height
:
100%
;
color
:
white
;
font-family
:
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif
;
}
.container
>
div
:nth-child
(
1
)
{
background-color
:
#41ca6e
;
.container
>
div
:nth-child
(
1
)
{
background-color
:
#41ca6e
;
}
.container
>
div
:nth-child
(
2
)
{
background-color
:
#fab153
;
.container
>
div
:nth-child
(
2
)
{
background-color
:
#fab153
;
}
.container
>
div
:nth-child
(
3
)
{
background-color
:
#7277d5
;
.container
>
div
:nth-child
(
3
)
{
background-color
:
#7277d5
;
}
.container
>
div
:nth-child
(
4
)
{
background-color
:
#f87d51
;
.container
>
div
:nth-child
(
4
)
{
background-color
:
#f87d51
;
}
.container
>
div
:nth-child
(
5
)
{
background-color
:
#ed5466
;
.container
>
div
:nth-child
(
5
)
{
background-color
:
#ed5466
;
}
.container
>
div
:nth-child
(
6
)
{
background-color
:
#4ec2e7
;
.container
>
div
:nth-child
(
6
)
{
background-color
:
#4ec2e7
;
}
.container
{
display
:
grid
;
/* grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
grid-template-columns
:
repeat
(
auto-fill
,
minmax
(
calc
(
100%
/
3
),
1
fr
));
grid-template-rows
:
repeat
(
2
,
1
fr
);
display
:
grid
;
grid-template-columns
:
repeat
(
1
,
1
fr
);
}
.card
{
min-height
:
50vh
;
min-height
:
auto
;
}
.wrapper
{
width
:
100%
;
/* position: relative; */
}
.hline
{
width
:
55%
;
height
:
1.5px
;
background
:
white
;
margin
:
5%
5%
10px
25%
;
width
:
100%
;
}
.main-logo
{
position
:
absolute
;
width
:
5
%
;
margin
:
25px
0
0
25px
;
position
:
absolute
;
width
:
20
%
;
margin
:
5%
;
}
.desc
{
display
:
inline-block
;
width
:
60%
;
display
:
grid
;
width
:
100%
;
}
.logo
{
width
:
15%
;
margin
:
20%
0
5%
25%
;
}
.title
{
font-weight
:
lighter
;
margin-left
:
25%
;
font-size
:
larger
;
font-weight
:
400
;
margin-left
:
25%
;
}
.offer
{
text-transform
:
uppercase
;
font-weight
:
lighter
;
font-size
:
smaller
;
margin-left
:
25%
;
.hline
{
width
:
50%
;
height
:
1.5px
;
background
:
white
;
margin
:
4%
0
2%
25%
;
}
.logo
{
width
:
15%
;
margin
:
35%
0
5%
25%
;
.offer
{
text-transform
:
uppercase
;
font-weight
:
lighter
;
font-size
:
large
;
margin-left
:
25%
;
}
.image-block
{
width
:
40%
;
float
:
right
;
}
.image-block
.images
{
width
:
80%
;
margin
:
25%
0
0
5%
;
width
:
100%
;
}
.image-block
.image1
{
width
:
9
0%
;
margin
:
45%
25%
0
0
;
width
:
5
0%
;
margin
:
10%
0
2%
20%
;
}
.image-block
.image2
{
width
:
100%
;
margin-top
:
80%
;
}
.only-mobile
{
display
:
none
;
.image-block
.images
{
width
:
40%
;
margin
:
10%
0
2%
30%
;
}
/* Media Query for Mobile Devices */
@media
(
max-width
:
480px
)
{
.container
{
grid-template-columns
:
repeat
(
1
,
1
fr
);
}
.main-logo
{
width
:
15%
;
margin
:
4%
;
}
.hline
{
width
:
38%
;
margin
:
2%
0
2%
25%
;
}
.desc
{
width
:
100%
;
}
.image-block
{
float
:
none
;
margin-left
:
30%
;
}
.image-block
.images
{
float
:
none
;
margin
:
10%
0
5%
5%
;
}
.image-block
.image1
{
width
:
85%
;
margin
:
20%
15%
5%
0
;
}
.image-block
.image2
{
float
:
none
;
margin
:
30%
30%
5%
0
;
}
.logo
{
margin
:
20%
0
0
25%
;
}
.image-block
.image2
{
width
:
60%
;
margin
:
10%
0
0
20%
;
}
/* Media Query for low resolution Tablets, Ipads */
@media
(
min-width
:
480px
)
and
(
max-width
:
768px
)
{
.container
{
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
.main-logo
{
width
:
10%
;
margin
:
15px
;
}
.card
{
width
:
100%
;
min-height
:
31em
;
}
.desc
{
width
:
100%
;
}
.image-block
{
width
:
50%
;
float
:
none
;
margin-left
:
30%
;
}
.image-block
.images
{
float
:
none
;
width
:
65%
;
margin
:
10%
0
0
5%
;
}
.image-block
.image1
{
width
:
75%
;
margin
:
15%
15%
0
0
;
}
.image-block
.image2
{
float
:
none
;
margin
:
30%
30%
0
0
;
}
.logo
{
margin
:
25%
0
0
25%
;
}
/* Media Query for Tablets, Ipads */
@media
only
screen
and
(
min-width
:
480px
)
{
.container
{
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
.card
{
width
:
100%
;
}
.hline
{
width
:
60%
;
height
:
1.5px
;
background
:
white
;
}
.main-logo
{
position
:
absolute
;
width
:
13%
;
margin
:
5%
;
}
.title
{
font-size
:
large
;
}
.offer
{
font-size
:
medium
;
}
.logo
{
width
:
20%
;
margin
:
30%
0
5%
25%
;
}
}
/* Media Query for Tablets Ipads portrait mode */
@media
(
min-width
:
768px
)
and
(
max-width
:
992px
)
{
.container
{
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
@media
only
screen
and
(
min-width
:
768px
)
{
.container
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
}
.card
{
min-height
:
45vh
;
}
.main-logo
{
position
:
absolute
;
width
:
8%
;
margin
:
3%
;
}
.wrapper
{
width
:
100%
;
}
.logo
{
width
:
25%
;
margin
:
30%
0
5%
25%
;
}
.desc
{
display
:
inline-block
;
width
:
60%
;
}
.title
{
font-weight
:
400
;
font-size
:
medium
;
}
.offer
{
font-weight
:
lighter
;
font-size
:
300
;
margin-bottom
:
5%
;
}
.image-block
{
width
:
40%
;
float
:
right
;
}
.image-block
.image1
{
width
:
80%
;
margin
:
65%
0
0
0
;
}
.image-block
.images
{
width
:
70%
;
margin
:
35%
0
0
5%
;
}
.image-block
.image2
{
width
:
100%
;
margin
:
80%
0
0
0
;
}
}
/* Media Query for Laptops and Desktops */
@media
(
min-width
:
992px
)
and
(
max-width
:
1280px
)
{
.card
{
width
:
100%
;
}
@media
only
screen
and
(
min-width
:
992px
)
{
.container
{
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fill
,
minmax
(
calc
(
100%
/
3
),
1
fr
));
}
.card
{
min-height
:
50vh
;
}
.main-logo
{
position
:
absolute
;
width
:
5%
;
margin
:
2%
;
}
.wrapper
{
width
:
100%
;
}
.logo
{
width
:
20%
;
margin
:
40%
0
5%
25%
;
}
.desc
{
display
:
inline-block
;
width
:
60%
;
}
.title
{
font-weight
:
400
;
font-size
:
medium
;
}
.offer
{
font-weight
:
lighter
;
font-size
:
300
;
margin-bottom
:
5%
;
}
.image-block
{
width
:
40%
;
float
:
right
;
}
.image-block
.image1
{
width
:
85%
;
margin-top
:
65%
;
}
.image-block
.images
{
width
:
70%
;
margin
:
45%
0
0
5%
;
}
.image-block
.image2
{
width
:
100%
;
margin-top
:
85%
;
}
}
/* Media Query for Large screens */
@media
(
min-width
:
1280px
)
{
.card
{
width
:
100%
;
}
}
\ 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