" >> ./index.html
- for j in ${subdir}/*
+ for wallpaper in ${subdir}/*
do
- echo "
- 
" >> ./index.html
+ echo "
+ 
" >> ./index.html
done
echo "
" >> ./index.html
- n=$((n+1))
- if [ "$n" -eq 8 ]; then
- n=1
+ color=$((color+1))
+ if [ "$color" -eq 8 ]; then
+ color=1
fi
done
diff --git a/style.css b/style.css
index 9fe568d..5984007 100644
--- a/style.css
+++ b/style.css
@@ -65,6 +65,7 @@ h2 {
/* } */
#c {
+ text-align: center;
padding: 1em;
background-color: #665c54;
}