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
9db91e20
Commit
9db91e20
authored
May 26, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor Changes
parent
a1c0d5be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
style.css
CSS/style.css
+48
-0
No files found.
CSS/style.css
View file @
9db91e20
...
...
@@ -145,6 +145,54 @@ body {
}
}
/* Media Query for Tablets Ipads portrait mode */
@media
only
screen
and
(
min-width
:
768px
)
{
.card
{
min-height
:
20em
;
}
.main-logo
{
width
:
10%
;
margin
:
2%
;
}
.wrapper
{
display
:
flex
;
flex-direction
:
row
;
width
:
100%
;
}
.logo
{
width
:
20%
;
margin-top
:
30%
;
}
.desc
{
width
:
60%
;
}
.hline
{
width
:
70%
;
}
.title
{
font-size
:
medium
;
}
.offer
{
font-weight
:
300
;
font-size
:
medium
;
}
.image-block
{
width
:
40%
;
}
.image-block
.images
{
width
:
70%
;
margin
:
50%
0
1%
0
;
}
.image-block
.image1
{
width
:
80%
;
margin-top
:
70%
;
}
.image-block
.image2
{
width
:
100%
;
margin-top
:
75%
;
}
}
/* Media Query for Laptops and Desktops */
@media
only
screen
and
(
min-width
:
992px
)
{
.container
{
...
...
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