This commit is contained in:
mileswa1q2
2023-11-16 16:05:24 +00:00
committed by GitHub
parent 70040e6cb8
commit 8af929b89d
2 changed files with 41 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
body {
background: #065A82;
}
p {
color: #02aefe;
}
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
}
a {
color: hotpink;
}
a:link, a:visited {
background-color: rgb(101, 90, 255);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(89, 252, 255);
}
.miles{
color: rgb(255, 255, 0);
text-align: center;
text-shadow: #065A82;
text-size-adjust: 15px;
}
+7
View File
@@ -0,0 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="/ecstra/ecsta.css">
<p class="miles">inpotend</p>
</head>
</html>