I have a simple jekyll website using the minima theme at: https://github.com/WesPeacock/simplesite Here is what the site's simple index.md file looks like: ---
I have a jquery code that inserts and prepends breadcrumbs on certain pages. I'm injecting this code through a third party tool where I can write JS. I only wan
The syntax highlighting for Jekyll Minima theme is defined in the file _sass/_syntax-highlighting.scss. A snippet of code copied from that file is: .c { c
I am trying to simulate an infinite canvas (ie: drawing canvas on penpot.app, or sketch or figma.com) I am NOT using the javascript canvas api. I just want a di
I would like to know if there is a way to make a Boostrap class specific for a breakpoint. I use w-md-50, w-sm-100, w-lg-75 for form, but it's never working for
I create a single page application using react. I create protected route but after login, I can access login page after login. If I try to go login route I can
I have 8 div and one of them is a parent element. I gave a display: flex property my parent, and ı wanna locate my all texts in the middle of my divs becau
This is version of material-ui that I am using : "@mui/icons-material": "^5.5.1", "@mui/material": "^5.5.1", This is how I imported Button component : import B
How can I add a mouse event to select a range (up and down/left and right) of cells in my grid? <!DOCTYPE html> <html lang="en"> <head>
Whenever I try to style Antd Design component ( Layout, Sider and so on ) but it doesn't seems to be working. Therefore there won't be any changes on them. But
So, in my application I have the following HTML that is generated from my React application, which uses components from 3rd party libraries: <button class="b
I want to use @use instead of @import for modifying bootstrap classes $primary: #f84b07; $border-radius: 10rem; @import "~bootstrap/scss/bootstrap.scss"; I us
I wrote a one javascript markdown editor. When I click twice the table, 2 tables are create. But I have some problem for that. That tables are merging. How to a
In LinkedIn embedded posts on my page each post has different height and it has scrolls. Is there any way i can make the height dynamic according to the post he
So I want the inner divs outside the outer div to wrap according to the width of the outer div, which in turn expands and contracts according to the width of th
I implemented a linear-gradient to an image in my NativeScript 8 app. it works fine on iOS but Android somehow has some issues with it. I also tried solutions l
I want to create an input box that allows to type only a distinct alphabet letter in the input box ( No duplicate alphabet value, ONLY ONE) I looked up all the
I am trying to add styles to the inidividual elements. I want when an individual div( is clicked to make sure that the paragraph of the specific changes from d
I want to remove the focus background color for the target dropdown <Dropdown options={branding} fullWidth id
how can I display my Invitee2 a bit upper in my gray bar ? And for my button how can I put it on the extrem right side of my gray bar ? <div className="bg-gr