summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-22 22:04:26 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-22 22:04:26 -0500
commit4b0a9dd484b5fd03ff25b78935a297c0239ce3bf (patch)
tree9fddfc2dc9e5a9fbca39e651869a1a313b15ee46 /public/css
parentremove js from console (diff)
downloadxssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.gz
xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.tar.bz2
xssbook-4b0a9dd484b5fd03ff25b78935a297c0239ce3bf.zip
fix endpoint, html parse, load more posts
Diffstat (limited to 'public/css')
-rw-r--r--public/css/home.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/home.css b/public/css/home.css
index 33d72c0..f05466a 100644
--- a/public/css/home.css
+++ b/public/css/home.css
@@ -179,4 +179,15 @@ body {
width: calc(100% - 20px);
background-color: #f0f2f5;
font-family: sfpro;
+}
+
+#load {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ padding-bottom: 20px;
+}
+
+#load a:hover {
+ border-bottom: #606770 1px solid;
} \ No newline at end of file