Skip to main content
0 votes
1 answer
16 views

Hello! just trying to figure out what is going on here. I am trying to understand in a comprehensive way, how all this works (I am an experienced one but always with some doubts about the things ...
qAutHorp's user avatar
-1 votes
0 answers
69 views

I am trying to recreate Ethopia flag using HTML and CSS but I am unable to do the middle part of the flag. The star inside the circle is not coming as expected. HTML and CSS I have applied: body { ...
Anitha Kode's user avatar
-1 votes
0 answers
17 views

Here is my exact code: .btn { width:150px; height:50px; background-color:green; } .btn :hover{ background-color:red; font-size: 19px; color: white; } <div class="btn">SIGN UP</div>
Anmol's user avatar
  • 11
-1 votes
0 answers
61 views

I am trying to apply simple CSS to a paragraph but the styles are not being applied. The CSS file is in the same folder as the HTML file. Here is the minimal code: <!DOCTYPE html> <html> &...
Radhika Sharma's user avatar
1 vote
2 answers
42 views

I'm trying to make a progress bar that has a transition animation. Think: a multi-page wizard, and when you advance to the next page the progress bar animates to the next step. When the progress bar ...
Ivan Rubinson's user avatar
0 votes
0 answers
74 views

Take the following HTML: <ol> <li>one</li> <li>two</li> <li>three</li> </ol> Is it possible to set the gap between “1.” and “one”, which is the ...
twhb's user avatar
  • 4,624
1 vote
1 answer
35 views

How to configure VScode to keep CSS rules with only one property on a single line when autoformatting? Here is the expected result : .p-auto { padding: auto !important; } .px-0 { padding-left: 0 !...
Merlin Chatou's user avatar
-3 votes
0 answers
30 views

Out of the blue today, I noticed that the css for my footer had changed. When I used the inspector, I saw that an older version of style.css had been loaded (for the footer only). The latest version ...
ajumbz's user avatar
  • 27
0 votes
0 answers
24 views

I want to change background color of "maincontent" div element to red when I clicked check box, which is in header tag of my HTML page. please give any idea how to do that. <!DOCTYPE html&...
JagathNalin's user avatar
-2 votes
0 answers
41 views

HTML: <div id="div-area"> <p id="title-div1"> Find pages with... </p> <label> all these words: <input type="text" name="...
Akshaj Singhal's user avatar
Advice
0 votes
0 replies
43 views

Graphic designer designed this component that should display forms and messages like an auth form... I'm a bit confused on how should I code the top right border... I was thinking a simple border-...
Patrick Ferreira's user avatar
-3 votes
0 answers
33 views

I'm a junior web developer and I want to create a portfolio website using Bootstrap 5. When it's finalized, I want to add animations using AOS JS. However, when I add these, the website doesn't ...
Adjie Pradana's user avatar
Advice
1 vote
2 replies
113 views

How would I go about, in an HTML webpage, having a random file in a specific directory be selected in a src? My intent is to have a randomized audio file autoplay whenever I open any webpage on my ...
utternovice's user avatar
-1 votes
0 answers
50 views

I’m trying to animate a div when a button is clicked. The class is added correctly, but the animation doesn’t run. Here’s my minimal code: function toggleBox() { document.getElementById("box")....
Ayush Raj's user avatar
0 votes
0 answers
48 views

Problem I have a mobile sidebar with a dark overlay (backdrop). When the sidebar is open and the user scrolls inside the sidebar, the overlay disappears or becomes unstable on Chrome mobile (Android). ...
Sajokrit's user avatar

15 30 50 per page
1
2 3 4 5
53821