summaryrefslogtreecommitdiff
path: root/sass/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_footer.scss')
-rw-r--r--sass/_footer.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/sass/_footer.scss b/sass/_footer.scss
new file mode 100644
index 0000000..50b5fa0
--- /dev/null
+++ b/sass/_footer.scss
@@ -0,0 +1,21 @@
+.footer {
+ background: $main;
+ padding: 10px 0;
+ margin-top: 100px;
+ text-align: center;
+ color: #FFF;
+ .love {
+ color: red;
+ }
+ a {
+ text-decoration: none;
+ margin: 0;
+ color: #FFF;
+ &:hover{
+ color: $sec;
+ }
+ &:active {
+ color: $sec;
+ }
+ }
+} \ No newline at end of file