Seeking assistance with my learning/practice journey, any help is greatly appreciated. Please feel free to point out errors or inefficiencies.
I currently have four layers in place:
.body .main .main-side .sidebar
Here is the design I'm trying to replicate. Most elements are working fine except for the third layer (the navy blue bar on the right side). I am having difficulty positioning it between the second and fourth layers, specifically above the light blue inner box and below the smaller yellow side box. Any advice would be welcome!
Provided below is the HTML and CSS code for reference.
<!doctype html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./style.css"/>
<title>CSS Zen Garden</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
.
.
.