text-align:center;
↑Paste this into your .blurbs. This will center the text.
.url {
background: url();
background-size: auto;
background-size: 250px;
background-repeat: no-repeat;
position: fixed;
right: 1px;
bottom: 0px;
color: transparent !important;
height: 200px;
width: 250px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 0;
font-size: 0px;
}
↑This will place the PNG in the bottom corner.
Hey! The easiest way to put the text in your about me box center is to put #about: {text-align:center;} in your css.
Thank you again really!!
I will try using them when i have time :) 💕
I stand corrected.
.url.box::after {
content: url(png url);
background-size: auto;
background-size: 250px;
background-repeat: no-repeat;
position: fixed;
left: 1px;
bottom: 0px;
color: transparent !important;
height: 200px;
width: 250px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 0;
font-size: 0px;
}
↑This CSS is better than the previous one.
Paste this into your CSS editbox.
Also, ".blurbs"
Just one more correction.
.url::after {
background: url();
background-size: auto;
background-size: 250px;
background-repeat: no-repeat;
position: fixed;
right: 1px;
bottom: 0;
color: transparent !important;
height: 200px;
width: 250px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 0;
font-size: 0px;
content: "";
}
↑This is the CSS to place the best PNG.
This CSS allows you to resize the image.
aa thank you a lot!! ;;
text-align:center;
↑Paste this into your .blurbs. This will center the text.
.url {
background: url();
background-size: auto;
background-size: 250px;
background-repeat: no-repeat;
position: fixed;
right: 1px;
bottom: 0px;
color: transparent !important;
height: 200px;
width: 250px;
border: none;
box-shadow: none;
padding: 0 !important;
z-index: 0;
font-size: 0px;
}
↑This will place the PNG in the bottom corner.