Clash Mini

The new supercell game clash mini beta was released 2 weeks ago in select countries. The game is based on supercells‘ 2 big clash games, Clash of Clans and Clash Royale. From the first trailers to the beta launch I was so hyped for this game. This is an overview of what the game is… Continue Reading Clash Mini

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