2020-05-24 15:50:11 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
2020-06-04 15:47:19 +00:00
|
|
|
.circular {
|
|
|
|
width: 300px;
|
|
|
|
height: 300px;
|
|
|
|
border-radius: 150px;
|
2020-06-04 16:02:43 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2020-06-04 15:47:19 +00:00
|
|
|
-webkit-border-radius: 150px;
|
|
|
|
-moz-border-radius: 150px;
|
2020-06-04 16:02:43 +00:00
|
|
|
background: url(https://nunosempere.github.io/assets/PhotoCropped.jpeg) no-repeat;
|
2020-06-04 15:47:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.circular img {
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
background-position: 50% 50%;
|
|
|
|
background-size: 200px 200px;
|
|
|
|
margin: auto;
|
|
|
|
}
|