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
7db9a694
Commit
7db9a694
authored
May 17, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes updated (without Flex & Grid)
parent
a12bcfaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
158 additions
and
89 deletions
+158
-89
style.css
CSS/style.css
+85
-40
desktop.html
desktop.html
+73
-49
No files found.
CSS/style.css
View file @
7db9a694
...
...
@@ -42,36 +42,37 @@ body {
}
.card
{
display
:
inline-block
;
margin-right
:
-0.30em
;
margin-bottom
:
-0.30em
;
float
:
left
;
width
:
calc
(
100%
/
3
);
height
:
calc
(
100%
/
2
);
position
:
relative
;
}
.wrapper
{
width
:
100%
;
}
.hline
{
width
:
10rem
;
width
:
55%
;
height
:
1.5px
;
background
:
white
;
margin
:
10px
0
10px
0
;
margin
:
5%
5%
10px
25%
;
}
.main-logo
{
position
:
absolute
;
width
:
15
%
;
margin
:
5%
0
0
5%
;
width
:
4
%
;
margin
:
1.5%
0
0
1.
5%
;
}
.desc
{
display
:
inline-block
;
position
:
absolute
;
margin
:
30%
0
0
15%
;
width
:
60%
;
float
:
left
;
}
.title
{
color
:
white
;
font-weight
:
lighter
;
margin-left
:
25%
;
}
.offer
{
...
...
@@ -79,31 +80,35 @@ body {
text-transform
:
uppercase
;
font-weight
:
lighter
;
font-size
:
smaller
;
margin-left
:
25%
;
}
.logo
{
width
:
23%
;
width
:
18%
;
margin
:
35%
0
5%
25%
;
}
.image-block
{
width
:
40%
;
float
:
right
;
}
.
card
.images
{
position
:
absolute
;
width
:
3
0%
;
margin
:
10%
0
5%
6
5%
;
.
image-block
.images
{
float
:
left
;
width
:
8
0%
;
margin
:
8%
0
0
5%
;
}
.image1
{
/* float: right; */
width
:
35%
;
margin
:
20%
0
5%
59%
;
position
:
absolute
;
.image-block
.image1
{
float
:
left
;
width
:
90%
;
margin
:
40%
20%
0
0
;
}
.container
.card
.image2
{
position
:
absolute
;
height
:
45%
;
width
:
50%
;
margin
:
30%
0
0
48%
;
.image-block
.image2
{
float
:
left
;
width
:
100%
;
margin-top
:
80%
;
}
.only-mobile
{
...
...
@@ -111,8 +116,6 @@ body {
}
/* Styling For Mobile */
.header
{
...
...
@@ -130,7 +133,7 @@ body {
.mobile-container
{
margin
:
auto
;
width
:
100%
;
height
:
100%
;
min-height
:
65em
;
background-color
:
#41ca6e
;
position
:
relative
;
}
...
...
@@ -155,7 +158,7 @@ body {
}
.mobile-hline
{
width
:
14rem
;
width
:
60%
;
height
:
1.5px
;
background
:
white
;
margin
:
3%
0
3%
15%
;
...
...
@@ -179,7 +182,7 @@ body {
.right
{
transform
:
rotate
(
-45deg
);
display
:
inline-block
;
margin-left
:
8
6
%
;
margin-left
:
8
0
%
;
}
.left
{
...
...
@@ -198,7 +201,7 @@ body {
.circle
{
display
:
inline-block
;
width
:
6
px
;
width
:
5
px
;
padding-bottom
:
5px
;
border-radius
:
50%
;
border
:
3px
solid
white
;
...
...
@@ -218,34 +221,75 @@ body {
}
/* Media Query for low resolution Tablets, Ipads */
@media
(
min-width
:
481px
)
and
(
max-width
:
767px
)
{
@media
(
min-width
:
480px
)
and
(
max-width
:
768px
)
{
.main-logo
{
width
:
10%
;
margin
:
15px
;
}
.card
{
width
:
50%
;
max-height
:
40%
;
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 portrait mode */
@media
(
min-width
:
768px
)
and
(
max-width
:
1024
px
)
{
@media
(
min-width
:
768px
)
and
(
max-width
:
992
px
)
{
.card
{
width
:
50%
;
m
ax-height
:
50%
;
m
in-height
:
21em
;
}
}
/* Media Query for Laptops and Desktops */
@media
(
min-width
:
1025
px
)
and
(
max-width
:
1280px
)
{
@media
(
min-width
:
992
px
)
and
(
max-width
:
1280px
)
{
.card
{
width
:
33.33%
;
max-height
:
50%
;
min-height
:
20em
;
}
.wrapper
{
margin-top
:
2em
;
}
}
/* Media Query for Large screens */
@media
(
min-width
:
128
1
px
)
{
@media
(
min-width
:
128
0
px
)
{
.card
{
width
:
33.33%
;
max-height
:
50%
;
min-height
:
23em
;
}
.wrapper
{
margin-top
:
2em
;
}
}
\ No newline at end of file
desktop.html
View file @
7db9a694
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<title>
Responsive Layout(without Grid
&
Flex)
</title>
<link
rel=
"stylesheet"
href=
"/CSS/style.css"
>
</head>
...
...
@@ -13,87 +13,111 @@
<div
class=
"container"
>
<div
class=
"card"
>
<img
class=
"main-logo"
src=
"/Logos/logo-aoc.png"
alt=
"logo-aoc"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-f-secure.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Astonishing
<br>
features requires
<br>
worry-free security
</p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-f-secure.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Astonishing
<br>
features requires
<br>
worry-free security
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1 year free mobile security
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1 year free mobile security
</p>
<div
class=
"image-block"
>
<img
class=
"image1"
src=
"/Images/image-1.png"
alt=
"image-1"
>
</div>
</div>
<img
class=
"image1"
src=
"/Images/image-1.png"
alt=
"image-1"
>
</div>
<div
class=
"card"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-digitainment.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Be hooked!
</p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-digitainment.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Be hooked!
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
2000+ movies from bollywood
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
2000+ movies from bollywood
</p>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-2.png"
alt=
"image-2"
>
</div>
</div>
<img
class=
"images"
src=
"/Images/image-2.png"
alt=
"image-2"
>
</div>
<div
class=
"card"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
The best things in
<br>
life are free
<br></p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
The best things in
<br>
life are free
<br></p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
free mobile pouch
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
free mobile pouch
</p>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-3.png"
alt=
"image-3"
>
</div>
</div>
<img
class=
"images"
src=
"/Images/image-3.png"
alt=
"image-3"
>
</div>
<div
class=
"card"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-hungama.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
The thump
<br>
never ends here
</p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-hungama.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
The thump
<br>
never ends here
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000's of songs
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000's of songs
</p>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-4.png"
alt=
"image-4"
>
</div>
</div>
<img
class=
"images"
src=
"/Images/image-4.png"
alt=
"image-4"
>
</div>
<div
class=
"card"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Being globally you
</p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
Being globally you
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
21 indian
&
foreign languages
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
21 indian
&
foreign languages
</p>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-5.png"
alt=
"image-5"
>
</div>
</div>
<img
class=
"images"
src=
"/Images/image-5.png"
alt=
"image-5"
>
</div>
<div
class=
"card"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-read-where.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
For the wise
</p>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-read-where.png"
alt=
"logo-f-secure"
>
<div
class=
"title"
>
<p>
For the wise
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000 pts discount
<br>
on subscription
</p>
</div>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000 pts discount
<br>
on subscription
</p>
<div
class=
"image-block"
>
<img
class=
"image2"
src=
"/Images/image-6.png"
alt=
"image-6"
>
</div>
</div>
<img
class=
"image2"
src=
"/Images/image-6.png"
alt=
"image-6"
>
</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