nunosempere.github.io/assets/css/style.scss
2020-06-04 17:51:57 +02:00

23 lines
422 B
SCSS

---
---
@import "{{ site.theme }}";
.circular {
width: 300px;
height: 300px;
margin-top: 500px;
margin-left: 500px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(https://nunosempere.github.io/assets/Photo.jpeg) no-repeat;
}
.circular img {
opacity: 0;
filter: alpha(opacity=0);
background-position: 50% 50%;
background-size: 200px 200px;
margin: auto;
}