Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
CSC190 Group 6
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Imam M. Jah
CSC190 Group 6
Commits
cc423b71
Commit
cc423b71
authored
Oct 17, 2024
by
Farris Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
static files
parent
7e407872
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
0 deletions
+98
-0
logo.png
myproject/static/logo.png
+0
-0
product.png
myproject/static/product.png
+0
-0
styles.css
myproject/static/styles.css
+98
-0
No files found.
myproject/static/logo.png
0 → 100644
View file @
cc423b71
478 KB
myproject/static/product.png
0 → 100644
View file @
cc423b71
6.64 KB
myproject/static/styles.css
0 → 100644
View file @
cc423b71
body
{
font-family
:
'Arial'
,
sans-serif
;
margin
:
0
;
padding
:
0
;
background-color
:
#f4f4f4
;
}
header
{
display
:
flex
;
justify-content
:
space-between
;
padding
:
20px
;
background-color
:
#f8f8f8
;
border-bottom
:
2px
solid
#ccc
;
}
.logo
img
{
height
:
50px
;
}
.search-bar
input
{
width
:
300px
;
padding
:
10px
;
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
}
.login-signup
button
{
padding
:
10px
20px
;
margin-left
:
10px
;
border
:
none
;
background-color
:
#5bc0de
;
color
:
white
;
border-radius
:
5px
;
cursor
:
pointer
;
}
.banner
{
text-align
:
center
;
padding
:
40px
;
background-color
:
#333
;
color
:
white
;
background-image
:
url('/static/banner-background.png')
;
background-size
:
cover
;
}
.banner
h1
{
font-size
:
48px
;
font-family
:
'Courier New'
,
Courier
,
monospace
;
}
.banner
button
{
padding
:
15px
25px
;
background-color
:
#2ca02c
;
color
:
white
;
border
:
none
;
border-radius
:
5px
;
cursor
:
pointer
;
font-size
:
16px
;
}
.deals
,
.seasonal
{
padding
:
20px
;
text-align
:
center
;
background-color
:
#fff
;
}
.products
{
display
:
flex
;
justify-content
:
center
;
gap
:
20px
;
}
.product
{
text-align
:
center
;
width
:
150px
;
background-color
:
#f9f9f9
;
border
:
1px
solid
#ddd
;
padding
:
10px
;
border-radius
:
8px
;
}
.product
img
{
width
:
100px
;
height
:
100px
;
background-color
:
#f0f0f0
;
margin-bottom
:
10px
;
}
.product
p
{
margin
:
5px
0
;
font-size
:
16px
;
}
h2
{
font-family
:
'Courier New'
,
Courier
,
monospace
;
color
:
#333
;
}
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