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

_footer.scss « sass « assets - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8beb2372668ea80410d0a6f822722d3b48986a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
       }
    }
}