Revert "H1 tags to <center> for centering images"
This reverts commit 888bb59217.
This commit is contained in:
parent
888bb59217
commit
7d7a97bbce
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
<center>
|
<h1 align="center">
|
||||||
<img src="/img/flashheader.png" height="50%" width="50%">
|
<img src="/img/flashheader.png" height="50%" width="50%">
|
||||||
</center>
|
</h1>
|
||||||
|
|
||||||
> flashcards in your terminal! This script was inspired by a basic script i saw in a youtube video by a user named nixcasts. I Like the Anki flashcard system and so im working to replicate it in a simple manner using plain text documents and a shell script to aid my ability to study with active recall and spaced repetition.
|
> flashcards in your terminal! This script was inspired by a basic script i saw in a youtube video by a user named nixcasts. I Like the Anki flashcard system and so im working to replicate it in a simple manner using plain text documents and a shell script to aid my ability to study with active recall and spaced repetition.
|
||||||
|
|
||||||
|
|
@ -39,8 +39,8 @@ Organized like this:
|
||||||
|
|
||||||
enjoy!
|
enjoy!
|
||||||
|
|
||||||
<center>
|
<h1 align="center">
|
||||||
<img src="/img/flashfooter.png">
|
<img src="/img/flashfooter.png">
|
||||||
</center>
|
</h1>
|
||||||
|
|
||||||
<p align="center"><a href="https://github.com/tallguyjenks/flash.sh/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=License&message=MIT&logoColor=eceff4&logo=github&colorA=black&colorB=green"/></a></p>
|
<p align="center"><a href="https://github.com/tallguyjenks/flash.sh/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=License&message=MIT&logoColor=eceff4&logo=github&colorA=black&colorB=green"/></a></p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue