0

How can i improve in javascript??

<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> *{margin:0;padding:0;} .wrap{ width:300px; height:260px; margin:auto;} header{background:brown; width:300px; height:25px;} h4{font-size:14px; color:white; padding:5px 5px; font-weight:bold;} nav{background:orange; width:300px; height:20px;} nav ul{list-style:none; } nav ul li{float:left; width:65px; color:blue; font-size:5px; text-align:center; padding:5px; font-weight:bold;} nav ul li:hover{background:yellow; color:red; } main{ background:blue; } section { height:210px; width:190px; margin-left:5px; float:left; margin-top:2px;} .post{margin-bottom:10px; } .title p{background:brown; color:white; font-size:10px; padding:4px 3px; font-weight:bold; } .description{background:#f1f1f1; font-size:10px; padding:5px;} .description a{font-size:5px;} aside { height:210px; width:100px; float:left; margin-left:4px; } .right h2{font-size:12px; text-align:center; background:orange; margin-top:2px; color:green; font-weight:bold; margin-bottom:5px;} .latest

10th Jul 2018, 5:53 AM
Rezaul Karim
Rezaul Karim - avatar
2 Answers
0
Hi reza, All I see is CSS. Would you mind elaborating a bit more on your question?
11th Jul 2018, 3:28 AM
Janning⭐
Janning⭐ - avatar
0
no
11th Jul 2018, 4:12 AM
Rezaul Karim
Rezaul Karim - avatar