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
d3237d0e
Commit
d3237d0e
authored
Feb 09, 2022
by
Ajmal.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css changes
parent
195e30ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
style.css
assets/css/style.css
+11
-2
float-layout.html
float-layout.html
+1
-1
No files found.
assets/css/style.css
View file @
d3237d0e
...
@@ -126,7 +126,6 @@ body {
...
@@ -126,7 +126,6 @@ body {
float
:
left
;
float
:
left
;
height
:
50vh
;
height
:
50vh
;
padding
:
20px
;
padding
:
20px
;
color
:
#fff
;
min-height
:
520px
;
min-height
:
520px
;
}
}
...
@@ -136,17 +135,26 @@ body {
...
@@ -136,17 +135,26 @@ body {
height
:
100vh
;
height
:
100vh
;
min-height
:
700px
;
min-height
:
700px
;
}
}
.c-width
{
width
:
80%
;
}
}
}
@media
screen
and
(
max-width
:
600px
)
{
@media
screen
and
(
max-width
:
600px
)
{
.columns
{
.columns
{
width
:
100%
;
width
:
100%
;
height
:
50vh
;
height
:
50vh
;
min-height
:
70
0px
;
min-height
:
65
0px
;
}
}
.info
:nth-of-type
(
1
)
{
.info
:nth-of-type
(
1
)
{
padding
:
10%
8%
;
padding
:
10%
8%
;
}
}
.c-width
{
width
:
80%
;
}
}
}
/***** End Float css *****/
/***** End Float css *****/
\ No newline at end of file
float-layout.html
View file @
d3237d0e
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<div
class=
"underline"
></div>
<div
class=
"underline"
></div>
<span>
1000 pts Discount
<br>
on Subscription
</span>
<span>
1000 pts Discount
<br>
on Subscription
</span>
</div>
</div>
<img
src=
"assets/img/image-6.png"
align=
"right"
class=
"c-margin-t"
>
<img
src=
"assets/img/image-6.png"
align=
"right"
class=
"c-margin-t
c-width
"
>
</div>
</div>
</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