Posts

Glowing-Log-in-window-in-Pure-html-css #30

  <!DOCTYPE html > < html lang =" en " > < head > < meta charset =" UTF-8 " > < meta http-equiv =" X-UA-Compatible " content =" IE=edge " > < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " > < title > login </ title > < style > * { position : absolute; } html , body { width : 100 % ; height : 100 % ; /* background-color: rgb(0, 0, 0); */ background-color : whitesmoke; margin : 0 px ; padding : 0 px ; } . backside { margin : 0 px ; width : 400 px ; height : 700 px ; transform : translate ( -50 % , -50 % ); left : 50 % ; top : 50 % ; background-color : rgb ( 255 , 255 , 255 ); b