Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecommerce-maven
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
ecommerce-maven
Commits
88e3674e
Commit
88e3674e
authored
May 08, 2021
by
Shaphen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-47 Shaphen Pangburn]: Add hover animation for each product
parent
77e70c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
product-market.css
ecom-web/src/resources/stylesheets/product-market.css
+15
-0
No files found.
ecom-web/src/resources/stylesheets/product-market.css
View file @
88e3674e
...
...
@@ -8,6 +8,9 @@
#product-market-title
{
width
:
100%
;
text-align
:
center
;
font-size
:
30px
;
margin
:
15px
0px
10px
;
}
.products-container
{
...
...
@@ -31,6 +34,11 @@
justify-content
:
center
;
align-items
:
center
;
border
:
1px
solid
gray
;
transition
:
all
0.5s
;
}
.product-item
:hover
{
transform
:
scale
(
1.03
);
}
#prod-img
{
...
...
@@ -40,9 +48,16 @@
#prod-name
,
#prod-description
,
#prod-price
{
width
:
100%
;
text-align
:
center
;
cursor
:
default
;
}
#add-to-cart-button
{
cursor
:
pointer
;
margin-bottom
:
10px
;
}
#prod-not-available
{
text-align
:
center
;
color
:
gray
;
cursor
:
default
;
}
\ 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