forked from Leia286/Leia286.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StarWars.html
25 lines (20 loc) · 1.11 KB
/
StarWars.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf=8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Leia286/RandomCSS/StarWars.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
body{background-color:black;}
.title{color:yellow; text-align:center;}
u,p {color:yellow; text-align:center;}
</style>
</head>
<body>
<u><h1 class= "title" class="sw-title-crawl">|Star Wars|</h1></u>
<p class="sw-crawl">May the Force be with you!</p>
</body>
</html>