Posts

Showing posts from July, 2018

Griding using HTML and CSS Rahul Kumar

<html> <head>    <title>Webpage With Style</title>      <style type="text/CSS">             #first-section{                 color:white;               background-color: black;             height:auto;              width:50%;              float: left;           }       #second-section{   color:white;               background-color: blue;             height:auto;            width: 50%;            height: 100%;              float:right;      ...