styling for form page

parent a75aec84
@font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.content { .content {
font-family: Khula; font-family: Khula;
} }
...@@ -50,9 +59,29 @@ ...@@ -50,9 +59,29 @@
.table-links { .table-links {
text-decoration: none; text-decoration: none;
transition: .2s ease-in-out; transition: .2s ease-in-out;
display:inline-block;
} }
.table-links:hover { .table-links:hover {
font-size: 25px; font-size: 25px;
font-weight: 700; font-weight: 700;
}
.new-user-link {
text-decoration: none;
font-family: Oxygen;
color: black;
font-size: 1.5em;
padding: 10px;
width: fit-content;
transition: 0.2s ease-in-out;
}
.new-user-link:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
form {
font-size:1.5em;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment