Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

body {
background-color: #c0c0c0;
border: 20pt solid black;
padding: 15pt;
}

/* .body-div {
Expand Down Expand Up @@ -69,6 +71,8 @@ body {
max-width: 1200px;
max-height: 500px;
object-fit: cover;
width: 80%;
height: 80%;
}
/* // IMAGE */

Expand All @@ -87,7 +91,7 @@ body {
}

.about-section p {
text-align: justify left;
text-align: center;
padding: 20px;
font-weight: 30px;
font-family: 'Lato', sans-serif;
Expand Down
Loading