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
07850471
Commit
07850471
authored
Mar 30, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mainToBuy.css
parent
87c8c2f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
mainToBuy.css
HTML and CSS Files/mainToBuy.css
+13
-4
No files found.
HTML and CSS Files/mainToBuy.css
View file @
07850471
...
...
@@ -161,15 +161,24 @@ body {
.listRemove
{
grid-column
:
3
/
4
;
grid-row
:
2
/
4
;
grid-row
:
2
/
3
;
background-color
:
rgba
(
175
,
175
,
175
);
font-size
:
15px
;
text-align
:
center
;
font-family
:
"Roboto Medium"
;
margin
:
5px
;
}
.removeText
{
font-size
:
20px
;
.listAdd
{
grid-column
:
3
/
4
;
grid-row
:
3
/
4
;
background-color
:
rgba
(
175
,
175
,
175
);
font-size
:
15px
;
text-align
:
center
;
margin
:
15px
;
font-family
:
"Roboto Medium"
;
margin
:
5px
;
}
.one
{
grid-column
:
2
/
5
;
grid-row
:
1
/
2
;
...
...
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