figbertmath

[RADIOACTIVE] miscellaneous math programs in website form
git clone git://git.figbert.com/figbertmath.git
Log | Files | Refs | README

commit 304a9ab22531d435aaa93208a66ef52250fcd6cc
parent dcb65cb7a3bd72e2e774a14d8af6d2d0665e829c
Author: therealFIGBERT <naomi@Naomis-MacBook-Air.local>
Date:   Mon, 17 Jun 2019 23:06:04 -0700

Updating homescreen graphics

Diffstat:
Mindex.html | 7+++----
Mmain.css | 13++++++++++---
2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/index.html b/index.html @@ -16,10 +16,9 @@ <h2>Custom Math Programs for Everyday Use</h2> </header> <div id="programs"> - <ul> - <li><a href="matrix/" class="programList">Subsequent Equation Solver</a></li> - <li><a href="consecutiveNum/" class="programList">Consecutive Number Solver</a></li> - </ul> + <a href="matrix/" class="programList"><img src="http://lorempixel.com/500/500/" alt="Subsequent Equation Solver Logo">Subsequent Equation Solver</a> + <a href="consecutiveNum/" class="programList"><img src="http://lorempixel.com/500/500/" alt="Consecutive Number Finder Logo">Consecutive Number Solver</a> + <a href="" class="programList"><img src="http://lorempixel.com/500/500/" alt="Test">Test</a> </div> <footer> <a href="about/" class="footer-text">About</a> diff --git a/main.css b/main.css @@ -47,9 +47,6 @@ footer { flex-direction: row; justify-content: flex-start; align-items: center; - position: fixed; - bottom: 0; - width: 100%; } ul { @@ -58,4 +55,14 @@ ul { .programList { color: #ACA0B2; + display: flex; + flex-direction: column; + align-items: center; + width: 20%; + height: 20%; +} + +#programs { + display: flex; + flex-flow: row wrap; } \ No newline at end of file