Welcome!

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

SignUp Now!

css

  1. 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...
  2. clizco

    CSS Problem with css

    Hello person who reads this, I hope you are well. I have a doubt with CSS, I have been working on a small project that I started recently I wanted to make a web page style with header, images and etc. But when I change the size of the header image it changes all the others. I would like to...
  3. TobiasDesigns

    HTML & CSS Looking on how to merge these two html codes. Every-time i try to merge them i mess up. Long question from very much beginner

    More info is on the bottom, im trying to merge 2 f2u templates together, specifically a snippet of one html onto another. And i am struggling tremendously, im sorry i have to put so many links, i really just cant share it all here :-: ive been looking for help and trying to fix it mysefl fir...
  4. WhateverBeach

    HTML & CSS Help me add an email link to a flying image, please.

    My CSS script: <div class="flier">{image 1 scale="140"}</div> <a href="[email protected]">Email me! target="_blank"&gt;{image 1}</a> I want to add the second-line link to the top line. As of now it just adds a new image. I have 0 coding knowledge. I am also doing this on cargo we builder.
  5. A

    HTML & CSS CSS last menu item float left

    can someone advise how to move the sub-menu drop menu to left, .header .menu > .menu-item { position: relative; display: inline-block; margin: 0 .75rem } .header .menu > .menu-item > a { display: block; font-family: inherit; font-size: 1rem; font-weight: 500...
  6. faustoffer

    HTML & CSS Optimization for different desktops

    Oh, hi guys, I'm beginner in programming on HTML,CSS and I have a some problems with my second try to do landing page. I was designed my own site on Figma with resolution 1600x900. In the process of layout when I check web version I have a such problem (check attachment) and I don't know how to...
  7. Thinas

    HTML & CSS CSS forms help

    I'm newbie in CSS and need to "copy" a model as exercise. I'm having trouble "setting up" the <forms>, because I want <label> above <input>. Thanks in advance. Expected: my output: my HTML code: <form method="post"> <label for="nome">Nome do Paciente</label> <input...
  8. 220061

    CSS grid to put all my divs next to each other?

    Hello I'm tring to put all my divs next to eachother currently my page looks like this there are a lot of these t=divs and I want to put them next to each other so I thought of using grid but that makes them like this: I'm not that good with grid so how should I be able to fix this. I have...
  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. K

    CSS Transparent background when top of screen

    I have a header bar, when my page loads of the page is scrolled to the top I want the background to be transparent so you can see the background hero image cleanly. As the user scrolls down I want the header bar to apply my background color. Is there a way you can do this in CSS or does it...
  11. TokyoNerd

    HTML & CSS Menu Bar Not Displaying Properly on Safari

    Below is the code I'm using to build a website. Everything looks great on every web browser except for Safari. The website is in both Japanese and English, and for whatever reason, the gray line underneath the menu bar isn't displaying properly on the Japanese version of the website when I test...
  12. Kaworu

    HTML & CSS I cannot center horizontally and display: table is not 100%

    Hi! :-) I am working on an element of a bigger page. I believe what's below is the complete minimal code of a solution, but it is not working. Basically, I have created a table in CSS (display: table) and I want for this whole table to be 100% of the width. I also wanna for elements withing...
  13. J

    CSS Why is "height: auto;" not working?

    Hi, Below I have some CSS which is displaying an image on my website however, if I set height to "auto", no image displays at all. It will only display if I set a px value. How can I get "height: auto;" to work? #my_image_div { max-width: 100%; height: auto; background-image...
  14. S

    CSS Help with CSS

    Hello I'm newbie at this. I have a problem. I have two boxes, when I change the screen size or I zoom on the page it desaligns and moves to another part of the page. What I have to do? This is my code: First box: .abt-me { position: relative; width: 800px; height: 250px...
  15. Q

    HTML & CSS Aligment icones of a website!

    Hi everyone, I'm making a personal website to promote my multimedia products, I really appreciate your help in clarifying the image doubt. So I also send my source code and I really appreciate your help with source code to help you with this question, please. So I also send my source code...
  16. 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...
  17. nil14

    Answered toggle bar not responding

    hey a total newbie to web development here , I'm just trying to create a "slide menu"/toggle bar(?) in which you get the item list when clicking the on the the 3 lines , anybody could tell me why it's not working for me ? I copied a code from a tutorial but I don't know how to fix the problem /...
  18. kevindougans

    CSS inline newsletter signup form on squarespace - CSS nightmare

    I'm trying to make a form all in one line instead of over multiple lines/height. It can be seen on https://grapefruit-crocodile-hdl3.squarespace.com/ (pwd: contagency) It's supposed to look the attached image, any pointers appreciated. I've got this far, so far: form { display: flex; }...
  19. C

    CSS Logo not showing

    Hi, I am facing an issue that i cant seem to work out. My logo does not appear in the top left. Instead it appears with a broken image sign and the page title. Any ideas of why this might be. I am using Asset clean up not sure if i may have messes up the coding there?
  20. 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...
Back
Top Bottom