Skip to content

Commit

Permalink
Update CSS-Home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Leia286 authored Sep 12, 2021
1 parent 71b1981 commit 7cf04b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CSS-Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&family=Source+Code+Pro:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Leia286/RandomCSS/Night1.css" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
Expand All @@ -17,6 +20,8 @@
.center{
text-align:center;
}
code{font-family: 'Source Code Pro', monospace;}
h1,small{font-family: 'Roboto', sans-serif;}
*/ </style>
<meta charset="utf-8">
<title>Random CSS</title>
Expand Down

0 comments on commit 7cf04b9

Please sign in to comment.