Monday, May 20, 2019

56 CSS boxes?

File is: 56.html

Code is:

<!DOCTYPE html>
<html>
<head>
<style>
div {
  background-color: lightgrey;
  width: 300px;
  border: 15px solid green;
  padding: 50px;
  margin: 20px;
}
</style>
</head>
<body>


<div>This text <del>is the content of the box.</del>Dunedin is cold: the wind is cold. The rain is cold. The hail is cold. Bugger this for a joke; I'm moving to Invercargill</div>

</body>
</html>

No comments:

Post a Comment