Added individual pages with descriptions for each project.
This commit is contained in:
13
project_pages/css/project1Style.css
Normal file
13
project_pages/css/project1Style.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* project1Style.css — Web Scraper / Discord Bot
|
||||
Accent: Discord purple-ish teal, keeps primary blue family */
|
||||
@import "projectDetailStyle.css";
|
||||
|
||||
.project-hero .hero-overlay {
|
||||
background: linear-gradient(to top, rgba(10, 15, 40, 0.93) 0%, transparent 100%);
|
||||
}
|
||||
|
||||
.project-tag {
|
||||
color: #7EB8FF;
|
||||
background: rgba(126, 184, 255, 0.12);
|
||||
border-color: rgba(126, 184, 255, 0.4);
|
||||
}
|
||||
Reference in New Issue
Block a user