UNPKG

davvead

Version:

A light-weight framework that will beautify your JavaScript learning experience and challenge you to master CSS.

16 lines 480 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- CDN Link --> <link rel="stylesheet" href="style/style.css"> <title>BaseCSS</title> </head> <body> <div class="container"> <h1 class="font-center main-heading fw-thick font-blue mt-4">Go Hard with BaseCSS!</h1> </div> </body> </html>