diff --git a/static/css/homepageSection.css b/static/css/homepageSection.css new file mode 100644 index 0000000..9753c4d --- /dev/null +++ b/static/css/homepageSection.css @@ -0,0 +1,29 @@ +a{ + background-color: white; + border-radius: 10%; + border: 2px solid #262847; + color: black; + display: inline-block; + font-size: small; + margin: 2px; + padding: 4px 8px; + text-align: center; + text-decoration: none; +} +a:active, a:hover { + background-color: #262847; + color: white; +} + + +ul{ + margin-right: 10px; +} + +.homepage-content{ + background-color: #aaaaaa; + border-radius: 5%; + color:black; + +} + diff --git a/static/css/main.css b/static/css/main.css index 5d97380..f2d57ef 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -3,19 +3,10 @@ body, html { color: white; height: 100%; } -li{ - margin-right: 20px; -} .full-height{ height: 100%; } -.homepage-content{ - background-color: silver; - border-radius: 5%; - color:black; - -} .toggle-button{ background-color: #554d3a; diff --git a/static/js/Projects.jsx b/static/js/Projects.jsx index dbf8502..3b7cfb4 100644 --- a/static/js/Projects.jsx +++ b/static/js/Projects.jsx @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import '../css/main.css'; +import '../css/homepageSection.css'; /**homepage project details and links @@ -12,28 +12,84 @@ export function Projects(){