timer done

This commit is contained in:
2022-02-18 11:26:42 +01:00
parent 2d517961a9
commit 57ea676b77
3 changed files with 51 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ body{
color: yellow;
}
li{
#nav-item li{
list-style-type: none;
float: left;
padding: 1%;
@@ -13,14 +13,14 @@ ul{
/*margin-left: 20%;*/
}
li{
#nav-item li{
border-right: 1px solid white;
}
li:first-child{
#nav-item li:first-child{
border-left: 1px solid white;
margin-left: 20%;
}
li:last-child{
#nav-item li:last-child{
border-right: 1px solid white;
}
@@ -31,6 +31,25 @@ nav{
width: 100%;
}
#counter li{
float: left;
list-style-type: none;
font-size: 30px;
padding-left: 2%;
}
#counter h1{
margin-left: 1%;
}
#nap{
margin-left: 5%;
}
#timer{
margin-left: 25%;
}
.kep{
margin-left: 13%;
}