initial commit
This commit is contained in:
parent
f906d5fdce
commit
7fe723eac0
2 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import AssignmentPage from "../pages/AssignmentPage";
|
|||
import Hero from "../components/Hero";
|
||||
import Navbar from "../components/Navbar";
|
||||
import Services from "../components/Services";
|
||||
import AssignmentPage from "../pages/AssignmentPage";
|
||||
|
||||
|
||||
const AppRouter = () => {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -47,6 +47,10 @@
|
|||
.project-list {
|
||||
margin-top: 2rem;
|
||||
|
||||
h3 {
|
||||
color: #4a90e2;
|
||||
}
|
||||
|
||||
.project-item {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue