We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa66569 + 2737119 commit 80940d0Copy full SHA for 80940d0
2 files changed
index.css
@@ -0,0 +1,9 @@
1
+.info-div{
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+}
6
+.info-p{
7
+ color: cadetblue;
8
+ font-size: xx-large;
9
index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Document</title>
+ <link rel="stylesheet" href="index.css">
+</head>
+<body>
10
+ <div class="info-div">
11
+ <p class="info-p">Git Branch test but soon this page will be exxon game studios site</p>
12
+ </div>
13
+
14
+</body>
15
+</html>
0 commit comments