Update index.php

This commit is contained in:
awesomeuser 2023-08-02 21:52:26 +00:00
parent 503969220f
commit ac3bb71bd8

View file

@ -21,6 +21,16 @@
resize: none; resize: none;
} }
input[type=submit] {
float: right;
width: 100px;
background: var(--accent);
color: white;
font-weight: 600;
border: none;
cursor: pointer;
}
.post { .post {
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
@ -31,7 +41,7 @@
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-shadow: 0px 0px 10px gray; box-shadow: 0px 0px 10px gray;
border-radius: 8px; border-radius: 4px;
overflow: hidden; overflow: hidden;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -62,23 +72,13 @@
color: var(--accent); color: var(--accent);
cursor: pointer; cursor: pointer;
} }
input[type=submit] {
float: right;
width: 100px;
background: var(--accent);
color: white;
font-weight: 600;
border: none;
cursor: pointer;
}
</style> </style>
</head> </head>
<body> <body>
<!-- header and options for making posts --> <!-- header and options for making posts -->
<div class="post"> <div class="post">
<h1 style="margin-bottom: 6px;"><span style="color: var(--accent);">furp</span>social</h1> <h1 style="margin-bottom: 4px;"><span style="color: var(--accent);">furp</span>social</h1>
<form method="post"> <form method="post">
<textarea id="body-input" name="body"></textarea> <textarea id="body-input" name="body"></textarea>