Converted the css to sass
This commit is contained in:
29
styles/anchoring.scss
Normal file
29
styles/anchoring.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
.anchoring {
|
||||
font-family: 'Questrial', sans-serif;
|
||||
|
||||
h1 {
|
||||
margin-bottom: -35px;
|
||||
font-size: 2.5rem;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
> a {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
width: fit-content;
|
||||
|
||||
&:hover {
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user