Monday, 28 October 2019

Post heading using html and css

Design 20 Post Heading Using HTML and CSS 




<!DOCTYPE html>
<html>
<style>
div {
  border: 1px solid violet;
  background-color: #c472c0;
  padding: 100px;
  font-size:40px;
  text-align: center;
  color:white;
  font-weight: bold;
}
</style>
<body>
<div>Hello guys!What is the
<br>best library to send<br> mail in nodejs</div>


</body>

</html>


RUN CODE

No comments:

Post a Comment