Line 36: | Line 36: | ||
} | } | ||
+ | |||
+ | .box-1{ | ||
+ | background-color:navy blue; | ||
+ | |||
+ | } | ||
+ | |||
+ | .container{ | ||
+ | width: 80%; | ||
+ | margin:auto; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<br> | <br> | ||
+ | <div class="container"> | ||
+ | <div class="box-1"> | ||
<h1> Hello Darkness my old friend </h1> | <h1> Hello Darkness my old friend </h1> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 15:56, 11 June 2018
<!DOCTYPE html>