Update style.scss
This commit is contained in:
parent
aa597d3013
commit
f7545bc2e0
|
@ -2,21 +2,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
.circular {
|
.rounded {
|
||||||
width: 300px;
|
border-radius: 50%;
|
||||||
height: 300px;
|
|
||||||
border-radius: 150px;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
-webkit-border-radius: 150px;
|
|
||||||
-moz-border-radius: 150px;
|
|
||||||
background: url(https://nunosempere.github.io/assets/PhotoCropped.jpeg) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.circular img {
|
|
||||||
opacity: 0;
|
|
||||||
filter: alpha(opacity=0);
|
|
||||||
background-position: 50% 50%;
|
|
||||||
background-size: 200px 200px;
|
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user