summaryrefslogtreecommitdiff
path: root/web_page/main.css
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2025-08-10 17:11:33 -0300
committerleo <leo@azuminha.com>2025-08-10 17:11:33 -0300
commit99d527a5d16e84fa2fe7d20b2f94e7274e4ab3bf (patch)
tree20ecd3725f0d64fe8815310a587a85b8b3686609 /web_page/main.css
parent5fc7e375af36e9fea450714731c6e07d033a041a (diff)
pagina
Diffstat (limited to 'web_page/main.css')
-rw-r--r--web_page/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/web_page/main.css b/web_page/main.css
new file mode 100644
index 0000000..8d0e985
--- /dev/null
+++ b/web_page/main.css
@@ -0,0 +1,15 @@
+div {
+ margin: auto;
+ width: 350px;
+ border: 3px solid purple;
+ padding: 10px;
+ text-align: center;
+}
+p{
+ margin: auto;
+ margin-top: 5px;
+ width: 350px;
+ border: 3px solid purple;
+ padding: 10px;
+ text-align: center;
+} \ No newline at end of file