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 Hero from "../components/Hero";
|
||||||
import Navbar from "../components/Navbar";
|
import Navbar from "../components/Navbar";
|
||||||
import Services from "../components/Services";
|
import Services from "../components/Services";
|
||||||
import AssignmentPage from "../pages/AssignmentPage";
|
|
||||||
|
|
||||||
const AppRouter = () => {
|
const AppRouter = () => {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,10 @@
|
||||||
|
|
||||||
.project-list {
|
.project-list {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: #4a90e2;
|
||||||
|
}
|
||||||
|
|
||||||
.project-item {
|
.project-item {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue