SBD3 MA3 Layout

Facebook
Twitter
LinkedIn

This weeks task is to recreate a layout, and so I did.

body{
	background-color: lightyellow;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
		}
		header{
		background-color: teal;
		
		}
		nav{
			max-width: 1440px;
			padding: 2rem;
			margin: 0 auto
		}
		nav ul{
			
		}
		nav li{
			list-style-type:none;
			display: inline-block;
			font-size: 2rem
		}
		nav a:link{
			color: black;
		}
		nav a:hover{
			color: white
		}
		nav a:visited{
			color: blue
		}
		main{
			max-width: 1440px;
			margin: 2rem auto
	
		}
		main section{
			background-color: white;
			border: 2px dashed black;
			padding: 2rem
		}
	

The result

The next task was to use flex-box and grids to create a layout. I tried to recreate the layout and styling from the example. This is my result.

I used 76 lines of css to achieve this.

The next task is responsive design and how to apply media queries to make the site responsive. I transformed the previous mentioned website into a mobile website (768px and smaller). This is the result

This took 40 lines of code.

More to explorer

Motion design – green screen

A green screen is commonly used in video to mask out the background and insert another background instead. For example, instead of flying Arnold Schwarzenegger to Mars in the movie

Motion design – bouncing ball

In this module assigment, the task was to make a bouncing ball – with bouncing both vertical and horizontal. I made a ball that bounces in and out of the

Motion design – first animation

After Effect has many similarities to Premiere Pro, which I know from a previous course I did in Digital Media Design. So far, I have used After Effect the same