Skip to main content
1 vote
0 answers
30 views

I have this html code <table style="font-size:10px"> <tr> <td style="border:1px solid;padding:0">XXX <svg style="vertical-align:middle" width=20px height=20px viewBox="0 0 ...
lktr's user avatar
  • 21
-1 votes
0 answers
37 views

I am currently adapting a site to mobile design. The left navigation bar is separated from the rest of the page with an iFrame. I want to show and hide the left navigation bar with a button – this ...
Michelle Haase's user avatar
Best practices
0 votes
2 replies
49 views

I use <div class="flex"> <div class="box"> <img [...]><br> ab </div> <div class="box"> <img [......
E. Reuter's user avatar
  • 129
1 vote
1 answer
80 views

I am writing an R Shiny app and use CSS to format the buttons on the header and footer of the page. I am running into a sticky situation with the Upload button, where no matter how I configure, it ...
Phi Yen Nguyen's user avatar
0 votes
0 answers
104 views

I am trying to recreate Ethopia flag using SVG and CSS but I am unable to do the middle part of the flag – a star pentagram shape. The star inside the circle is not appearing as expected. body { ...
Anitha Kode's user avatar
-1 votes
0 answers
72 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
78 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
97 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
41 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
36 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
26 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
44 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
54 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 thought a simple border-radius ...
Patrick Ferreira's user avatar
-3 votes
0 answers
35 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
120 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

15 30 50 per page
1
2 3 4 5
53821