You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
510 B
37 lines
510 B
5 months ago
|
/*
|
||
|
Alex Miller
|
||
|
Jordan Latimer
|
||
|
|
||
|
CSS for Add Flag popup window
|
||
|
*/
|
||
|
|
||
|
#FlagInputs {
|
||
|
text-align: center;
|
||
|
background-color: lightgreen;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
#Submit {
|
||
|
text-align: center;
|
||
|
justify-items: center;
|
||
|
}
|
||
|
button {
|
||
|
font-weight: bold;
|
||
|
height: 15%;
|
||
|
width: 20%;
|
||
|
}
|
||
|
|
||
|
#flagName {
|
||
|
background-color: lawngreen;
|
||
|
}
|
||
|
select {
|
||
|
display: inline-block;
|
||
|
width: 170px;
|
||
|
margin: 10px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
option {
|
||
|
text-align: center;
|
||
|
}
|