Гость » 09 мар 2024, 12:43
Последнее сообщение Гость «
Гость »
I'm working on a web page where I have a row of cards, each containing an image and a title. Currently, I'm using the Bootstrap grid system to display 4 cards per row on larger screens (col-md-2), and I want to adjust this to show 2 cards per row on...
Гость » 09 мар 2024, 12:31
Последнее сообщение Гость «
Гость »
Preconditions: I am limited to old browsers (around Chrome 25), which do not support a lot of CSS features. Also, the table structure with 3 columns needs to remain, and the first column should not take more space, than it needs.
Гость » 09 мар 2024, 12:21
Последнее сообщение Гость «
Гость »
I'm trying to make my NextJS 14 app router application scale down on any device less than 500px width, as I'm making my app responsive down to 500px wide and anything below that I want it to scale down, previously I've used min-width: 500px; in the...
Гость » 09 мар 2024, 12:18
Последнее сообщение Гость «
Гость »
I created this image gallery using column-count and it works great in Chrome and most other browsers. But in Safari there is this weird bug: the image container starts at the previews column end and spans to the start of the next column. But the...
Гость » 09 мар 2024, 11:45
Последнее сообщение Гость «
Гость »
I have noticed that buttons and other elements have a default styling and behave in 3 steps: normal view, hover/focus view and mousedown/click view, in CSS I can change the styling of normal view and hover view like this:
Гость » 09 мар 2024, 11:42
Последнее сообщение Гость «
Гость »
Picture of app
I'm making this project for my bootcamp, I'm struggling with moving this + button to the bottom right of this container, my project has this container to simulate a phone screen, I have a sub-content box for it and everything, but...
Гость » 09 мар 2024, 11:19
Последнее сообщение Гость «
Гость »
I'm using spatialNavigation for focusing the element as below code
in index.html
window.addEventListener('load', function () { // Initialize SpatialNavigation.init(); // Define navigable elements (anchors and elements with focusable class)....
Гость » 09 мар 2024, 10:56
Последнее сообщение Гость «
Гость »
We are trying to make a Custom Element app with a custom font. We are using the @font-face property but when we check, the default font, Times New Roman, is displayed.
This is the part of the code that has the styling:
Гость » 09 мар 2024, 10:08
Последнее сообщение Гость «
Гость »
I have a sprite image which is a contian of two images. But they are always bigger than the container, I want to fix/put them inside the parent container. How can I fit images without increasing parent size?
Гость » 09 мар 2024, 09:56
Последнее сообщение Гость «
Гость »
I am trying to create another section and apply a CSS that is in assets folder. But when I put the {{ 'style-section-block.css' | asset_url | stylesheet_tag }} to the page that I want to apply the CSS to, it affects the other sections as well even...
Гость » 09 мар 2024, 09:24
Последнее сообщение Гость «
Гость »
I've run into this issue with TailwindCSS (version 3.2.4) group-hover where group hovering elements with SVG children only seems to work on the first element, and not the remaining elements.
I've created an example on the TailwindCSS playground...
Гость » 09 мар 2024, 08:30
Последнее сообщение Гость «
Гость »
My problem is that I have a page and there is a background image, but I would like to make the page larger so that I can continue working with a white, empty background after the background image. Code HTML:
Гость » 09 мар 2024, 06:40
Последнее сообщение Гость «
Гость »
I have a problem with CSS and Thymeleaf.
In my Spring boot app, I have this structure:
src/main/resource/static/css (for css files) src/main/resource/static/templates (for html file)
Now, with my html page named ErrorPage and css file named...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения