summaryrefslogtreecommitdiff
path: root/fossee_manim/static
diff options
context:
space:
mode:
authorthedevboy2019-10-03 14:49:03 +0530
committerthedevboy2019-10-03 14:49:03 +0530
commitdd2f35df5bfd31a5d16f5057eaa45d23492c755c (patch)
tree7c00982d0b8569aa3852e7fadf4698eb9ba6bec3 /fossee_manim/static
parentab16ecbb34d5b301d86a33f4d019b25de261f6cf (diff)
downloadFOSSEE_animations-dd2f35df5bfd31a5d16f5057eaa45d23492c755c.tar.gz
FOSSEE_animations-dd2f35df5bfd31a5d16f5057eaa45d23492c755c.tar.bz2
FOSSEE_animations-dd2f35df5bfd31a5d16f5057eaa45d23492c755c.zip
Footer fixed
Diffstat (limited to 'fossee_manim/static')
-rw-r--r--fossee_manim/static/css/index.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css
index 0a7895e..5994fb1 100644
--- a/fossee_manim/static/css/index.css
+++ b/fossee_manim/static/css/index.css
@@ -62,7 +62,7 @@ form.example::after {
}
#btns {
- padding: 25 25 25 25;
+ padding:25 25 25 25;
font-size: 155%;
font-family: 'Lato', sans-serif;
}
@@ -124,3 +124,33 @@ hr {
background-color: #ffe0b2;
border-radius: 50%;
}
+
+.footer{
+ right: 0;
+ left: 0;
+ position: relative;
+ bottom: 0;
+
+ owerflow: hidden;
+ padding: 95px;
+ text-align: center;
+}
+a{
+ color:white;
+}
+
+a:hover{
+ color:white;
+ background-color: gray;
+}
+
+.navbar-toggler-icon {
+ display: inline-block;
+ width: 1.5em;
+ height: 1.5em;
+ vertical-align: middle;
+ content: "";
+ background: no-repeat center center;
+ background-size: 100% 100%;
+ background-color: white;
+} \ No newline at end of file