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
d9982d7e
Commit
d9982d7e
authored
May 25, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MInor changes
parent
43342931
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
style.css
CSS/style.css
+15
-14
No files found.
CSS/style.css
View file @
d9982d7e
...
...
@@ -8,30 +8,31 @@ body {
width
:
100%
;
height
:
100%
;
color
:
white
;
font-family
:
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
'Segoe UI'
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
'Open Sans'
,
'Helvetica Neue'
,
sans-serif
;
font-family
:
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif
;
}
.container
>
div
:nth-child
(
1
)
{
.container
>
div
:nth-child
(
1
)
{
background-color
:
#41ca6e
;
}
.container
>
div
:nth-child
(
2
)
{
.container
>
div
:nth-child
(
2
)
{
background-color
:
#fab153
;
}
.container
>
div
:nth-child
(
3
)
{
.container
>
div
:nth-child
(
3
)
{
background-color
:
#7277d5
;
}
.container
>
div
:nth-child
(
4
)
{
.container
>
div
:nth-child
(
4
)
{
background-color
:
#f87d51
;
}
.container
>
div
:nth-child
(
5
)
{
.container
>
div
:nth-child
(
5
)
{
background-color
:
#ed5466
;
}
.container
>
div
:nth-child
(
6
)
{
.container
>
div
:nth-child
(
6
)
{
background-color
:
#4ec2e7
;
}
...
...
@@ -43,8 +44,8 @@ body {
.card
{
float
:
left
;
width
:
calc
(
100%
/
3
);
height
:
calc
(
100%
/
2
);
width
:
calc
(
100%
/
3
);
height
:
calc
(
100%
/
2
);
}
.wrapper
{
...
...
@@ -137,26 +138,26 @@ body {
}
.image-block
{
width
:
10
0%
;
width
:
6
0%
;
float
:
none
;
margin-left
:
30%
;
}
.image-block
.images
{
float
:
none
;
width
:
26
%
;
width
:
50
%
;
margin
:
10%
0
0
5%
;
}
.image-block
.image1
{
width
:
3
0%
;
width
:
5
0%
;
float
:
none
;
margin-top
:
8%
;
}
.image-block
.image2
{
float
:
none
;
width
:
4
5%
;
width
:
7
5%
;
margin
:
10%
30%
0
0
;
}
...
...
@@ -213,7 +214,7 @@ body {
@media
(
min-width
:
768px
)
and
(
max-width
:
992px
)
{
.card
{
width
:
50%
;
min-height
:
21
em
;
min-height
:
20
em
;
}
}
...
...
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