Search
 
SCRIPT & CODE EXAMPLE
 

HTML

split screen html

#col-1 {
  position: fixed;
  width: 50%;
  float: left;
  height: 100%;
  background-color: #282828;
  z-index: 1010101010
}

#col-2 {
  position: fixed;
  width: 50%;
  float: right;
  height: 100%;
  background-color: #0080ff;
  z-index: 1010101010
}
Comment

PREVIOUS NEXT
Code Example
Html :: make flex scroll on overflow horizontal 
Html :: simple html dom 
Html :: html make text bold 
Html :: lxml.html get element by id 
Html :: the <video tag 
Html :: angular nested if else 
Html :: open html file in localhost 
Html :: les cercle en html 
Html :: html textarea auto height to amount of text 
Html :: html radio button 
Html :: same form two submits 
Html :: bootstrap hamburger 
Html :: how to use font awesome icons in html 
Html :: best free html video player 
Html :: large text class 
Html :: html cite 
Html :: html how to hide and show multiple 
Html :: html center text 
Html :: html extarea line break 
Html :: nested list html 
Html :: form bootstrap email addres 
Html :: underline code 
Html :: html make card 
Html :: shopify random number 
Html :: bootstrap 4 flex 
Html :: coreui padding 
Html :: common web server ports 
Html :: routerLinkActive in dropdown main text 
Html :: Adding multiple class using ng-class 
Html :: twig last 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =