diff options
| author | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
|---|---|---|
| committer | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
| commit | f99ee08af6c5a499cde827a66b2134d01471b8a4 (patch) | |
| tree | 4ed98caf19631b204eaf72c86d1a62f69b8a6eb5 /sass/_footer.scss | |
first commit
Diffstat (limited to 'sass/_footer.scss')
| -rw-r--r-- | sass/_footer.scss | 21 |
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 |
