-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcameron.html
29 lines (26 loc) · 1.05 KB
/
cameron.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
26
27
28
29
<!DOCTYPE html>
<hmtl lang="en">
<head>
<title>Cameron's Page</title>
<link rel="stylesheet" href="/css/stylesheet.css">
</head>
<body>
<style>
html {
scroll-behavior: smooth;
}
body {
background-image: url("https://i.imgur.com/2gfwG.png");
background-size: 1440px 720px;
}
</style>
<h1 style="color:whitesmoke;font-size:60px;font-family:Impact;background-color:red;text-align:center;"
title="Welcome!">This is Cameron's page!</h1>
<h2 style="color:red;background-color:black;font-family:fantasy;text-align:center;font-size:30px;">About me</h2>
<p style="background-color:white;border-style:dashed;border-color:tomato;font-family:Arial;"> Hi I'm
<b>Cameron.</b><br>I am currently trying to learn HTML.
</p>
<marquee behavior="scroll" scrollamount="15" direction="right" style="font-family:Impact;"> I am a swine.
(Thanks Jamie)</marquee>
</body>
</hmtl>