nunosempere.github.io/assets/css/style.scss

22 lines
402 B
SCSS
Raw Normal View History

2020-05-24 15:50:11 +00:00
---
---
@import "{{ site.theme }}";
2020-06-04 15:47:19 +00:00
.circular {
width: 300px;
height: 300px;
2020-06-04 15:51:57 +00:00
margin-left: 500px;
2020-06-04 15:47:19 +00:00
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;
}