Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PevinyaGeenadi committed Oct 28, 2023
1 parent 932a50c commit 84c1130
Show file tree
Hide file tree
Showing 52 changed files with 59,885 additions and 44 deletions.
10 changes: 7 additions & 3 deletions assets/css/assignment.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ body > main > section:nth-child(6) > h1 {
}

.assignments-container{
width: 370px;
height: 330px;
cursor: pointer;
position: relative;
width: 45vh;
height: 25vh;
border-radius: 15px;
text-align: center;
opacity: 95%;
margin: 3.3vh;
}

.wrapper{
Expand Down
55 changes: 20 additions & 35 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media all and (min-width: 1440px) {

body {
background-color: #2c2b2b;
position: relative;
Expand Down Expand Up @@ -287,65 +287,51 @@
body > main > section:nth-child(5) > h1 {
color: #8C1717;
}


.project {
text-align: center;
margin: 50px auto;
}

.project h1 {
font-size: 2rem;
color: white;
position: absolute; /* Add this line */
top: 10px; /* Adjust the top value to your preference */
top:-1px;

left: 50%; /* Add this line */
transform: translateX(-50%); /* Add this line */
}

.project-row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}
font-size: 3.3rem;

text-shadow: 2px 1px 5px rgba(250, 219, 216,0.8);
}
.project-item {
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 2px 4px indianred ;
transition: transform 0.3s;
}

position: relative;
width: 45vh;
height: 72vh;
border-radius: 15px;
text-align: center;
opacity: 95%;
margin: 3.3vh;
}
.project-item:hover {
transform: scale(1.05);
}

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

.project .view-all {
display: inline-block;
margin-top: 550px;
padding: 10px 20px;
font-size: 1.2rem;
text-align: center;
color: white;
background-color: #8C1717;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
#item3{
margin-right:100px;
}
#item1{
margin-left:100px;
}

.project .view-all:hover {
background-color: #6b1212; /* Change the color on hover if desired */
}



/*====================Gallery section======================*/
body > main > section:nth-child(7) {
Expand Down Expand Up @@ -401,6 +387,5 @@
height: auto;
}

}


3 changes: 1 addition & 2 deletions assignment/CSS_Framework/POS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<header>
<section class="container-fluid col-12 col-sm-6 col-md-4 col-lg-4 col-xl-2 col-xxl-12" >
<section class="container-fluid" >
<nav class="navbar navbar-light bg-dark bg-opacity-50 row">
<div class="container-fluid col">
<a class="navbar-brand text-danger fw-bold " href="index.html">
Expand Down Expand Up @@ -70,7 +70,6 @@
</section>



<script src="bootstrap/js/bootstrap.js"></script>
</body>
</html>
Binary file added assignment/JS/InMemoryPOS/assets/Vegetables3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assignment/JS/InMemoryPOS/assets/bg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 84c1130

Please sign in to comment.