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
195e30ae
Commit
195e30ae
authored
Feb 08, 2022
by
Ajmal.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style css
parent
57d0b204
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
style.css
assets/css/style.css
+11
-12
No files found.
assets/css/style.css
View file @
195e30ae
/*
Global css
*/
/*
**** Global css ****
*/
*
{
*
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -52,7 +52,7 @@ body {
...
@@ -52,7 +52,7 @@ body {
position
:
relative
;
position
:
relative
;
}
}
/*
Grid Css
*/
/*
**** Grid Css ****
*/
.grids
{
.grids
{
display
:
grid
;
display
:
grid
;
...
@@ -75,9 +75,9 @@ body {
...
@@ -75,9 +75,9 @@ body {
}
}
}
}
/*
End Grid Css
*/
/*
**** End Grid Css ****
*/
/*
Flexbox Css
*/
/*
**** Flexbox Css ****
*/
.parent
{
.parent
{
display
:
flex
;
display
:
flex
;
...
@@ -101,9 +101,9 @@ body {
...
@@ -101,9 +101,9 @@ body {
}
}
}
}
/*
End Flexbox Css
*/
/*
****End Flexbox Css *****
*/
/*
Float css
*/
/*
**** Float Css *****
*/
.info
{
.info
{
text-align
:
left
;
text-align
:
left
;
...
@@ -112,7 +112,7 @@ body {
...
@@ -112,7 +112,7 @@ body {
}
}
.info
:nth-of-type
(
1
)
{
.info
:nth-of-type
(
1
)
{
padding
:
15%
10%
!important
;
padding
:
15%
8%
;
}
}
.row
:after
{
.row
:after
{
...
@@ -144,10 +144,9 @@ body {
...
@@ -144,10 +144,9 @@ body {
height
:
50vh
;
height
:
50vh
;
min-height
:
700px
;
min-height
:
700px
;
}
}
.info
:nth-of-type
(
1
)
{
.info
{
padding
:
10%
8%
;
padding
:
30px
20px
;
}
}
}
}
/* End Float css */
/***** End Float css *****/
\ No newline at end of file
\ 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