Skip to content

Commit

Permalink
added border
Browse files Browse the repository at this point in the history
  • Loading branch information
cnk2-rgb committed Feb 12, 2024
1 parent d142a34 commit 043cc85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ body {

p {
font-family: baskerville;
border-style: solid;
border-width: 2px;
border-color: aliceblue;
}

a{
Expand Down Expand Up @@ -54,6 +57,7 @@ h3:hover {

.scrollableElement {
position: relative;
border: solid;
}

/*Images*/
Expand Down

0 comments on commit 043cc85

Please sign in to comment.