AriCohelo
AriCohelo
KPCKevin Powell - Community
Created by AriCohelo on 4/27/2024 in #front-end
SVGs <use> and not...
Hi guys I really would aprecciate come help here. In this HMTL are two ways of using svgs but one of them is not getting the size of the actual svg (image) change it only changes the size of the container. The weird thing is that the two of them are responding to a change of color fill:red but just one is responding of a change of height. Can you figure out why? https://codepen.io/Ari-Cohelo/pen/WNYoBjR?editors=1101
11 replies
KPCKevin Powell - Community
Created by AriCohelo on 9/1/2023 in #front-end
Modal not hidden
Hi Friends! can you help me? I have a modal that is showing up without being called and i hapens when i style it. Specifically when I display: flex on it. Do you know why this happens? Weird thing, it happens only on that modal but not on the other one that also has flex https://codepen.io/Ari-Cohelo/pen/WNYoBjR
#deleteModal {
display: flex;
flex-direction: column;
align-items: center;
border: none;
border-radius: 15px;
padding: 20px;
background-color: rgb(255, 217, 167);
}
#deleteModal {
display: flex;
flex-direction: column;
align-items: center;
border: none;
border-radius: 15px;
padding: 20px;
background-color: rgb(255, 217, 167);
}
3 replies