Trying to left/center/right these 3 spans of text within a HEADER tag? No luck, please see picture.
<body>
<header>
<span>503.984.9317</span>
<span>beller.jeff@gmail.com</span>
<span>portland, or</span>
</header>
body {
background-color: pink;
}
header {
background-color: green;
width: 600px;
height: 40px;
margin: auto;
}
span {
background-color: yellow;
}