Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

css html

  1. B

    HTML & CSS Variable div height

    I am trying to code a few divs to look like a column chart. I have the following requirement Parent div height is 480px for desktop, mobile will be 280px Max data will be 100. When rendering this chart, data will be passed in, and the height of the child will be based on the data passed in. For...
  2. anzarali

    Review My website Structure and Design

    Hey, In this website html and css were written by default as it was created on wordpress css. I want you to suggest how can I make my website more attractive and organized. My coder will edit code in the theme file editor of wordpress. I provide stove repair service in dallas tx
  3. cmcp

    Removing Form Field Selection Properties In CSS

    I am pretty new to CSS and I'm using it to style a basic HTML form with 2 form fields and a submit button. By default, when the form fields (and submit button) are selected (using the Tab button) they are "highlighted" by a thick black border. How can this attribute be removed so that it...
  4. N

    CSS/HTML Rotating Text

    Hello, i need help with my rotating text code. i have hidden the overflow so the text to dont be misplaced but it does not show all text when rotating (its shortening it). Is there any way to show all text and for it not to be misplaced? Also how i can remove the big gap between the first and...
  5. L

    HTML & CSS How to add a description in the center frame every time you click on a tab above

    Hi, I built this portal for online courses. I can only use HTML and CSS without scripts. Could you help me add a description in the center frame when you click on each tab from above without clicking on the side buttons that have each one? Thanks in advance...
  6. T

    use <div> as a second <body> element to work on webpage

    This is how my website is looking at the moment, just under the menu there are the following text Sun,Mon....... I need this to be at the left side bottom. I already using <body> elemeny, so cannot use it twice, but it needs a <body> element (cannot change the first body element> so I try to...
  7. 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...
  8. T

    HTML & CSS Bootsrap has me totally confused on how it work

    I have a webpage, with data in sql, it dit worked ,but I have added new version of bootstrap. I can not get some info to show correctly at the moment, needs some help from people that know it more than I do. I have a drop down icon, now it show twice, and must be only show 1 of them <head>...
  9. 220061

    HTML & CSS grid styling items from store

    I have been trying to style the items from my store right now I have this code <style> header{ background-image: url("brood.jpg"); } body { font-family: Arial, Helvetica, sans-serif; font-size: 20px; } section{...
Back
Top Bottom