react-tv-cli
Version:
Packager for TVs
61 lines (50 loc) • 744 B
CSS
body {
background: #262626;
color: #4AD0EC;
font-family: Helvetica;
letter-spacing: 0.15em;
width: 600px;
margin: 0 auto;
}
h1 {
font-weight: 300;
color: #FFF;
margin: 0;
margin-top: 35px;
padding: 0;
}
p {
font-size: 1.4em;
}
.container {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
align-posters: center;
text-align: center;
position: relative;
width: 100%;
}
.container p, .container h1 {
width: 100%
}
.title {
font-size: 60px;
}
.focus-info {
color: #FFF;
}
.posters {
margin-top: 60px;
display: flex;
}
.poster {
position: relative;
width: 100%;
margin-right: 14px;
box-sizing: content-box;
}
:focus {
outline: 2px solid #4AD0EC;
}