--- /dev/null
+body {
+ background-color: #7fa99b;
+}
+form {
+ width: min(400px, 100%);
+}
+fieldset {
+ background-color: #f1d18a;
+ display: flex;
+ flex-direction: column;
+ row-gap: 5px;
+}
<!DOCTYPE html>
<html>
<meta name='viewport' content='width=device-width'>
+<link rel='stylesheet' href='gym.css'>
<head>
<style>
- body {
- background-color: #7fa99b;
- }
- form {
- width: min(400px, 100%);
- }
- fieldset {
- background-color: #f1d18a;
- display: flex;
- flex-direction: column;
- row-gap: 5px;
- }
label {
column-gap: 5px;
display: flex;
<!DOCTYPE html>
<html>
<meta name='viewport' content='width=device-width'>
+<link rel='stylesheet' href='gym.css'>
<head>
<script>
window.onbeforeunload = function (event) {
}
</script>
<style>
- body {
- background-color: #7fa99b;
- }
- form {
- width: min(400px, 100%);
- }
fieldset {
- background-color: #f1d18a;
- display: flex;
- flex-direction: column;
- row-gap: 5px;
margin: 5px 0;
}
</style>