D1

HTML
<html> <head> <title>Doctor Who</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merienda"> <style> html,body,h1,h2,h3,h4,h5,h6 {font-family: 'Merienda', cursive;} </style> <body class="w3-light-grey"> <div class="w3-content w3-margin-top" style="max-width:1600px;"> <div class="w3-row-padding"> <div class="w3-twothird"> <div class="w3-container w3-card w3-white w3-margin-bottom"> <h2></h2> </div> </div> </div> </div> </body> </html>
CSS
JAVASCRIPT
Expand for more options Login