From f99ee08af6c5a499cde827a66b2134d01471b8a4 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Sun, 2 Aug 2020 18:32:13 +0200 Subject: first commit --- sass/_footer.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sass/_footer.scss (limited to 'sass/_footer.scss') 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 -- cgit v1.2.3