Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1675

Flexbox styling not applying to elements

$
0
0

No matter how I style an element, none of the Flexbox styles I apply work. I have searched everywhere for a solution but could not find any (apologies if this is a duplicate as I could not find an answer to the problem).

I have created a CodePen here.

* {  padding: 0;  margin: 0;}.test {  height: 10em;  width: 10em;  background: #333;}.test2 {  height: 2.5em;  width: 2.5em;  background: #ff0000;  display: flex;  flex-direction: column;  align-content: center;  justify-content: center;  text-align: center;}
<div class="test"><div class="test2"></div></div>

Viewing all articles
Browse latest Browse all 1675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>