Untitled
unknown
plain_text
2 years ago
671 B
4
Indexable
<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"> <link rel="stylesheet" href="homework3.css"> <title>homework3</title> </head> <body> <nav> <li> <ul> <a href="http://www.google.com">Google</a></a></ul> <ul><a href="http://facebook.com">Facebook</a></ul> <ul><a href="http://youtube.com">Youtube</a></ul> </li> </nav> </body> </html> ul{ display:inline-flex; margin: 77px } body{ margin: 0; background-image: url("img/html5-css3-hd.jpg") }
Editor is loading...