Skip to content

Commit

Permalink
Uploaded to U4CYS22015 and U4CYS22063
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi-584 authored Dec 15, 2023
1 parent aea4e6e commit 6486fdd
Show file tree
Hide file tree
Showing 51 changed files with 2,858 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Assignments/CB.EN.U4CYS22015/ui/css/coffee.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
body {
font-family: Arial, sans-serif;
margin: 20px;
background: #555;
}

button{
padding: 10px;
background: rgb(147, 0, 0);
color: white;
border-radius: 5px;
width: 120px;
transition: 0.5s;
cursor: pointer;
}
button:hover{

width: 145px;
}

h1, h2 {
text-align: center;
}

.selection-links {
text-align: center;
margin-bottom: 20px;
}

a {
margin: 0 20px;
text-decoration: none;
color: #333;
font-weight: bold;
}

.product-list {
display: flex;
flex-wrap: wrap;
}

.product {
border: 1px solid #ccc;
padding: 10px;
margin: 10px;
width: 200px;
text-align: center;
}

.product img {
max-width: 100%;
height: auto;
}

#coffee-total, #tea-total {
margin-top: 20px;
text-align: center;
}
Loading

0 comments on commit 6486fdd

Please sign in to comment.