Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_footer.scss')
-rw-r--r--assets/sass/_footer.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss
new file mode 100644
index 0000000..8beb237
--- /dev/null
+++ b/assets/sass/_footer.scss
@@ -0,0 +1,26 @@
+footer {
+ width: 8.25in;
+ margin: 36px auto;
+ display: block;
+ text-align: center;
+}
+
+.link-text {
+ font-weight: 700;
+}
+
+footer {
+ a {
+ color: $turk;
+ padding: 0 4px;
+ &:hover {
+ color: white;
+ background-color: $turk;
+ transition: all 0.35s ease-out;
+ transition-property: all 0.35s ease-out;
+ -webkit-transition-property: all 0.35s ease-out;
+ -moz-transition-property: all 0.35s ease-out;
+ -o-transition-property: all 0.35s ease-out;
+ }
+ }
+} \ No newline at end of file