使用带有css3的flexbox时出现问题

时间:2016-11-12 16:09:41

标签: html css html5 css3 flexbox

嘿伙计们基本上必须为我的web-dev课程设计一个小网站!但是我无法让我的Flexbox工作!它不会与右边对齐所以我有一列信息,我不确定为什么!包含截图!谢谢!

The Html That I wrote

I want the orange row aligned against the right in a column!

1 个答案:

答案 0 :(得分:0)

在您定位aside(或float,或将其部署为display: flex的父级子元素之前)之前,您需要提供.playercontainer以下样式规则:

.playercontainer {
display: block;
width: 240px; /* Any explicit width will do */
}