master
ZiYi 4 years ago
parent a696b74852
commit 0381a848f2

@ -23,9 +23,9 @@ input[type="number"] {
h1{ h1{
margin: 10px; margin: 10px;
padding: 5px; padding: 5px;
width: 50%; width: 80%;
position: relative; position: relative;
left: 25%; left: 10%;
border-top: 1px solid #bbcdc5; border-top: 1px solid #bbcdc5;
border-left: 1px solid #bbcdc5; border-left: 1px solid #bbcdc5;
box-shadow: 4px 4px 5px #888888; box-shadow: 4px 4px 5px #888888;
@ -33,7 +33,7 @@ h1{
ul{ ul{
display: block; display: block;
height: 50%; height: 50%;
min-width: 500px; min-width: 800px;
max-width: 50%; max-width: 50%;
position: relative; position: relative;
left: 25%; left: 25%;
@ -64,7 +64,7 @@ li{
display: block; display: block;
margin: 10px; margin: 10px;
padding: 10px; padding: 10px;
height: 15%; height: 150px;
text-align: center; text-align: center;
font-size: large; font-size: large;
font-weight: bold; font-weight: bold;
@ -97,13 +97,14 @@ li{
} }
.btnn,.btnn2{ .btnn,.btnn2{
width: 100px; width: 100px;
height: 50px; height: 25px;
font-size: large; font-size: large;
font-weight: bold; font-weight: bold;
background: #f3f9f1; background: #f3f9f1;
outline: none; outline: none;
border: #c2ccd0; border: #c2ccd0;
box-shadow: 4px 4px 5px #888888; box-shadow: 4px 4px 5px #888888;
text-align: center;
} }
#time{ #time{
display: inline-block; display: inline-block;

Loading…
Cancel
Save