Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -28,6 +28,11 @@
|
|
28 |
height: 100%;
|
29 |
border: none;
|
30 |
}
|
|
|
|
|
|
|
|
|
|
|
31 |
</style>
|
32 |
</head>
|
33 |
<body>
|
|
|
28 |
height: 100%;
|
29 |
border: none;
|
30 |
}
|
31 |
+
body > p {
|
32 |
+
width: 80%; /* Makes the paragraph take up 80% of the body's width */
|
33 |
+
margin: 0 auto 20px auto; /* Horizontally centers the paragraph and gives it a bottom margin */
|
34 |
+
text-align: center;
|
35 |
+
}
|
36 |
</style>
|
37 |
</head>
|
38 |
<body>
|