1. Created a blogger website
2. Created a Dropbox
3. Posted:
First Post: my opinion on the school
Predicted Grade
What I Want To Learn In IT
Groundhog Day 2017
Friday Post
What Did You Learn This Week?
1. How to create a blog post and a header
2. HTML colouring (background and letters)
<div style="background: colour;">
</div>
3. How to create a link list and other website gadgets
How to fix transparent images
.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;
}
No comments:
Post a Comment