Skip to content

Commit

Permalink
Updated html and css
Browse files Browse the repository at this point in the history
  • Loading branch information
scnkera committed Aug 29, 2024
1 parent 89f7b82 commit d12c28a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h5 class="card-title bold">Sound Cards</h5>
<div class="col-lg-3 col-sm-6">
<div class="card" id="project_eight">
<img
src="./static/portfolioProjImg.png"
src="./static/portfolioProj.png"
class="card-img-top"
alt="A screenshot of a personal portfolio website made by Christelle Nkera"
/>
Expand Down
Binary file added static/portfolioProj.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 removed static/portfolioProjImg.png
Binary file not shown.
9 changes: 7 additions & 2 deletions styles/newStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ body {
#quote{
padding-top: 12px;
border-radius: 20px;
border: 2px solid white;
border: 2px solid #E0E8EA;
box-shadow: -5px 5px 15px #829298;
background-color: #D47773;
color: white;
Expand Down Expand Up @@ -315,15 +315,20 @@ footer {
a {
color: #d79922;
}
::placeholder {
color: #1A2A40;
}

input,
textarea {
padding: 10px;
width: 100%;
/* border-radius: 10px; */
border-radius: 10px;
background: #A6C8C6;
border: 5px solid #A6C8C6;
border-bottom: 5px solid#1A2A40;


}

.btn {
Expand Down

0 comments on commit d12c28a

Please sign in to comment.