diff --git a/assets/css/style.scss b/assets/css/style.scss index b0fa0c0..25a02d9 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -2,56 +2,19 @@ --- @import "{{ site.theme }}"; +.circular { + width: 300px; + height: 300px; + border-radius: 150px; + -webkit-border-radius: 150px; + -moz-border-radius: 150px; + background: url(https://nunosempere.github.io/assets/Photo.jpeg) no-repeat; + } -@font-face { - font-family: 'Computer Modern Bright'; - src: url('../fonts/ComputerModernBright/cmunbmr.eot'); - src: url('../fonts/ComputerModernBright/cmunbmr.eot?#iefix') format('embedded-opentype'), - url('../fonts/ComputerModernBright/cmunbmr.woff') format('woff'), - url('../fonts/ComputerModernBright/cmunbmr.ttf') format('truetype'), - url('../fonts/ComputerModernBright/cmunbmr.svg#cmunbmr') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Computer Modern Bright'; - src: url('../fonts/ComputerModernBright/cmunbbx.eot'); - src: url('../fonts/ComputerModernBright/cmunbbx.eot?#iefix') format('embedded-opentype'), - url('../fonts/ComputerModernBright/cmunbbx.woff') format('woff'), - url('../fonts/ComputerModernBright/cmunbbx.ttf') format('truetype'), - url('../fonts/ComputerModernBright/cmunbbx.svg#cmunbbx') format('svg'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Computer Modern Bright'; - src: url('../fonts/ComputerModernBright/cmunbmo.eot'); - src: url('../fonts/ComputerModernBright/cmunbmo.eot?#iefix') format('embedded-opentype'), - url('../fonts/ComputerModernBright/cmunbmo.woff') format('woff'), - url('../fonts/ComputerModernBright/cmunbmo.ttf') format('truetype'), - url('../fonts/ComputerModernBright/cmunbmo.svg#cmunbmo') format('svg'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'Computer Modern Bright'; - src: url('../fonts/ComputerModernBright/cmunbxo.eot'); - src: url('../fonts/ComputerModernBright/cmunbxo.eot?#iefix') format('embedded-opentype'), - url('../fonts/ComputerModernBright/cmunbxo.woff') format('woff'), - url('../fonts/ComputerModernBright/cmunbxo.ttf') format('truetype'), - url('../fonts/ComputerModernBright/cmunbxo.svg#cmunbxo') format('svg'); - font-weight: bold; - font-style: italic; -} - - -h1 { - color: "black" -} - -h2 { - color: "black" -} +.circular img { + opacity: 0; + filter: alpha(opacity=0); + background-position: 50% 50%; + background-size: 200px 200px; + margin: auto; + }