AAEO.io/views/assets/style/main.css

36 lines
538 B
CSS
Raw Normal View History

2019-08-02 13:58:34 +00:00
body{
cursor:cell;
}
2019-07-28 21:33:48 +00:00
.cursor {
position: absolute;
background: black;
2019-08-02 13:58:34 +00:00
width: 5px;
height: 5px;
2019-07-28 21:33:48 +00:00
border-radius: 10px;
text-align: center;
}
.cursor h1 {
position: relative;
text-align: center;
margin-top: 20px;
font-size: 1vw;
color: gray;
}
.scoreboard{
background: rgba(34,34,34,0.2);
position: absolute;
top: 0px;
right: 0px;
2019-08-02 13:58:34 +00:00
}
.target{
position: absolute;
background: green;
width: 40px;
height: 40px;
border-radius: 40px;
text-align: center;
2019-07-28 21:33:48 +00:00
}