Advertisement
Guest User

GORDA DA CARLA

a guest
May 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. html{
  4. background-color:orange;
  5. }
  6.  
  7. h1{
  8. font-weight: bold;
  9. font-size:35px;
  10. text-align: center;
  11. }
  12.  
  13. h2{
  14.  
  15. <!DOCTYPE html>
  16. <html lang="pt">
  17. <head>
  18. <metacharset="utf-8"/>
  19. <title> Pizza Order Form </title>
  20. <link rel="stylesheet" type="text/css" href="style.css">
  21. </head>
  22. <body>
  23. <h1> Pizza Order Form </h1>
  24. <p> Customer name: </p>
  25. <input type="text" name="nome"size="40">
  26. <br>
  27. <h2> Pizza choise </h2>
  28. <img src="BIG ITALY.jfif" alt:Big Italy>
  29. <br>
  30. <img src="Meat Lover.jfif" alt:Meat Lover>
  31. <br>
  32. <img src="VEGGIE.jfif" alt:VEGGIE>
  33. <br>
  34. <h3> <input type="submit" value="Submeter"> <input type="clean" value="Limpar"> </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement