I am trying to perform a specific CSS action on a CSS class if you are using the Edge browser, however, the code I work fails to detect the CSS property that I thought was specific to Edge:
.gallery, .game {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content...
Hi All,
Could you please tell me why i have padding on my .nav_primary when i did not set it?
I added a media query and was not able to center that class and then found out there is a padding-left and do not know why.
When i add padding:0 all work.
Here are my codes
Thank you
<header...
Hello there!
I need help! Why is the input growing so much that it overflows the flex container?
However, if you comment the input and remove the comment on the '.div-grow' element, this one respects the flexbox layout.
In fact, if the 'flex-grow:1' is removed form the input, it still grows so...
Hey guys,
I just want to create a 2-column form but unfortunately it doesn't wrap among each other at the pixel width I set for mobile.
This is my code:
<div class="formular-hintergrund">
<div class="col-row-contact">
<div class="col-row-upside">
<!--...
I am having an issue with my navigation menu.
I use flexbox to align all the items, but for some reason I cannot get the logo / brand name to line up wtith the burger-icon.
I added space-between to the parent container, because I want the logo on the left side, and the menu-icon on the right...
Hi i am looking to build a menu like the one in the image that is also responsive, i was wondering what the best way to go about it would be, such as a using a framework, or possible css grid/flexbox
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.