Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

html and css

  1. odiez

    HTML & CSS How to make using table very easy

    Good day I have a webpage running on my laptop (using visual studio code). I am making a webpage (only private) that where I can add/update cryptocurrency. A the moment is has nearly 50 in the table, and it is a lot of html and js scripts in this page. I am going to add more tokens. Is there...
  2. C

    HTML & CSS Why is align-content not working...

    ....while justify-content does?? Hi, Please take a look at this. I know, this example is not made to show how align-content works, even though I think it should work. So I tried this: #main { width: 400px; height: 100px; border: 1px solid #c3c3c3; display: flex...
  3. C

    HTML & CSS How to make text responsive?

    Hi, I currently try to make a page responsive for the first time and have a problem concerning my text. This is the mobile version how I want it. The desktop version is also (more or less) fine for me: My problem is, what comes in between: I don't want these single words. Maybe anybody...
  4. chadcode

    HTML & CSS Where should I start to learn Web development?

    I believe that in order for you to learn something effectively, you have to make a plan. Many people are confused about where to start in order to become a web developer. Therefore, I decided to share with you some of the videos that guided me and helped me to learn html and css. First video...
  5. Mateusz

    HTML & CSS Struggle with column and placement of text

    I am very new to coding, currrently i am struggling with alignment of some elements in my div. Here is the stuff i am trying to code (made in adobe XD) This is what it must look like This is what i currently made in css plus html: HTML: <div class="row"> <div class="column">...
  6. Johna

    JavaScript Image Carousel Issue with First and Last Image

    I've been trying to make an image carousel for quite a while not, I've finally got somewhere, but there's still one issue. When the carousel moves to the next image, rather that the last image sliding in, it just appears. Same with going to previous Image, but then it's the first image. I know...
  7. Ahmad Saleh

    JavaScript Assistance with two sticky headers.

    Hello, I am self-teaching myself how to code HTML, CSS and Javascript and I am super new to this (this is my first project.) There are lots of resources online that I am using and I've managed to figure things out as I go. However, I am encountering two issues: 1. I had a sticky header...
  8. Ahmad Saleh

    HTML & CSS Help with HTML and CSS

    Hello, I am self-teaching myself how to code HTML and I am super new to this (this is my first project.) There are lots of resources online that I am using and I've managed to figure things out as I go. However, I am encountering an issue: I have an .svg border around my page and then some text...
  9. postman

    HTML & CSS Open Modal with pure CSS coding

    I show a modal here that is functioning and opens on click event with jquery, I am a beginner and tried the same function with animating modal opens with pure CSS code. but I could not achieve the goal. I read various threads and codepen, but in my case, I little confused about wherefrom I do...
  10. Johna

    HTML & CSS Slider does one Complete Loop, Continues to the Next Image, Goes Back to the First, and then Runs Normally Again.

    I'm trying to create a slider with HTML and CSS, but there's an error that after one complete loop, the slider continues to the next image, and then goes back to the first, and then runs normally again. Here's the code: <link rel="stylesheet" href="style.css"> <div id="sliderMain"> <div...
  11. Johna

    HTML & CSS Line before a button

    Hi everyone, when I put two buttons side-by-side I get a short line before the second button. This only happens when I have two buttons, if I remove the first button, the line isn't there anymore. I've attached pictures to show this. How can I remove this line? Here's my code: <div...
  12. Johna

    How can I create desktop applications from html

    I've made an app in Html CSS and JavaScript (I know it's not the best language for making apps but I only know these). I'm made it for android using WebView. I also want to make this app run on windows. Is there a free way to do that? I don't want to use nwjs or electron, because the whole app...
  13. Giscoding

    PHP Does anyone knows how to sort this out?

    Hi, I am having an issue with my site and it is driving me crazy for weeks now. My problem is simple yet I cannot find how to fix it. The issue is: In my Menu, all pages are set but when I click on the "Profile" page, it loads the "Home" page. What I have tried so far: -create a new menu and...
  14. Johna

    How to make a Chrome Extension save data

    Hi everyone, I made a chrome extension, and it has a dark mode option. I want the extension to remember the last mode it was on, so if it was previously on dark mode, when you close and open the extension it should stay on dark mode. Is there a way to do this? Btw if you need to know, the code...
  15. Johna

    Can I make android apps with Html, CSS, and JavaScript?

    Hi everyone, I want to make an android app with only or mostly Html, CSS and JavaScript coding. Is there a free way to do that without needing Android Studio or Android SDK installed, because I don't have space on my computer for that, and my pc isn't good enough to run Android Studio. Thanks : )
  16. Swìlam

    HTML & CSS Mobile navbar menu

    im learning hmtl/css and need a menu for my navbar (mobile version ). I watched some java script videos and tried to do same but sadly it dosent work. The menu dosent get hide nothing work tbh. I will be glad if u can advive me or show me a simple way to make one ( my js knowledge is basic )...
  17. C

    HTML & CSS Help with Form styling of svg in the value ’ ’

    In this successfully working Search Box Form the svg appears successfully where it is, but I also need it to appear in value= ’ ’ <input type='search' placeholder='Search Location...' name='search_sub' class='searchbox-input' onkeyup='buttonUp();' required> <input type='submit'...
  18. R

    HTML & CSS Horizontal Scrolling issues

    Hello, On my site I am developing, I am having a problem with when I open the page in Safari all my images are being squished. Chrome they work great. Also not sure why when I resize on any browser, the images get squished. Also, my intention was to make the images on the homepage links...
  19. catycat

    HTML & CSS Displaying text on mouse hovering over image

    I am trying to display a little copyright text on top of an image when the user hovers his mouse over it, using [this](https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_image_overlay_opacity) example. What am I missing that I do not see the text, only the fading effect? <div...
  20. coding_fromzero

    HTML & CSS Trouble modifying an id for an image in a div element

    Hello everybody 😊 I'm super green when it comes to coding. I've only been working on it for around 3 weeks. I'm working through freeCodeCamp and I am doing one of the assignments where I have to add the id "img-div" to a div element, but when I try to modify it in CSS through VS Code, I get an...
Back
Top Bottom