Posts

GYM (WEB) 2 HTML/CSS

  <! 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 > GOKU ARMY </ title >     < link href =" https://fonts.googleapis.com/css?family=Baloo+Bhai&display=swap " rel =" stylesheet "> </ head > < style >     body {         background-image : url ( " fgj.jpg " );         height : 1000px ;         width : 1200px ;     }     . left {         background-color : khaki ;         font-family : ' Baloo Bhai ' , cursive ;         position : absolute ;         left : 24px ;         top : 8px ;         display : inline-block ;     }     . left img {         width : 70px ;         height : 60px ;     }     . left h3 {         margi

GYM (WEB) HTML/CSS

  <! 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 > RGDAKV.SBN's GYM </ title > </ head > < link href =" https://fonts.googleapis.com/css?family=Baloo+Bhai&display=swap " rel =" stylesheet "> < link rel =" style sheet " href =" website2.css "> < style >     body {         font-family : ' Baloo Bhai ' , cursive ;         color : white ;         margin : 0px ;         padding : 0px ;         background : url ( pg.png );         height : 1255px ;         display : flex ;         flex-wrap : wrap ;     }     . left {         display : inline-block ;         /* border: 2px solid red; */         positio