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
d0b79515
Commit
d0b79515
authored
Feb 15, 2022
by
Ajmal.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css changes
parent
fe153d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
float.css
assets/css/float.css
+7
-8
float-layout.html
float-layout.html
+3
-3
No files found.
assets/css/float.css
View file @
d0b79515
...
@@ -57,10 +57,7 @@ figure {
...
@@ -57,10 +57,7 @@ figure {
}
}
figure
img
{
figure
img
{
max-width
:
100%
;
width
:
100%
;
width
:
100%
;
height
:
25em
;
object-fit
:
contain
;
}
}
/***** Float css *****/
/***** Float css *****/
...
@@ -75,10 +72,6 @@ figure img {
...
@@ -75,10 +72,6 @@ figure img {
width
:
30%
;
width
:
30%
;
}
}
figure
{
width
:
50%
;
}
}
}
@media
only
screen
and
(
min-width
:
768px
)
{
@media
only
screen
and
(
min-width
:
768px
)
{
...
@@ -103,6 +96,11 @@ figure img {
...
@@ -103,6 +96,11 @@ figure img {
padding
:
3%
;
padding
:
3%
;
height
:
50vh
;
height
:
50vh
;
}
}
figure
img
{
height
:
25rem
;
object-fit
:
contain
;
}
}
}
/***** End Float css *****/
/***** End Float css *****/
\ No newline at end of file
float-layout.html
View file @
d0b79515
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<body>
<body>
<div
class=
"column"
>
<div
class=
"column"
>
<div
class=
"logo"
>
<div>
<img
src=
"assets/img/logo-aoc.png"
width=
"85"
height=
"30"
>
<img
src=
"assets/img/logo-aoc.png"
width=
"85"
height=
"30"
>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<p>
1 Year Free Mobile Security
</p>
<p>
1 Year Free Mobile Security
</p>
</div>
</div>
<figure>
<figure>
<img
src=
"assets/img/image-1.png"
class=
"c-img"
>
<img
src=
"assets/img/image-1.png"
>
</figure>
</figure>
</div>
</div>
<div
class=
"column"
>
<div
class=
"column"
>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<p>
1000 pts Discount on Subscription
</p>
<p>
1000 pts Discount on Subscription
</p>
</div>
</div>
<figure>
<figure>
<img
src=
"assets/img/image-6.png"
class=
"c-img"
>
<img
src=
"assets/img/image-6.png"
>
</figure>
</figure>
</div>
</div>
</body>
</body>
...
...
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