Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
training-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
Ajmal.S
training-responsive-layout
Commits
e6f75d5d
Commit
e6f75d5d
authored
Jan 28, 2022
by
Ajmal.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Float layout added
parent
fa692c68
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
0 deletions
+107
-0
style.css
assets/css/style.css
+33
-0
float-layout.html
float-layout.html
+74
-0
No files found.
assets/css/style.css
View file @
e6f75d5d
...
...
@@ -117,3 +117,35 @@ body {
}
/*End Flexbox Css */
/* Float css */
.row
:after
{
content
:
""
;
display
:
table
;
clear
:
both
;
}
.columns
{
width
:
33.33%
;
float
:
left
;
height
:
520px
;
}
@media
only
screen
and
(
min-width
:
300px
)
and
(
max-width
:
500px
){
.columns
{
width
:
100%
;
float
:
left
;
height
:
720px
;
}
}
@media
only
screen
and
(
min-width
:
500px
)
and
(
max-width
:
1024px
)
{
.columns
{
width
:
50%
;
float
:
left
;
height
:
720px
;
}
}
/* End Float css */
\ No newline at end of file
float-layout.html
0 → 100644
View file @
e6f75d5d
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Float-Layout
</title>
<link
href=
"https://fonts.googleapis.com/css?family=Open+Sans"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"assets/css/style.css"
>
</head>
<body>
<div
class=
"row"
>
<div
class=
"columns col-1"
>
<div>
<img
src=
"assets/img/logo-aoc.png"
width=
"85"
height=
"30"
>
</div>
<div
class=
"info"
>
<img
src=
"assets/img/logo-f-secure.png"
width=
"50"
height=
"50"
>
<p>
Astonishing
<br>
features requires
<br>
worry-free security
</p>
<div
class=
"underline"
></div>
<span>
1 Year Free Mobile Security
</span>
</div>
<img
src=
"assets/img/image-1.png"
align=
"right"
class=
"c-margin-t"
>
</div>
<div
class=
"columns col-2"
>
<div
class=
"info"
>
<img
src=
"assets/img/logo-digitainment.png"
width=
"55"
height=
"40"
>
<p>
Be hooked!
</p>
<div
class=
"underline"
></div>
<span>
2000+ Movies from Bollywood
</span>
</div>
<img
src=
"assets/img/image-2.png"
align=
"right"
>
</div>
<div
class=
"columns col-3"
>
<div
class=
"info"
>
<img
src=
"assets/img/logo-adaptxt.png"
width=
"90"
height=
"30"
>
<p>
The best things in
<br>
life are free
</p>
<div
class=
"underline"
></div>
<span>
Free Mobile Pouch
</span>
</div>
<img
src=
"assets/img/image-3.png"
align=
"right"
>
</div>
<div
class=
"columns col-4"
>
<div
class=
"info"
>
<img
src=
"assets/img/logo-hungama.png"
width=
"90"
height=
"20"
>
<p>
The thump
<br>
never ends here
</p>
<div
class=
"underline"
></div>
<span>
1000’s of songs
</span>
</div>
<img
src=
"assets/img/image-4.png"
align=
"right"
>
</div>
<div
class=
"columns col-5"
>
<div
class=
"info"
>
<img
src=
"assets/img/logo-adaptxt.png"
width=
"90"
height=
"30"
>
<p>
Being globally you
</p>
<div
class=
"underline"
></div>
<span>
21 Indian
&
Foreign Languages
</span>
</div>
<img
src=
"assets/img/image-5.png"
align=
"right"
>
</div>
<div
class=
"columns col-6"
>
<div
class=
"info"
>
<img
src=
"assets/img/logo-read-where.png"
width=
"50"
height=
"45"
>
<p>
For the wise
</p>
<div
class=
"underline"
></div>
<span>
1000 pts Discount
<br>
on Subscription
</span>
</div>
<img
src=
"assets/img/image-6.png"
align=
"right"
class=
"c-margin-t"
>
</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