i have two doubts. First one is added two buttons on top. how can i align the space between two buttons? secondly i added a text box and given placeho ...
i have two doubts. First one is added two buttons on top. how can i align the space between two buttons? secondly i added a text box and given placeho ...
I'm pretty new to React JS and am creating a generic Excel Comparison Tool. The tool takes 2 EXCEL files, converts them into JSON arrays, and feeds th ...
I am new to fluentui and I want to know how to use styling in the different components. I have seen some components like "Stack" take styles={{}} as a ...
I'm working in a browser like environment and I need to make a container dynamically fill all available space. Here is what I have so far: / ...
I am currently working on a web application and I am trying to figure out how to center two bootstrap buttons side-by-side. It works on mobile, but wh ...
Consider this simple layout: The result is what you'd expect. Two 30px wide children inside a 100px wide container. If you then change gap: 0; ...
Closed. This question needs debugging details. It is not currently accepting answers. ...
Do you have a good idea how to make the values align with the colons in a SimpleForm like this when the label is so long that it breaks (while not mes ...
On using the below code I was not getting the exact formatting as I got before translating. Please guide me where I am making mistakes. Code ...
I'm working on a reusable layout with some text to the left and an image to the right and below is the simple css code that I have. I will provide us ...
I have this piece of HTML code, I need to scrap via Css selection Any help will be welcome Please bare in mind that this is for web scrapping (aka ...
I'm gonna try to explain what is happening. When I use a class "hide" as a display: none; to hide a button and show another button after click it wor ...
I am trying to achieve this layout (attached in the screenshot). I am struggling with adding the ROW TITLE and making the "Merged header title will g ...
Closed. This question needs to be more focused. It is not currently accepting answers. ...
i have the following Code and for some reason the Logo isn't showing up and i cant figure out why is so. The image is in the folder src -> pages -& ...
I have a grid layout that looks like this: I would like to reduce the whitespace between 'Job Role' and 'Company Name' & I cannot work out how ...
I'm trying to create the below situation where the content_container's width reaches the right side of the screen and automatically scales depending o ...
I'm having an issue to get the result I want. I can only use flexbox and grid layout to do this. I'm currently trying to place a search bar inside o ...
In my React app I have a box which is styled. The component holds state. I would like to change the colour of the box dependant on the colour. For ex ...