ECC
Ebony's Website
by Ebony McCoy
HTML
<http>
<h1>
<header>Ebony's Cyber Center</header>
</h1>
<h2>
Technical Support and PC Repair
</h2>
<style>
<body>
background-image: url('https://drive.google.com/drive/u/0/folders/1a6IfteGDw45jwNCHFO2NvWG9by_a8yUL');
</body>
</style>
</http>
CSS
.header {
background-color: #F1F1F1;
text-align: center;
padding: 20px;
}
body{
background-color: black;
}
h1{
color: white;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
h2{
color: white;
font-family: Arial, Helvetica, sans-serif;
}