About view done. all styled and animated. some minor animation fixes overall and codecleaning

This commit is contained in:
yousifpa98
2024-12-21 04:05:54 +01:00
parent f4859124d2
commit 6e257453bf
14 changed files with 467 additions and 132 deletions

9
src/css/Specialties.css Normal file
View File

@@ -0,0 +1,9 @@
.specialties {
grid-area: 4 / 1 / 8 / 5;
}
.specialtyText {
color: rgb(151, 151, 151);
font-size: 1.2rem;
text-align: justify;
}