Friday, 17 February 2017

Friday POST - February 17, 2017 - Pivot

Friday Post


Pivot Tips and Tricks:
3 keyboard shortcuts
  • Space = add frame
  • P = play animation
  • S= stop animation
Solve These:
The image will not load because it's a .jpg

If you choose yes, it will stretch the background. If you choose no, the image will not fit in your dimensions.







Friday, 3 February 2017

Super Planet Crasher






Friday Post Feb 03, 2017

What did you do this week?
The titles of the posts were:

  • First Post
  • Predicted Grade
  • What I want to learn in IT 
  • Ground Hog Day
  • Friday Post Feb 03, 2017
What did you learn?

  • How to make a blogger site, which was very easy
  • How to change the background color using <div style="background: red;">
       </div>

  • How to make the background a gif using
              "<div style="background:       url(&quot;http://bestanimations.com/Animals/Birds/Penguins/animated-penguin-gif-        5.gif&quot;);"> </div>


  • How to make backgrounds of gifs transparent by using 
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}