feat: added header
This commit is contained in:
44
assets/scss/_b-reset.scss
Normal file
44
assets/scss/_b-reset.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
html {
|
||||
font-size: 16px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
color: $black;
|
||||
background-color: $greybg;
|
||||
}
|
||||
|
||||
a,
|
||||
button,
|
||||
input,
|
||||
textarea {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a {
|
||||
transition: all ease-in-out 0.1s;
|
||||
|
||||
&:hover {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: $darkblue;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user