Added project page
This commit is contained in:
13
src/Portfolio.Web/Components/Pages/ProjectsPage.razor.css
Normal file
13
src/Portfolio.Web/Components/Pages/ProjectsPage.razor.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.project-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 100px;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 5rem;
|
||||
font-size: 2rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user