Compare commits
No commits in common. "3db8f34e5349a9a8c08b0811903e87940fb4ed8b" and "b21202497fbc7aa8a221fe8c4b060f2eb0a22657" have entirely different histories.
3db8f34e53
...
b21202497f
|
@ -3,44 +3,4 @@
|
||||||
@import url("./layout.css");
|
@import url("./layout.css");
|
||||||
@import url("./colors.css");
|
@import url("./colors.css");
|
||||||
@import url("./fonts.css");
|
@import url("./fonts.css");
|
||||||
@import url("./ux.css");
|
@import url("./ux.css");
|
||||||
|
|
||||||
|
|
||||||
input[type=text] {
|
|
||||||
border: 5px solid var(--black);
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: var(--white);
|
|
||||||
font-family: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
select#lang {
|
|
||||||
border: 5px solid var(--black);
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: var(--white);
|
|
||||||
font-family: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=submit] {
|
|
||||||
border: 5px solid var(--black);
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 0px;
|
|
||||||
background-color: var(--black);
|
|
||||||
color: var(--white);
|
|
||||||
font-family: inherit;
|
|
||||||
font-weight: inherit;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
|
|
||||||
}
|
|
|
@ -4,8 +4,4 @@ a {
|
||||||
|
|
||||||
input, select {
|
input, select {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
}
|
|
@ -13,7 +13,7 @@
|
||||||
<main class="homepage">
|
<main class="homepage">
|
||||||
<h1>Y2TPrompt</h1>
|
<h1>Y2TPrompt</h1>
|
||||||
<form method="post" action="handler.php">
|
<form method="post" action="handler.php">
|
||||||
<input type="text" placeholder="YouTube URL" id="url" name="url">
|
<input type="text" placeholder="YouTube URL" id="url" name="url"><br>
|
||||||
<select id="lang" name="lang">
|
<select id="lang" name="lang">
|
||||||
<option value="en">EN</option>
|
<option value="en">EN</option>
|
||||||
<option value="fr">FR</option>
|
<option value="fr">FR</option>
|
||||||
|
|
Loading…
Reference in New Issue