diff --git a/src/styles/sections.css b/src/styles/sections.css index e1adb4c..6e2a737 100644 --- a/src/styles/sections.css +++ b/src/styles/sections.css @@ -71,9 +71,31 @@ margin: 0 auto 1em auto; } +#gameMapTitle { + margin: 1em 0 0 0; +} + +#gameStats { + margin: .5em 0 .5em 0; + position: absolute; + z-index: 99; + background-color: rgba(0,0,0,.6); + padding: 2px; + border-radius: 4px; + text-align: left; +} + +#gameStats ul { + padding: 0 .5em; +} +#gameStats ul li { + list-style: none; + font-size: 1.25em; +} + .map { cursor: crosshair; - margin: 2em 0 0 0; + /* margin: 2em 0 0 0; */ position: relative; overflow: hidden; width: 100%; @@ -91,7 +113,13 @@ height: 7px; position: absolute; border-radius: 50%; - filter: drop-shadow(0 0 4px rgb(255, 230, 0, .5)); + animation: pulse .75s ease infinite alternate; +} + +.squares { + width: 7px; + height: 7px; + position: absolute; animation: pulse .75s ease infinite alternate; } diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx index 3753344..3978684 100644 --- a/src/template/Sections.jsx +++ b/src/template/Sections.jsx @@ -50,7 +50,7 @@ export class Section1 extends React.Component {
-// {panelText} -//
-//
-//
Thanks, nerd!
)} -//