changes to register.css

This commit is contained in:
th3keyboard 2024-10-09 18:49:48 -05:00
parent 094d5ef9af
commit 1fb1b8ffde
2 changed files with 46 additions and 6 deletions

View file

@ -1,5 +1,47 @@
:root {
--utsa-orange: #f15a22;
--utsa-blue: #0c2340;
}
html {
background-color: var(--utsa-orange);
}
#rform { #rform {
border-radius: 10px; border-radius: 10px;
padding: 10px; border: solid var(--utsa-orange) 2px;
background-color: orange; margin: 100px;
padding: 30px;
background-color: white;
}
#formbg {
background-color: var(--utsa-orange);
}
#h3bg {
background-color: var(--utsa-blue);
}
h3 {
border-radius: 10px;
padding: 20px;
margin: 10px;
background-color: var(--utsa-blue);
color: var(--utsa-orange);
font-size: 40px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.form-label {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.form-control {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.form-text {
padding: 3px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
} }

View file

@ -10,10 +10,8 @@
<link href="./register.css" rel="stylesheet"> <link href="./register.css" rel="stylesheet">
</head> </head>
<body> <body>
<!-- <div class="d-flex justify-content-xxl-center" style="background-color: #0C2340; color:#f15a22; font-weight: 900; font: x-large;"><h1>UTSA PLACE</h1></div> --> <div id="h3bg" class="d-flex justify-content-center"><h3 id="r">Registration</h3></div>
<br> <div id="formbg" class="d-flex p-2 justify-content-center align-items-center">
<div class="d-flex justify-content-center"><h3>Registration</h3></div>
<div class="d-flex p-2 justify-content-center align-items-center">
<form id="rform" method="post"> <form id="rform" method="post">
<div class="mb-3"> <div class="mb-3">
<label for="email" class="form-label">Email address</label> <label for="email" class="form-label">Email address</label>