Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julia Santos
Hunger Buster - Breadcrumbs
Commits
ae8a4ef9
Commit
ae8a4ef9
authored
Mar 29, 2021
by
Julia Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mainFridgeList.css
parent
5e09c26f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
mainFridgeList.css
HTML and CSS Files/mainFridgeList.css
+15
-9
No files found.
HTML and CSS Files/mainFridgeList.css
View file @
ae8a4ef9
...
@@ -138,15 +138,16 @@ body {
...
@@ -138,15 +138,16 @@ body {
grid-row
:
2
/
3
;
grid-row
:
2
/
3
;
background-color
:
white
;
background-color
:
white
;
display
:
grid
;
display
:
grid
;
grid-template-columns
:
3vw
repeat
(
3
,
23vw
)
3
vw
;
grid-template-columns
:
0vw
repeat
(
3
,
25vw
)
0
vw
;
grid-template-rows
:
repeat
(
4
,
20vh
);
grid-template-rows
:
repeat
(
4
,
20vh
);
grid-column-gap
:
3
vw
;
grid-column-gap
:
0
vw
;
grid-row-gap
:
3vw
;
grid-row-gap
:
3vw
;
}
}
.listItem
{
.listItem
{
background-color
:
rgba
(
237
,
237
,
237
,
0.7
);
background-color
:
rgba
(
237
,
237
,
237
,
0.7
);
display
:
grid
;
display
:
grid
;
grid-template-columns
:
10vw
15vw
;
grid-template-columns
:
10vw
15vw
;
grid-template-rows
:
repeat
(
5
,
5vh
);
transform
:
none
;
transform
:
none
;
}
}
#listIcon
{
#listIcon
{
...
@@ -154,13 +155,17 @@ body {
...
@@ -154,13 +155,17 @@ body {
grid-row
:
1
/
5
;
grid-row
:
1
/
5
;
text-align
:
center
;
text-align
:
center
;
clip-path
:
circle
();
clip-path
:
circle
();
/* width: 150px;
height: 150px*/
background-color
:
rgba
(
196
,
196
,
196
,
1
);
background-color
:
rgba
(
196
,
196
,
196
,
1
);
margin
:
5px
;
margin
:
5px
;
margin-left
:
110px
;
}
}
.listText
{
.listText
{
grid-column
:
2
/
3
;
grid-column
:
2
/
3
;
text-align
:
left
;
text-align
:
left
;
margin
:
10px
;
margin
:
10px
;
margin-left
:
130px
;
}
}
.daysLeft
{
.daysLeft
{
font-family
:
"Roboto Black"
;
font-family
:
"Roboto Black"
;
...
@@ -176,6 +181,7 @@ body {
...
@@ -176,6 +181,7 @@ body {
}
}
.one
{
.one
{
grid-column
:
2
/
5
;
grid-column
:
2
/
5
;
grid-row
:
1
/
2
;
}
}
/*.two {
/*.two {
...
...
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