Welcome to Sweetish!! Here you will find tutorials that will help you out with many things. This is also a blogging/entertainment website. I post blogs normally daily, or once a day and pages to entertain you like online Gallery and Fanfictions. The navigation is in the footer. Have fun, and remember to comment please! Thank you. Sweetish has
hits
Layout
Made by Hiba in Adobe Photoshop. Featuring Taylor Swift and words off of the lyrics of Love Story by Taylor Swift. Brush from here and image from here
I had so much trouble with this, well not actually doing it, but I had trouble finding out the code. I had to ask so much people, then google it and boy was I glad to have finally found it! So now I'm making it easier for you guys!
First of all, I have to tell you what blockquote actually is. You must have seen it on some sites. There the little boxes, that you can decorate. You can place it anywhere you want, so it's a cute little box thing, that normally is centered and you can apply text in it. Heres an example:
See? Isn't it so cool and cute?
Okay first of all, copy the following code at the bottom of your css page. Remember, paste it right after the } .
Now just play around with the settings but just like everyother setting never, ever delete the ; part at the end of each sentance or else it woudn't work. So just play around with the width, font-size, color, background etc. For those of you who don't know what each thing is heres a little table bellow saying what some mean.
Name
Meaning
Example
Background
The color of your whole box
background: #000000;
Border
The settings for the border of your box. solid= the type of line you want followed by the color of the border.
border : 2px solid #ffffff;
Float
If you want your box to stay on either left or right, with text floating around it. If you don't want text flowing around it, just put 'none'
Float: none;
Text-align
How you want your text to be. Either left, right or center.
text-align: center;
Now, it's time to learn how to actually use your blockquote. Pretty easy though. Whenever you wanna use your blockquote code you have to paste this wherever your going to use it
If you want your box centered, which i reccomend you do, paste the following code instead
I hope I really helped! If you have any problems, please make sure you contact me any way ASAP