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. Norway123

    HTML & CSS Best way to master html and css

    Hi, I'm relatively new in this. Been watching tutorials at youtube, and reading a high school book about html5 and css3. Been doing it for a month now, for around 3-4 hours a day. I would guess 70% watching, 30% coding. But feel kinda stuck. I have been recommended w3schools, and been working...
  2. prgti_free_coder

    animation using html and css

    Hey, I don't know if this is a platform to promote my youtube channel or not.. I'm new to this forum.. and here to inform you about my new youtube channel 'PRGTI free coder' animations by using html, css and js. if you are beginner in coding world and want to make animations then don't forget...
  3. P

    HTML & CSS Linking from one HTML project to another HTML project

    Hello, I'm currently stuck as I'm trying to make a personal page with links to all of my other projects. The problem is that the project I'm trying to link to is not a part of the personal website itself. I'm sorry for my bad explanation in advance :laugh: I have a folder (personal page)...
  4. J

    HTML & CSS I can't get the unordered list

    I'm trying to make a unordered list, but it doesn't work. I think the problem comes from the css file. At first I thought the problem was from section, but then I decided to try only the code for the unordered list in a new blank html file where everything turned out as it should. At the moment...
  5. noturavgchristian

    HTML & CSS Help very confused just got into css.

    So I am working on a blogger template and I am having trouble lining the image with the header to the right. Sorry I am new to css I got most of the code from watching a youtuber. Thanks in advance. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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">...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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 : )
Back
Top Bottom