Added individual pages with descriptions for each project.
This commit is contained in:
12
project_pages/css/project5Style.css
Normal file
12
project_pages/css/project5Style.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* project5Style.css — Coming Soon / Under Construction */
|
||||
@import "projectDetailStyle.css";
|
||||
|
||||
/* Spin the dashed circle on the under-construction SVG */
|
||||
.coming-soon-icon svg circle {
|
||||
animation: spin-ring 12s linear infinite;
|
||||
transform-origin: 40px 40px;
|
||||
}
|
||||
|
||||
@keyframes spin-ring {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user