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
43342931
Commit
43342931
authored
May 23, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated after review (mobile code removed) - Without Grid & Flex
parent
7db9a694
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
125 deletions
+42
-125
style.css
CSS/style.css
+42
-95
desktop.html
desktop.html
+0
-30
No files found.
CSS/style.css
View file @
43342931
...
...
@@ -115,117 +115,64 @@ body {
display
:
none
;
}
/* Media Query for Mobile Devices */
@media
(
max-width
:
480px
)
{
.main-logo
{
width
:
13%
;
margin
:
15px
;
}
/* Styling For Mobile */
.header
{
margin-top
:
0
;
height
:
70px
;
background-color
:
#41ca6e
;
}
.logo-mobile
img
{
filter
:
grayscale
(
1
)
invert
(
1
);
margin
:
5%
0
5%
5%
;
height
:
22px
;
}
.mobile-container
{
margin
:
auto
;
width
:
100%
;
min-height
:
65em
;
background-color
:
#41ca6e
;
position
:
relative
;
}
.mobile-image
{
width
:
50%
;
margin
:
10%
0
0
25%
;
position
:
absolute
;
}
.mobile-logo
{
width
:
15%
;
margin
:
10%
0
5%
15%
;
}
.mobile-title
{
display
:
block
;
text-transform
:
uppercase
;
font-weight
:
650
;
font-size
:
larger
;
margin
:
0
0
0
15%
;
}
.mobile-hline
{
width
:
60%
;
height
:
1.5px
;
background
:
white
;
margin
:
3%
0
3%
15%
;
}
.mobile-offer
{
text-transform
:
uppercase
;
font-weight
:
50
;
margin
:
0
0
0
15%
;
}
.card
{
width
:
100%
;
min-height
:
31em
;
}
.arrow
{
position
:
absolute
;
margin
:
15%
0
0
5%
;
border
:
solid
white
;
border-width
:
0
2px
2px
0
;
display
:
inline-block
;
padding
:
15px
;
}
.hline
{
width
:
40%
;
margin
:
2%
0
2%
25%
;
}
.right
{
transform
:
rotate
(
-45deg
);
display
:
inline-block
;
margin-left
:
80%
;
}
.desc
{
width
:
100%
;
}
.left
{
transform
:
rotate
(
135deg
);
}
.image-block
{
width
:
100%
;
float
:
none
;
margin-left
:
30%
;
}
.dot
{
display
:
inline-block
;
height
:
10px
;
width
:
10px
;
background-color
:
white
;
border-radius
:
50%
;
position
:
absolute
;
margin
:
80%
0
0
45%
;
}
.image-block
.images
{
float
:
none
;
width
:
26%
;
margin
:
10%
0
0
5%
;
}
.circle
{
display
:
inline-block
;
width
:
5px
;
padding-bottom
:
5px
;
border-radius
:
50%
;
border
:
3px
solid
white
;
margin
:
80%
0
0
49%
;
}
.image-block
.image1
{
width
:
30%
;
float
:
none
;
margin-top
:
8%
;
}
/* Media Query for Mobile Devices */
@media
(
max-width
:
480px
)
{
.container
{
display
:
none
;
.image-block
.image2
{
float
:
none
;
width
:
45%
;
margin
:
10%
30%
0
0
;
}
.
only-mobile
{
width
:
1
00
%
;
display
:
contents
;
.
logo
{
width
:
1
2
%
;
margin
:
21%
0
0
25%
;
}
}
/* Media Query for low resolution Tablets, Ipads */
@media
(
min-width
:
480px
)
and
(
max-width
:
768px
)
{
.main-logo
{
.main-logo
{
width
:
10%
;
margin
:
15px
;
}
.card
{
width
:
50%
;
min-height
:
31em
;
...
...
@@ -257,7 +204,7 @@ body {
margin
:
30%
30%
0
0
;
}
.logo
{
.logo
{
margin
:
25%
0
0
25%
;
}
}
...
...
desktop.html
View file @
43342931
...
...
@@ -120,35 +120,6 @@
</div>
</div>
</div>
<!-- Mobile UI -->
<div
class=
"only-mobile"
>
<div
class=
"logo-mobile"
>
<img
src=
"/Logos/logo-aoc.png"
alt=
"logo-aoc"
>
</div>
<div
class=
"mobile-container"
>
<div>
<img
class=
"mobile-logo"
src=
"/Logos/logo-f-secure.png"
alt=
"logo-f-secure"
>
<div
class=
"mobile-title"
>
<p>
Astonishing
<br>
features requires
<br>
worry-free security
</p>
</div>
<div
class=
"mobile-hline"
></div>
<div
class=
"mobile-offer"
>
<p>
1 year free mobile security
</p>
</div>
</div>
<div
class=
"arrow left"
></div>
<div
class=
"arrow right"
></div>
<img
class=
"mobile-image"
src=
"/Images/image-1.png"
alt=
"image-1"
>
<div
class=
"dot"
></div>
<div
class=
"circle"
></div>
</div>
</div>
</body>
</html>
\ 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