feat(monogram): background styles

main
steven 2020-12-21 09:35:44 -05:00
parent 3ed28b2162
commit b4781a77a6
3 changed files with 13 additions and 0 deletions

Binary file not shown.

View File

@ -10,6 +10,19 @@
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<style type="text/css">
/* background */
body {
background-image: url(monogram.gif);
background-color: #463731;
background-position: center;
background-repeat: repeat;
color: #fff;
text-shadow: 1px 1px #000;
}
</style>
</head>
<body>

BIN
public/monogram.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB