Home | All Fwiends | Random | Online | Music | Blog | Search

yuu mi's Blog

"✧・゚: *✧・゚:・゚✧*:・゚"
Doge
99 years old
Italy
Last Login: 1622024758000
Contacting yuu mi
Message
Report
Add
Block
All Blogs (3/10)
1612906275000

i need help with css!!

sorry guys how do i center my text in my "about me" box? and how I put a bottom corner png image? i saw a lot of pages with them :0
https://i.gifer.com/origin/3d/3dd8b6dd27a3e912aa666bbf76185f13_w200.gif

Please login to leave a comment.
Comments
yourmom
1613138748000

Hey! The easiest way to put the text in your about me box center is to put #about: {text-align:center;} in your css.

yuu mi
1612972391000

Thank you again really!!
I will try using them when i have time :) 💕

Purple
1612944733000

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"

Purple
1612961774000

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.

yuu mi
1612911114000

aa thank you a lot!! ;;

Purple
1612910138000

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.

(6/10)