diff --git a/index.html b/index.html index 51a1371..7957cd1 100644 --- a/index.html +++ b/index.html @@ -6,17 +6,16 @@ Peter the Baker - - +
- + -
+
Petrus Pistor
@@ -26,11 +25,11 @@
  • Social
  • - +
  • Pistorium
  • - +
  • Contact
  • diff --git a/resources/css/index.css b/resources/css/index.css index d013bbf..4986f2e 100644 --- a/resources/css/index.css +++ b/resources/css/index.css @@ -1,7 +1,7 @@ -@import 'https://fonts.googleapis.com/css?family=Iceland&display=swap'; -body{background-image: url("/resources/img/pb.png");color:#efefef;height:100%} +@import 'https://fonts.googleapis.com/css?family=Iceland|Cairo&display=swap'; +body{background-image: url("/resources/img/pb.png");background-color:#2c2c2c;color:#efefef;height:100%} .tstyle{background:-webkit-linear-gradient(-45deg, #A3FF00 30%, #49FF00 35%, #00FF45 45%, #04FF54 60%, #00FFD2 65%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:damion;max-width:fit-content;margin:auto} -#container{text-align:center;background-image: url("/resources/img/pb.png");font-family:cairo;position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);width:auto} +#container{text-align:center;font-family:cairo;position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);width:auto} #container #avatar{border-radius:50%;margin-bottom:-.75em} #container #title{font-size:4em} #container #text{line-height:1.375}