Posts

Image
  HOW TO CREATE CHESS BOARD USING HTML    AND  CSS SOURCE CODES:-
Image
How To Create Login Page Using HTML  And CSS source code for css .rr {      width :  320px ;      height :  400px ;      background :  #000 ;      color :  #fff ;      position :  absolute ;      top :  26% ;      left :  38% ;      padding : 50% , 10px  ;      text-align : center ;      letter-spacing :  1px ;      } .rr   input [ type = "number" ],[ type = "email" ] {       background :  transparent ;      border-bottom :  1px   solid   #fff ;      color :  #fff ;      height :  25px ;      width :  80% ;      outline :  none ;    ...
Image
HOW TO CREATE FORM USING HTML(INCLUDE CSS) to create this login pag e you need html and css code.the required code is below this is for html ! DOCTYPE   html > < html   lang = "en" > < head >      < title > Registration Form  </ title >      < link   rel = "stylesheet"   href = "style.css" > </ head >     < body >          < div   class = "loginbox" >           < img   src = "j.jpg"   class = "j" >             < form   style = " text-align: center; " >                 < p >< u >< i >< b > LOGIN </ b ></ i ></ u >   </ p >      ...