trying to draw an ellipse using css
I have this ellips that I have to draw in css, but I can't make sense of it anyone has an idea how can I do it ? knowing that I have to make it responsive I tries to make…
I have this ellips that I have to draw in css, but I can't make sense of it anyone has an idea how can I do it ? knowing that I have to make it responsive I tries to make…
I made a 5 image slider container that previews each of the next and previous images. The only problem I have is that I need to make that images are separated by diagonal lines instead of horizontal lines. This is…
I think this question is better suited for a "show" don't tell. So I'll start off with a screenshot of my current design: I want the times to show between the columns header, is that even possible? I wish do…
I tried using <i class="fa-brands fa-github"></i> to insert the github icon into my work but it didn't show. How do I achieve this? Please I need help as soon as possible so that I can finish and submit an assignment…
Is there way I can hide the 2nd and 3rd anchor elements inside the li elements using CSS? Also, it needs to be hidden based on the attribute selector "isInternalUser=true" which is there in the first anchor element. I know…
I have a .card component with two variants: .card { padding: 2rem; border: 2px solid black; &.is-dark { background: #151515; p { color: white; } } &.is-light { background: #fcfcfd; p { color: #111; } } } <div class="card is-light">…
I'm trying to automate web scraping using RSelenium in R. I've successfully located and clicked a button on a webpage using RSelenium, but I'm having trouble extracting href attributes from the page after the button click. I actually have a…
Basically I'm doing my first ever internet portfolio. I'm using hostinger and wordpress.com. I wanted to create my own theme, so I create a folder in wpcontet/themes named mytheme and put in my style.css and index.css and it was working…
I want to remove the underline from the <span> tag inside the <p> tag, which has the display: flex; property. The <p> tag in my case has to be flex. I already searched this problem on the internet and found…
I'm working on a one-page WordPress website and the page scrolls to each section when a menu item is clicked. It works well on desktops/laptops but on mobile devices when the hamburger menu is tapped, the menu opens and it…