seperated css file for experience and projects

This commit is contained in:
lukas-heiligenbrunner
2020-03-18 11:12:01 +01:00
parent db82a27632
commit 957ca123fc
3 changed files with 10 additions and 2 deletions

3
css/experience.css Normal file
View File

@ -0,0 +1,3 @@
#section3{
background-color: #53bf65;
}

3
css/projects.css Normal file
View File

@ -0,0 +1,3 @@
#section4{
background-color: #6c757d;
}