Options for Safari Browser

0

Hello, I use some CSS classes to align objects on the screen:

height: 65vh !important;
display: flex;
align-items: flex-end;
justify-content: center;

However in Safari some of these classes do not work in Safari. I would like to know which option for these classes. For example, the above code places the image in the center and bottom of the div, which is 65% size of the viewport. If someone can point me to a place to study these issues, it would help a lot. Thanks

    
asked by anonymous 12.01.2017 / 19:35

0 answers