This post has a very cool animation.
Category: Code
This is where all of my code goes like html and css stuff.
10 advanced css stuff
Text shadows Text shadows allow you to add more style and depth to certain text. The way you do this is by “h1 { color: white; text-shadow: 2px 2px 4px #000000; }” Rounded corners of an Image You can give images rounded corners by using the code img { border-radius: 8px;} You can reflect… Continue Reading 10 advanced css stuff
Attribute list for Header
In this post, I will be explaining most if not all of the attributes you can apply to headers to make them look better. Different styles of Headers Headers come in all different colors. If you want your header to look blue you can do this: <h1 style=”color:dodgerblue;”> BLUE Another thing you can add to… Continue Reading Attribute list for Header
10 new html elements
The first thing I learned about is canvas. Canvas uses the <canvas> tag to define itself. Using canvas you can make a little box where you can draw a shape or color inside of it like the image below. Your browser does not support the HTML canvas tag The second thing I found is buttons.… Continue Reading 10 new html elements
View Source vs Inspect Element
When you look at websites and see something you like you probably wonder how can I get this onto my web page. Well, here I will show you two ways to see how other website designers used the elements you like. The two ways I am talking about are inspect element and View Source. Using… Continue Reading View Source vs Inspect Element
10 things you can use HTML for
In this post, I will show 10 ways to use HTML it makes your blog look better. Tables Here I can show you what a basic table looks like Person 1 Person 2 Person 3 Lucas Sam Anthony Smart Dumb Smart Highlighting This whole part of the text is now highlighted. Background color This paragraph… Continue Reading 10 things you can use HTML for
How to identify trust worthy sites
When you go to a website you have to think, Is it trustworthy? In this blog, I will help you find trustworthy websites and give an example. All of the information about finding what is a trustworthy site is from Cornell university. Also, this will be an informal blog that hopefully will be used to… Continue Reading How to identify trust worthy sites