Menu
Noir Vortex
  • About
  • Writing
    • Prose and short stories
    • Theory
    • iC0de Articles
    • Poetry
    • Cultural Review
    • Scientific Theories
  • Audio Stories
  • Books
  • Media
    • Funny Philosophy [Video Series]
    • The Tunnel Art Manifesto [Film]
    • The Artist Engineer Manifesto [Film]
    • Clockwork Hearts Film
    • Ivory Tower Dream Tome [Poetry Film]
    • Live Mixes
    • Music
  • Twine Games
  • Blog
  • Contact me
Noir Vortex

CSS for Strip Resize

/*Classes to add scrollmeny to div rowfluid */
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    top:0;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #e4bd78;
}

/*class for main content container div rowfluid for strip*/
.strip {
     /*Resize div to current viewport*/
    width:100%;
    height: auto;
    /*Positions content in center, add no repeat and fixed positioning*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
     /*Maintains position*/
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    
    text-align: center;
}

/*Image class to make image/s responsive within container rowfluid */
img.make-it-fit {
    position: relative;
    max-height: 99%;
    width: auto;
}

Tags

art beta bootstrap brokengod confessional counter-culture cybernetics design dev digital art electronic electronica engineer ethics evil film game game design game development gameguru games jinni lol music narrative philosophy podcast poetry prose questions sci-fi science science fiction short story technology theory the tunnel thinking tutorial twine video vlog web design Web Dev writing

Follow me on Twitter

My Tweets

Blog Stats

  • 6,110 hits

Recent Posts

  • Funny Philosophy – What is Cyberpunk ?
  • Philosophical Pessimism doesn’t have to make you a miserabilist
  • Thoughts on ‘Cancel Culture’
©2021 Noir Vortex | Powered by SuperbThemes & WordPress