Witty Profiles

menu
sign in or join

captured


  1. posted a quote
    January 1, 1970 12:00am UTC
    This quote does not exist.

  2. xoxoshelbyraeexoxo xoxoshelbyraeexoxo
    posted a quote
    December 6, 2011 9:24pm UTC
    click to see this quote

  3. dave franco* dave franco*
    posted a quote
    December 5, 2011 7:43pm UTC
    It's okay, to not be okay.

  4. dave franco* dave franco*
    posted a quote
    December 5, 2011 8:23pm UTC
    I'm gonna carry around a mistletoe
    that way when I see someone sexy I'll put it above us

  5. dave franco* dave franco*
    posted a quote
    December 6, 2011 5:39pm UTC
    a girls favorite songs
    will tell you more
    about her feelings
    than her lips ever will

  6. dave franco* dave franco*
    posted a quote
    December 6, 2011 8:14pm UTC
    that sad moment when you wake
    up in the middle of a good dream

  7. dave franco* dave franco*
    posted a quote
    December 6, 2011 7:02pm UTC
    attractive person: hey
    me: who put you up to this

  8. QuoteMexoh44 QuoteMexoh44
    posted a quote
    December 4, 2011 8:21pm UTC
    nmf
    Anyone have a tumblr?

  9. dave franco* dave franco*
    posted a quote
    December 4, 2011 7:05pm UTC
    I may look silly with my arms open this wide but this is how much I want you.

  10. Peace1231 Peace1231
    posted a quote
    December 4, 2011 7:04pm UTC
    2011: Teach me how to dougie.
    1800: Instruct me on how to execute your fine moves bretheren.

  11. GuiltyCodingTutorials GuiltyCodingTutorials
    posted a quote
    September 9, 2011 1:35am UTC
    Level Six: Scrollbars
    In order to use scrollbars, you must have a box or border. Refer to previous levels for tutorials on those.
    Before attempting to add scrollbars, you must first have a specific height to your box.
    Always add height and overflow in the last border (if you have multiple borders).
    How to add height:
    Add "height: 50px;" to you box/border's coding.
    How to add scrollbars to your box:
    Add "overflow: scroll;" to your box/border's coding.
    That will give you both horizontal and vertical scrollbars.
    If you want only vertical: "overflow-y: scroll;"
    If you want only horizontal: "overflow-y: hidden; overflow-x: scroll;"
    Example of box with both ver/hor scrollbars. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text.
    Example of box with both ver/hor scrollbars. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text.
    Example of box with both ver/hor scrollbars. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text. text.
    Copyright of GuiltyCodingTutorials. Do not redistribute without permission and credit.

  12. GuiltyCodingTutorials GuiltyCodingTutorials
    posted a quote
    September 8, 2011 11:13am UTC
    Level Four: Links
    Website to create your own fades:
    patorjk.com/text-color-fader/
    www.vex.net/~x/xfade/advanced.html
    Website for list of possible color codes:
    web.njit.edu/~kevin/rgb.txt.html
    Website for all possible font styles:
    ampsoft.net/webdesign-l/WindowsMacFonts.html
    Copyright of GuiltyCodingTutorials. Do not redistribute without permission and credit.

  13. GuiltyCodingTutorials GuiltyCodingTutorials
    posted a quote
    September 8, 2011 11:03am UTC
    Level Three: Borders
    Border width: <div style="border-width: 3px;">
    Border color: <span style="border-color: #000;">
    Border type: <span style="border-style: dotted;">
    Some border types are; solid, dotted & dashed.
    Want to make the edges of a border curved?
    You can do so, simply by changing the border radius.
    <div style="border-radius: 15px;">
    An example of all the codings.
    Copyright of GuiltyCodingTutorials. Do not redistribute without permission and credit.

  14. GuiltyCodingTutorials GuiltyCodingTutorials
    posted a quote
    September 8, 2011 10:46am UTC
    Level Two: Decorations
    Note: Coding must always include '<' and '>' at the beginning and end or it will not work.
    Font shadow: <div style="text-shadow: 0px 1px 2px red;">
    You can change the numbers and color to suit your liking.
    Background: <div style="background-color: grey;">
    This is an example of a grey background.
    Change the colors to something that you prefer.
    Letter spacing: <span style="letter-spacing: 4px;">
    <span style="letter-spacing: -1px">
    This is how 4 looks: text.
    This is how -1 looks: text.
    Change the spacing as you wish by simply changing the number.
    Easy?
    Now for changing the line height: <span style="line-height: 12px;">
    Change the number to suit your liking.
    Copyright of GuiltyCodingTutorials. Do not redistribute without permission and credit.

  15. GuiltyCodingTutorials GuiltyCodingTutorials
    posted a quote
    September 8, 2011 10:30am UTC
    Level One: The Basics of Coding
    Note: Coding must always include '<' and '>' at the beginning and end or it will not work.
    Font size: <div style=”font-size: 20;”>
    If you want another size, just change the number already in that code.
    Font color: <div stlye=”color: red;”>
    If you wish for another color, simply change the color name.
    You can use either the name of a color, rgb decimal or rgb hex code.
    What do those look like?
    Obviously, you know what I mean when I say the name of a color. Rgb dec looks like this: rgb (84, 84, 84). By the way, the rgb number was the coding for the color grey. Now for the rgb hex codes… They are the ones that look like this: #545454. That color I mentioned is grey.
    You can find all coding colors here: web.njit.edu/~kevin/rgb.txt.html
    Font type: <div style="font-family: arial;">
    Go ahead and change the name of the font with something you prefer.
    You can find possible font styles here: ampsoft.net/webdesign-l/WindowsMacFonts.html
    Copyright of GuiltyCodingTutorials. Do not redistribute without permission and credit.

:)

Join · Top Quotes · New Quotes · Random · Chat · Add Quote · Rules · Privacy Policy · Terms of Use · Full Site
© 2003-2024 Witty Profiles