Files
IWD2-01/INFO-1252 (Front End Dev)/Labs/Lab-3/style.css
2025-12-18 22:14:29 -05:00

172 lines
2.7 KiB
CSS

<<<<<<< HEAD
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f9fafc;
color: #333;
}
img {
display: block;
margin: 0 auto 10px auto;
border-radius: 8px;
}
h1 {
text-align: center;
color: #2a6ebb;
margin-bottom: 5px;
}
h2 {
text-align: center;
color: #555;
}
fieldset {
border: 1px solid #ccc;
border-radius: 8px;
padding: 15px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
legend {
font-weight: bold;
color: #2a6ebb;
}
label {
display: inline-block;
width: 180px;
margin: 6px 0;
}
input, select, textarea {
padding: 6px;
margin: 4px 0;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
padding: 8px 16px;
margin: 5px;
border: none;
border-radius: 6px;
background-color: #2a6ebb;
color: #fff;
cursor: pointer;
}
button:hover {
background-color: #1d4f88;
}
footer {
text-align: center;
margin-top: 30px;
font-size: 0.9em;
color: #777;
}
@media (max-width: 880px) {
input[type="radio"] + label {
display: inline-block;
margin-right: 10px;
width: auto;
white-space: nowrap;
}
input[type="radio"] {
display: inline-block;
margin-right: 4px;
}
=======
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f9fafc;
color: #333;
}
img {
display: block;
margin: 0 auto 10px auto;
border-radius: 8px;
}
h1 {
text-align: center;
color: #2a6ebb;
margin-bottom: 5px;
}
h2 {
text-align: center;
color: #555;
}
fieldset {
border: 1px solid #ccc;
border-radius: 8px;
padding: 15px;
margin-bottom: 20px;
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
legend {
font-weight: bold;
color: #2a6ebb;
}
label {
display: inline-block;
width: 180px;
margin: 6px 0;
}
input, select, textarea {
padding: 6px;
margin: 4px 0;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
padding: 8px 16px;
margin: 5px;
border: none;
border-radius: 6px;
background-color: #2a6ebb;
color: #fff;
cursor: pointer;
}
button:hover {
background-color: #1d4f88;
}
footer {
text-align: center;
margin-top: 30px;
font-size: 0.9em;
color: #777;
}
@media (max-width: 880px) {
input[type="radio"] + label {
display: inline-block;
margin-right: 10px;
width: auto;
white-space: nowrap;
}
input[type="radio"] {
display: inline-block;
margin-right: 4px;
}
>>>>>>> a2ad5843006c62096be10203d3f91faa39f365fb
}