-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyling.html
41 lines (35 loc) · 991 Bytes
/
styling.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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Styling of The Q</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="The Q">
<meta name="description" content="A personal collection of media that can be ran on Nintendo browsers.">
<meta content="https://q.gemdation.com" property="og:url" />
<meta content="#5272a1" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="q.css">
<style>img {border-style: solid;}</style>
</head>
<body>
<h1>Styling of The Q</h1>
<p>I use <mark>#5272A1</mark> and the Verdana font as the main design of this website.</p>
<img src="img/button.png">
<br>
Button
<br>
88x31
<br>
<a href="img/button.png" download><button>Download</button></a>
<br>
<br>
<img src="img/binkie.png">
<br>
Binkie
<br>
150x20
<br>
<a href="img/binkie.png" download><button>Download</button></a>
</body>
</html>