11-12-2015, 12:03 PMCarpesir Wrote: 11-12-2015, 11:53 AMNever Wrote: 11-12-2015, 09:59 AMCarpesir Wrote: 11-12-2015, 12:35 AMNever Wrote: that css is so messy oh my god Also: display:block on #boxlink Should be removed. Works then. I am pretty new to HTML/CSS, any tips especially for this code to make it less messy? Also, thanks a lot! It really fixed it (: I guess it comes down to preference, I learned to write it like this: Code:html element { background color: #fff; border: 1 px solid black; etc.. } Next thing { .... }Is alot less messy if you ask me. True it's less messy, but it makes the code really long :c
11-12-2015, 11:53 AMNever Wrote: 11-12-2015, 09:59 AMCarpesir Wrote: 11-12-2015, 12:35 AMNever Wrote: that css is so messy oh my god Also: display:block on #boxlink Should be removed. Works then. I am pretty new to HTML/CSS, any tips especially for this code to make it less messy? Also, thanks a lot! It really fixed it (: I guess it comes down to preference, I learned to write it like this: Code:html element { background color: #fff; border: 1 px solid black; etc.. } Next thing { .... }Is alot less messy if you ask me.
11-12-2015, 09:59 AMCarpesir Wrote: 11-12-2015, 12:35 AMNever Wrote: that css is so messy oh my god Also: display:block on #boxlink Should be removed. Works then. I am pretty new to HTML/CSS, any tips especially for this code to make it less messy? Also, thanks a lot! It really fixed it (:
11-12-2015, 12:35 AMNever Wrote: that css is so messy oh my god Also: display:block on #boxlink Should be removed. Works then.
html element { background color: #fff; border: 1 px solid black; etc.. } Next thing { .... }
Loading Info...