Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
littel change in css
  • Loading branch information
zubedauk committed Aug 1, 2020
commit a851aff63281af5f6283c5d5ba8f461eee99e481
6 changes: 3 additions & 3 deletions Week-3/Homework/mandatory/3-slideshow/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body{
.main{
padding:0.2rem;
height: auto;
width: 80%;
width: 71%;
background-color: turquoise;
display: flex;
flex-direction: column;
Expand All @@ -30,8 +30,8 @@ body{
font-size: 1.8rem;
}
.img-container{
width:88%;
height:15rem;
width:100%;
height:24rem;
border:0.1rem solid hotpink;
}
.img{
Expand Down