Created
June 17, 2021 20:35
-
-
Save Joshix-1/53fa9219b62f30f08fc05d75f0b35892 to your computer and use it in GitHub Desktop.
Revisions
-
Joshix-1 created this gist
Jun 17, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ <!DOCTYPE html> <html> <head> <title>I use arch btw.</title> <meta property="og:title" content="Hi :)" /> <meta property="og:description" content="I use arch btw." /> <meta property="og:type" content="website" /> <style> html { background-color: #000; color: #1793d1; } center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } </style> </head> <body> <center> I use arch btw. </center> </body> </html>