Ajout images vectorielles portfolio
This commit is contained in:
parent
9ecd3f572a
commit
cf5959525a
7 changed files with 2479 additions and 30 deletions
|
@ -1,7 +1,20 @@
|
|||
#about {
|
||||
padding: 50px 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
h1 {
|
||||
font-family: descuadrado;
|
||||
font-size: 4rem;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
&.vecto1 {
|
||||
left: -70rem;
|
||||
top: -70rem;
|
||||
}
|
||||
&.vecto2 {
|
||||
right: -60rem;
|
||||
top: -20rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
// Gray and Brand Colors for use across theme
|
||||
|
||||
$theme-primary: #F05F40;
|
||||
$theme-primary: #F04B12;
|
||||
|
||||
$gray-base: #000 !default;
|
||||
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
||||
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
||||
$gray: lighten($gray-base, 33.5%) !default; // #555
|
||||
$gray-light: lighten($gray-base, 46.7%) !default; // #777
|
||||
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
||||
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue