Reformat functions
This commit is contained in:
@@ -41,7 +41,6 @@ form, .email-output {
|
||||
padding: 25px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
||||
margin-top: 20px;
|
||||
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
|
||||
}
|
||||
@@ -178,6 +177,19 @@ button + button {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.auth-box input{
|
||||
padding: 8px 12px;
|
||||
border-radius:4px;
|
||||
outline:none;
|
||||
border: 1px solid #c7c7c7;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.auth-box input:focus{
|
||||
box-shadow: 0px 0px 5px -1px #007bff;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
/* Navbar styling */
|
||||
.navbar {
|
||||
display: flex;
|
||||
@@ -187,6 +199,7 @@ button + button {
|
||||
padding: 15px 30px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.navbar .logo {
|
||||
|
||||
@@ -18,6 +18,7 @@ include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');
|
||||
<option value="formal">Formal</option>
|
||||
<option value="casual">Casual</option>
|
||||
<option value="persuasive">Persuasive</option>
|
||||
<option value="angry">Angry</option>
|
||||
</select><br><br>
|
||||
|
||||
<label for="language">Language:</label>
|
||||
|
||||
Reference in New Issue
Block a user