More projects

This commit is contained in:
Bingus_Violet 2024-01-07 01:49:42 -06:00
parent ffaaea0e25
commit e3e9692cba
6 changed files with 51 additions and 0 deletions

View file

@ -171,6 +171,8 @@ hr {
background-color: rgba(35, 35, 35, 0.8);
padding: 15px;
border: 2px gray solid;
margin: 20px 0px;
border-radius: 15px;
}
.project-inner {
@ -186,6 +188,7 @@ hr {
width: 80%;
max-width: 500px;
margin: auto;
border-radius: 10px;
}
.project > p {