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
01eadc80
Commit
01eadc80
authored
Jun 05, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes done after review
parent
9db91e20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
136 additions
and
91 deletions
+136
-91
style.css
CSS/style.css
+75
-59
desktop.html
desktop.html
+61
-32
No files found.
CSS/style.css
View file @
01eadc80
...
...
@@ -8,31 +8,30 @@ 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
;
font-family
:
"Open Sans"
,
sans-serif
;
}
.container
>
div
:nth-child
(
1
)
{
.container
>
div
:nth-child
(
2
)
{
background-color
:
#41ca6e
;
}
.container
>
div
:nth-child
(
2
)
{
.container
>
div
:nth-child
(
3
)
{
background-color
:
#fab153
;
}
.container
>
div
:nth-child
(
3
)
{
.container
>
div
:nth-child
(
4
)
{
background-color
:
#7277d5
;
}
.container
>
div
:nth-child
(
4
)
{
.container
>
div
:nth-child
(
5
)
{
background-color
:
#f87d51
;
}
.container
>
div
:nth-child
(
5
)
{
.container
>
div
:nth-child
(
6
)
{
background-color
:
#ed5466
;
}
.container
>
div
:nth-child
(
6
)
{
.container
>
div
:nth-child
(
7
)
{
background-color
:
#4ec2e7
;
}
...
...
@@ -41,11 +40,17 @@ body {
height
:
100%
;
margin
:
0
auto
;
padding
:
0
;
scroll-snap-type
:
y
mandatory
;
overflow-y
:
scroll
;
}
.card
{
width
:
100%
;
min-height
:
36em
;
padding
:
5%
;
min-height
:
100vh
;
display
:
flex
;
align-items
:
center
;
scroll-snap-align
:
start
;
box-sizing
:
border-box
;
}
.main-logo
{
...
...
@@ -55,17 +60,13 @@ body {
}
.wrapper
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
width
:
100%
;
margin-top
:
20%
;
}
.logo
{
width
:
15%
;
margin-left
:
20%
;
margin-top
:
25%
;
margin-left
:
3rem
;
}
.desc
{
...
...
@@ -76,42 +77,40 @@ body {
width
:
45%
;
height
:
1.5px
;
background
:
white
;
margin
:
4%
0
3%
20%
;
margin
:
4%
0
3%
3rem
;
}
.title
{
font-weight
:
normal
;
font-size
:
larger
;
margin-top
:
3%
;
margin-left
:
20%
;
margin-left
:
3rem
;
}
.offer
{
text-transform
:
uppercase
;
font-weight
:
lighter
;
margin-left
:
20%
;
margin-left
:
3rem
;
}
.image-block
{
display
:
flex
;
justify-content
:
center
;
text-align
:
center
;
width
:
100%
;
margin-top
:
10%
;
}
.image-block
.image1
{
width
:
35%
;
width
:
10rem
;
margin-bottom
:
2%
;
margin-top
:
10%
;
}
.image-block
.images
{
width
:
30%
;
margin
:
10%
0
1%
0
;
width
:
50%
;
}
.image-block
.image2
{
width
:
5
0%
;
margin-top
:
15
%
;
width
:
6
0%
;
margin-top
:
20
%
;
}
/* Media Query for Tablets, Ipads */
...
...
@@ -120,39 +119,55 @@ body {
display
:
flex
;
flex-wrap
:
wrap
;
width
:
100%
;
overflow-y
:
unset
;
}
.card
{
display
:
flex
;
align-items
:
flex-start
;
width
:
50%
;
padding
:
5%
;
min-height
:
70vh
;
}
.main-logo
{
width
:
15%
;
}
.logo
{
width
:
20%
;
margin-top
:
45%
;
margin
:
0
;
}
.title
{
margin
:
0
;
}
.offer
{
margin
:
0
;
}
.hline
{
width
:
10rem
;
margin
:
4%
0
3%
0
;
}
.image-block
{
margin-top
:
15%
;
}
.image-block
.image1
{
width
:
55%
;
margin-top
:
15%
;
}
.image-block
.images
{
width
:
50%
;
margin
:
15%
0
1%
0
;
}
.image-block
.image2
{
width
:
70%
;
m
argin-top
:
20
%
;
m
in-height
:
25
%
;
}
}
/* Media Query for Tablets Ipads portrait mode */
@media
only
screen
and
(
min-width
:
768px
)
{
.card
{
min-height
:
20em
;
min-height
:
20vh
;
align-items
:
center
;
}
.main-logo
{
width
:
10%
;
margin
:
2%
;
}
.wrapper
{
display
:
flex
;
...
...
@@ -161,35 +176,34 @@ body {
}
.logo
{
width
:
20%
;
margin-top
:
30%
;
}
.wrapper
{
margin-top
:
0
;
}
.desc
{
width
:
60%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
}
.hline
{
width
:
70%
;
}
.title
{
font-size
:
medium
;
}
.offer
{
font-weight
:
300
;
font-size
:
medium
;
font-size
:
large
;
}
.image-block
{
width
:
40%
;
}
.image-block
.images
{
width
:
70%
;
margin
:
50%
0
1%
0
;
width
:
9rem
;
}
.image-block
.image1
{
width
:
80%
;
margin-top
:
70%
;
width
:
8rem
;
}
.image-block
.image2
{
width
:
100
%
;
margin
-top
:
75%
;
width
:
95
%
;
margin
:
0
;
}
}
...
...
@@ -202,7 +216,7 @@ body {
}
.card
{
width
:
calc
(
100%
/
3
);
min-height
:
20em
;
padding
:
0
;
}
.main-logo
{
position
:
absolute
;
...
...
@@ -210,15 +224,18 @@ body {
margin
:
2%
;
}
.wrapper
{
display
:
flex
;
flex-direction
:
row
;
width
:
100%
;
padding
:
7%
;
}
.logo
{
width
:
15%
;
margin-top
:
20%
;
width
:
20%
;
margin-top
:
0
;
margin-bottom
:
5%
;
}
.desc
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
width
:
60%
;
}
.hline
{
...
...
@@ -226,25 +243,24 @@ body {
}
.title
{
font-weight
:
400
;
font-size
:
medium
;
font-size
:
large
;
}
.offer
{
font-size
:
small
;
font-weight
:
400
;
font-size
:
medium
;
}
.image-block
{
width
:
40%
;
width
:
45%
;
margin
:
0
;
}
.image-block
.image1
{
width
:
80%
;
margin-top
:
65%
;
width
:
95%
;
}
.image-block
.images
{
width
:
80%
;
margin-top
:
30%
;
width
:
85%
;
}
.image-block
.image2
{
width
:
100%
;
margin-top
:
7
0%
;
min-
width
:
100%
;
margin-top
:
5
0%
;
}
}
desktop.html
View file @
01eadc80
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<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>
Responsive Layout
</title>
<link
rel=
"stylesheet"
href=
"/CSS/style.css"
/>
<link
href=
"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel=
"stylesheet"
/>
</head>
<head>
<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>
Responsive Layout(without Grid
&
Flex)
</title>
<link
rel=
"stylesheet"
href=
"/CSS/style.css"
>
</head>
<body>
<body>
<div
class=
"container"
>
<img
class=
"main-logo"
src=
"/Logos/logo-aoc.png"
alt=
"logo-aoc"
/>
<div
class=
"card"
>
<img
class=
"main-logo"
src=
"/Logos/logo-aoc.png"
alt=
"logo-aoc"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-f-secure.png"
alt=
"logo-f-secure"
>
<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>
<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>
<p>
1 YEAR FREE MOBILE SECURITY
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"image1"
src=
"/Images/image-1.png"
alt=
"image-1"
>
<img
class=
"image1"
src=
"/Images/image-1.png"
alt=
"image-1"
/
>
</div>
</div>
</div>
...
...
@@ -33,17 +42,21 @@
<div
class=
"card"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-digitainment.png"
alt=
"logo-f-secure"
>
<img
class=
"logo"
src=
"/Logos/logo-digitainment.png"
alt=
"logo-digitainment"
/>
<div
class=
"title"
>
<p>
Be hooked!
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
2000+ movies from bollywood
</p>
<p>
2000+ MOVIES FROM BOLLYWOOD
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-2.png"
alt=
"image-2"
>
<img
class=
"images"
src=
"/Images/image-2.png"
alt=
"image-2"
/
>
</div>
</div>
</div>
...
...
@@ -51,17 +64,21 @@
<div
class=
"card"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-adaptxt"
/>
<div
class=
"title"
>
<p>
The best things in
<br>
life are free
<br
></p>
<p>
The best things in
<br
/>
life are free
<br
/
></p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
free mobile pouch
</p>
<p>
FREE MOBILE POUCH
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-3.png"
alt=
"image-3"
>
<img
class=
"images"
src=
"/Images/image-3.png"
alt=
"image-3"
/
>
</div>
</div>
</div>
...
...
@@ -69,17 +86,21 @@
<div
class=
"card"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-hungama.png"
alt=
"logo-f-secure"
>
<img
class=
"logo"
src=
"/Logos/logo-hungama.png"
alt=
"logo-hungama"
/>
<div
class=
"title"
>
<p>
The thump
<br
>
never ends here
</p>
<p>
The thump
<br
/
>
never ends here
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000's of songs
</p>
<p>
1000's OF SONGS
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-4.png"
alt=
"image-4"
>
<img
class=
"images"
src=
"/Images/image-4.png"
alt=
"image-4"
/
>
</div>
</div>
</div>
...
...
@@ -87,17 +108,21 @@
<div
class=
"card"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-f-secure"
>
<img
class=
"logo"
src=
"/Logos/logo-adaptxt.png"
alt=
"logo-adaptxt"
/>
<div
class=
"title"
>
<p>
Being globally you
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
21 indian
&
foreign languages
</p>
<p>
21 INDIAN
&
FOREIGN LANGUAGES
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"images"
src=
"/Images/image-5.png"
alt=
"image-5"
>
<img
class=
"images"
src=
"/Images/image-5.png"
alt=
"image-5"
/
>
</div>
</div>
</div>
...
...
@@ -105,20 +130,24 @@
<div
class=
"card"
>
<div
class=
"wrapper"
>
<div
class=
"desc"
>
<img
class=
"logo"
src=
"/Logos/logo-read-where.png"
alt=
"logo-f-secure"
>
<img
class=
"logo"
src=
"/Logos/logo-read-where.png"
alt=
"logo-read-where"
/>
<div
class=
"title"
>
<p>
For the wise
</p>
</div>
<div
class=
"hline"
></div>
<div
class=
"offer"
>
<p>
1000 pts discount
<br>
on subscription
</p>
<p>
1000 PTS DISCOUNT
<br
/>
ON SUBSCRIPTION
</p>
</div>
</div>
<div
class=
"image-block"
>
<img
class=
"image2"
src=
"/Images/image-6.png"
alt=
"image-6"
>
<img
class=
"image2"
src=
"/Images/image-6.png"
alt=
"image-6"
/
>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
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