Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added changes as per you told,kindly check comment on issue #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
46 changes: 35 additions & 11 deletions hactober/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ body {
margin: 10px;
padding: 20px;
text-align: center;
font-size: 26px;
font-weight: 600;
font-style: italic;
letter-spacing: 1.2px;
word-spacing: 3px;
font-family:Georgia, 'Times New Roman', Times, serif;
font-family: 'Yatra One', cursive;
font-style: normal;
font-weight: normal;
font-size: 1.5rem;
text-align: center;
color: #FFFF;
padding-bottom: 32px;
display: flex;
justify-content: space-around;
}

.photos {
Expand All @@ -72,13 +74,16 @@ body {
}
.shirt,.prize,.stickers
{
width: 33.3%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
}

.photos img {
height: 280px;
width: 310px;
height: 17.5rem;
width: 19.375rem;
border-radius: 50%;
margin-top: 45px;
}
Expand All @@ -97,7 +102,7 @@ button {
border: none;
border-radius: 10%;
font-size: 20px;

margin-bottom: 2.125rem;
}

button a{
Expand All @@ -109,3 +114,22 @@ button:hover {
cursor: pointer;
padding: 16px;
}

@media (max-width:992px) {
.photos{
flex-direction: column;

}

}
@media only screen and (max-width: 420px) {
.photos img{
height: 14.5rem;
width: 16.375rem;
}
.content h1{

font-size: 3rem;
}

}