Styling select
This commit is contained in:
@@ -175,7 +175,11 @@
|
||||
animation: fadein 0.5s, fadeout 0.5s 2.5s;
|
||||
}
|
||||
|
||||
#semesters {}
|
||||
#semesters {
|
||||
padding: 5px;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadein {
|
||||
from {
|
||||
|
||||
@@ -56,8 +56,8 @@ $(function () {
|
||||
<ul class=description id="description" style="list-style-type:disc"></ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class=card >
|
||||
<select id="semesters">
|
||||
<div class=card style='text-align:center'>
|
||||
<select id="semesters" style='text-align-last:center;'>
|
||||
</select>
|
||||
<div id="chartcontainer" class=cardcontainer>
|
||||
<div id=chart></div>
|
||||
|
||||
Reference in New Issue
Block a user