Skip to content

Commit

Permalink
Merge pull request #461 from vinay-reddy31/main
Browse files Browse the repository at this point in the history
styled border edges and added space between border and stars
  • Loading branch information
khushi-joshi-05 authored May 24, 2024
2 parents bb73875 + cabb5bc commit 5ffbb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ body {
box-shadow: 0 0 10px rgba(138, 37, 37, 0.5); */
box-shadow: 0 0 10px rgba(224, 224, 252, 0.678);
border: 1px solid rgb(186, 186, 201);
padding: 20px;
padding: 40px;
margin: 5px;
height: 310px;
width: 230px;
/* border-radius: 10px; */
border-radius: 10px;
text-align: center;
font-family: "Bree Serif", serif;
}
Expand Down

0 comments on commit 5ffbb5f

Please sign in to comment.