Search results

  1. K

    Centering in a reset...not sure what to do.

    real talk: this makes it really difficult to be a part of this community because you're the main guy here and most newbs post their stuff on codepen and jsfiddle because no newbs are not working with real urls yet. I don't have a url for you - i've posted the file and the link to the codepen...
  2. K

    Centering in a reset...not sure what to do.

    Noted. When I change the gallery-div to have a width of 99%, it still seems lopsided to the left. Why?
  3. K

    Centering in a reset...not sure what to do.

    Hey, Need help figuring out how to center the gallery in this project. It's set using a reset css. I tried setting it in another div, but to no avail. I've attached the file, and here's the link: http://codepen.io/kitteryk_novask/pen/gmNLwg , so whichever you feel like working with. Let me know.
  4. K

    Need help with grid sizing

    I just added overfloiw to .col, seems to work great. Thanks again!
  5. K

    Need help with grid sizing

    you're a beast; the height made it work perfectly! and fyi, if you want to listen to some funny shit, check out mitch hedberg. his jokes are really funny. Thanks for the tip on posting code. In this case, do I need to apply overflow property to the class .col or to the elements inside .col?
  6. K

    Need help with grid sizing

    There you go. I didn't know how to post code here, so I improvised.
  7. K

    Need help with grid sizing

    /********************** Base Styles **********************/ * { box-sizing: border-box; } body { font-family: 'Open Sans', sans-serif; line-height: 1.6em; } body, a { color: #36424A; } p { font-size: .95em; } h1, h2, h3, .tagline { font-family: 'Lora', serif; } h1 {...
  8. K

    Need help with grid sizing

    <head> <title>Elements of Design by Kitteryk Novask</title> <link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700|Open+Sans:400,400i,700" rel="stylesheet"> </head> <body> <header class="main-header"> <div class="container clearfix"> <h1 class="name"><a...
  9. K

    Need help with grid sizing

    I have some real hosting through godaddy, but I haven't uploaded this document. And, I'm not too comfortable with uploading it so it may be a day or two.
  10. K

    Need help with grid sizing

    Lol. Is this a Mitch Hedberg joke? I mean some text takes up more lines than others which affects the div boxes, and makes for the lopsided grid.
  11. K

    Centering Footer

    You mean set a div around just inside the footer and center it with margin: 0 auto? Btw, just used your Karma Sutra of CSS to solve a problem, so thanks :)
  12. K

    Need help with grid sizing

    Hey, my grid's acting funny because not all text is equal. Was thinking maybe a clearfix would fix this, but wanted to see what you all have to say. Mind checking out my pen? http://codepen.io/kit_navo/pen/EWOojV
  13. K

    Centering Footer

    Hey guys, I need some help centering this footer. I apologize about the mess as I took it from another pen. In case, I need help centering the footer content. I tried nesting it inside of another div but didn't seem to work correctly. Mind taking a look? http://codepen.io/kit_navo/pen/vxQOME...
  14. K

    Your impression of Picasso One-liners Gallery

    Yeah, really like this as an experience. perhaps including a bit more information to provide context for either each individual piece or all of them as a whole as you go through them would be good.
  15. K

    Any Help Or Ideas Apprecitated

    I like your hero image The home page rocket images are hard to read - meaning I'm missing part of your pitch completely The video is pretty good The start to finish image looks sort of like a graph, not a timeline (until I noticed start in the very small part of the screen). Read as a graph...
  16. K

    What do your think about the following LandingPage?

    Hi my name is Kit. First time posting here. Chrishirst - agree with his comments. Would only give it a 6 out of 10 though for design. and a 2 out of 10 for marketing. At least both of our numbers add up to 8...right? Not a fan of big headers full of whitespace - it doesn't really provide any...
Top