Skip to content

Commit

Permalink
Images Slider
Browse files Browse the repository at this point in the history
  • Loading branch information
HimAYouN committed Aug 3, 2023
1 parent e7cb47b commit aed4c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions file.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ hr{
.projects{

height: 30%;
margin: 20px 40px;
border: 3px solid rgb(250, 201, 195);
margin: 20px 20px;
border: 3px solid #000;
/* display: flex; */
/* margin-left: 100px;
padding: 100px; */
Expand Down Expand Up @@ -211,8 +211,8 @@ hr{
}

.projects:hover{
margin: 10px 40px;
border: 3px solid springgreen;
margin: 10px 20px;
/* border: 3px solid springgreen; */
box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.89) ,
-5px -10px 5px rgb(255, 255, 255);

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h2>🚀My Project🛸</h2>
<a href="https://himayoun.github.io/30DaysOfJs/week2/moreOnSameTopics/ToDolist/toDoList.html"><img src="Images/Projects/toDoList.jpg" alt="project2.img" class="projects"></a>
<a href="https://himayoun.github.io/30DaysOfJs/week3/Rock,Paper,Scissors/index.html"><img src="Images/Projects/rockPaperScissor.jpg" alt="project3.img" class="projects"></a>
<a href="https://himayoun.github.io/30DaysOfJs/week3/digital_clock/index.html"><img src="Images/Projects/DigitalClock&QuoteGenerator.jpg" alt="project4.img" class="projects"></a>
<!-- <a href="https://himayoun.github.io/30DaysOfJs/week3/digital_clock/index.html"><img src="Images/Projects/DigitalClock&QuoteGenerator.jpg" alt="project4.img" class="projects"></a> -->

</div>
</div>
Expand Down

0 comments on commit aed4c5f

Please sign in to comment.