Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
playin
  • Loading branch information
paisleehouse committed May 10, 2024
1 parent f3af77a commit 411e329
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,31 @@ h1 {
}

/** ADD ENTRY **/
#b-entry {
margin-top: 5px;
.container-blog {
text-align: left;
margin: 15px 30px;
}

#ind-entry {
display: inline-block;
}

#submit {
background-color: #9DB899;
border-radius: 15%;
border: none;
padding: 10px;
position: absolute;
margin-left: 20px;
}

/** PREVIOUS POSTS **/


/** FOOTER **/
#credits {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
text-align: center;
}

0 comments on commit 411e329

Please sign in to comment.