806,788 questions
Advice
0
votes
7
replies
50
views
how to center all the items except the ones in the last row?
I have a little problem is css. When I'm trying to center wraped elements and I'm using justify-content: center; I got smth like on picture (what I don't want). I want to have effect from the picture,...
-1
votes
0
answers
37
views
CSS does not apply to Button Text and Label Text
I am building CSS classes for my button designs, which should have a certain font and text size. When I start my app, all the <text> elements in my CSS are properly showing my fonts and sizes ...
3
votes
1
answer
83
views
How do i make the slider thumb go over the actual bar in CSS / Javascript?
As you can see in the image the thumb stays below the border of the slider, how do i make it so it stays on top and you can't see the border below the thumb anymore?
and is there a way to reference ...
0
votes
0
answers
54
views
table-options Attribute: data-header-style="headerStyle"
I use table-options Attribute: data-header-style="headerStyle", In the example classes: 'my-header' does not work
I used the following code from https://live.bootstrap-table.com/ , and it ...
Advice
0
votes
1
replies
65
views
Why does the browser apply a style to element (nesting selector)
I have a question about the MDN example (https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Nesting/Using#example_3):
.card {
padding: 0.5rem;
border: 1px solid black;
border-radius: 0.5rem;...
-6
votes
0
answers
124
views
Why doesn't my link work with CSS styles after passing it as a prop?
The <Link> tag in react router doesn't work with CSS after passing it as a prop to the tag - as mentioned in the below link.
How to style a react Link component?
Please can you tell me why it ...
-1
votes
0
answers
66
views
Why do the Chrome devtools say my keyframes are not defined? [closed]
I added a rule to my CSS that I intended to apply with the selector .foo.bar. I also wrote in the keyframes. However, I had another animation defined later in the file. I understand now that when the ...
-3
votes
0
answers
61
views
How do I choose a different font from the same family? CSS [closed]
What I got:
What I want:
@font-face {
font-family: 'OTR';
src: url('/fonts/OTRtypeGX.ttf');
font-variant: 'type2' ;
}
What I can do to change the variant? When I use this font in Photoshop, ...
-6
votes
1
answer
116
views
How do I compose a base reference for my website?
I am rewriting my website. I have decided upon a structure for its directories, which on my local drive, appears as:
Additional directories will be created to contain specific content (e.g., Tools, ...
Advice
1
vote
11
replies
226
views
Why should I learn Javascript if I could just learn jQuery?
I'm a beginner web developer, and I'm mostly working on a personal website of mine. I'm trying to learn the basic stuff since I'm still in school and don't have much time to learn additional languages....
-3
votes
0
answers
77
views
Font rendering is messed up on Firefox 149 (Windows) [closed]
I'm using google's Bungee Shade font to display my h1/h2 titles of my website.
Unfortunately, the rendering on Firefox is pretty poor, compared to Edge's render of the font.
Is there any suggestions ...
Advice
5
votes
14
replies
211
views
Advice Regarding Full-stack Development & Beginner Freelancing
I am a 17-year-old coding enthusiast and I am building my skills in fullstack web development. Currently I am focusing on HTML, CSS and JavaScript. What other skills and technologies should I learn to ...
0
votes
1
answer
148
views
bootstrap 5 img fluid not resize image [closed]
I have a problem with image, when I add class img-fluid to img, image not resize when I change browser size. I have checked bootstrap 3 with img-responsive and this is the same. I have checked styles (...
1
vote
3
answers
71
views
Hover Dropdown Menu stuck inside Navigation Bar
I am relearning HTML and want to create a navigation bar with a dropdown menu which appears when the cursor hovers over the "Works" button. With my current code, only the top of the dropdown ...
1
vote
3
answers
77
views
Extra space in divs after using display:flex;
I'm currently having a problem where, despite there not being any content present within the div other than the text, there's a lot of whitespace that envelops it and causes the div to grow to take up ...