Path: blob/master/april_18/templates/example-lesson/solution-code/public/css/style.css
1907 views
body {1font-family: 'Slabo 27px', serif;2line-height: 1.5;3background: #f1f4f6;4}56h1,h2,h3,h4,h5,h6 {7margin: 0 0 20px;8}910h1, h2 {11font-size: 30px;12}1314a {15color: #000;16}1718header {19width: 100%;20background: black;21}2223header nav {24max-width: 960px;25margin: 0 auto;26height: 60px;27line-height: 60px;28}2930header nav ul {31height: 60px;32line-height: 60px;33}3435header nav ul li:first-child {36float: left;37padding: 0;38font-size: 35px;39}4041header nav ul li {42display: inline;43list-style-type: none;44height: 60px;45line-height: 60px;46float: right;47padding: 0 10px;48}4950header nav ul li a {51color: white;52text-decoration: none;53}5455main, footer {56max-width: 960px;57margin: 40px auto;58}5960main .artists {61margin: 20px 0;62}6364main ul {65list-style-type: none;66padding: 0;67}6869.artists .row {70height: 100px;71}7273.songs .row {74height: 30px;75}7677.artists .row,78.songs .row {79clear: both;80background: #fff;81padding: 10px;82margin: 0 0 10px;83}8485.artists .row img {86float: left;87max-height: 100px;88}8990.artists .row ul {91float: left;92margin: 0 0 0 10px;93}9495.artists .row h2,96.artists .row h2 a {97font-size: 20px;98margin: 0 0 10px;99text-decoration: none;100}101102.songs .row ul li a,103.songs .row ul li button {104.artists .row ul li a,105.artists .row ul li button {106color: black;107background:none!important;108border:none;109padding:0!important;110font: inherit;111text-decoration: underline;112cursor: pointer;113}114115input, select {116display: block;117line-height: 2;118width: 300px;119margin: 0 0 10px;120}121122input[type=submit],123.btn {124background: #d8e1e5;125border: none;126padding: 10px;127text-transform: uppercase;128font-weight: 700;129width: 305px;130color: #535454;131text-decoration: none;132display: block;133margin-bottom: 20px;134}135136