feat(monogram): background styles
parent
3ed28b2162
commit
b4781a77a6
Binary file not shown.
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue