I love how the big cats don’t really grab the scruff. it’s just… they engulf their heads. uvu it’s so cute.
felines ♥
mamas and babies
so im literally crying at this video right now
its a dog teaching a puppy to stairs
god help me
There is so much good in this world
UC Berkeley scientists have developed a system to capture visual activity in human brains and reconstruct it as digital video clips. Eventually, this process will allow you to record and reconstruct your own dreams on a computer screen.
more here
Watch this.
And this is why only 13% of computer science department students (on average) are sexually active. Smh.
I may not be involved in video games, but I am an active member of the comic book and general geek communities, which suffer from similar sexism. And everything this woman stands for is admirable and amazing. She is furthest from a villain, she’s a hero.
TO CENTER STUFF:
HTML: <center> </center> CSS: text-align: center;
TO BOLD TEXT:HTML: <b> </b> <strong> </strong> CSS: font-weight: bold; (if you're font comes in different weight you can use that instead: font-weight: 700;)
TO ITALIC TEXT:HTML: <i> </i> CSS: font-style: italic;
TO UNDERLINE TEXT:HTML: <u> </u> CSS: text-decoration: underline;
TO PUT A LINE THROUGH TEXT:HTML: <strike> </strike> CSS: text-decoration: line-through;
SHOW FONT-SIZE AS BIGGER:HTML: <big> </big> CSS: font-size: larger;
CHANGE FONT:HTML: <font color="#ff0000"> </font> <font face="arial"> </font> CSS: font-family: Arial, Helvetica, sans-serif; color: #ff000;
ADD IMAGE (HTML):<img src="DIRECT-IMAGE-URL" alt="Descriptive Text">
ADD A LINK 9HTML):<a href="URL"> </a>MARQUEE TEXT;
Normal scroll:
<marquee>CONTENT HERE</marquee>“Bouncy” (Going Back & Forth):
<marquee behavior="alternate">CONTENT HERE</marquee>Marquee directions:
<marquee direction="LEFT, RIGHT, UP OR DOWN">CONTENT HERE</marquee>Sliding Marquee (Will Stop at the End):
<marquee behavior="slide">CONTENT HERE</marquee>Marquee That Will Stop On Hover:
<marquee onmouseover="this.stop(CONTENT HERE);" onmouseout="this.start(CONTENT HERE);">CONTENT HERE</marquee>Marquee Speed:
<marquee scrollamount="SPEED #">CONTENT HERE</marquee>






