HTML5 and CSS3 Playground Online Template

Code, Debug, Demo and Learn Easy & Fast with HTML5 CSS3 Playground Online

console.log('It shows results as you type')
<h1>Hi friend, try edit me!</h1>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
body {
  font-family: 'Roboto', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 30px;
  background: #65a30d;
  color: white;
}