Challenge 01- Responsive design by Kevin Powell
I encountered some troubles with designing the page like in the challenge. Here's my code I don't know where the problem is maybe is it the paddings ? Or should I modify the HTML part ?
/Css work/
body {
margin: 0;
font-family: sans-serif;
}
.container {
background: #23424a;
color: white;
width: 80%;
margin: 0 auto;
padding: 2em;
height: 300px;
}
.intro-content{
width: 50%;
}
/Css work/
body {
margin: 0;
font-family: sans-serif;
}
.container {
background: #23424a;
color: white;
width: 80%;
margin: 0 auto;
padding: 2em;
height: 300px;
}
.intro-content{
width: 50%;
}

