Version - 1 - 1-38
This commit is contained in:
42
Version - 11/style.css
Normal file
42
Version - 11/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
body {
|
||||
font-size: 15pt;
|
||||
}
|
||||
#unpressed{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
|
||||
|
||||
}
|
||||
#pressed{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
visibility: hidden;
|
||||
}
|
||||
#button1{
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -150px 0 0 -150px;
|
||||
}
|
||||
#reset{
|
||||
user-select: none;
|
||||
width: 75px;
|
||||
height: 50px;
|
||||
background-color: darkred;
|
||||
color: #ffffff;
|
||||
}
|
||||
#buydog{
|
||||
user-select: none;
|
||||
width: 180px;
|
||||
height: 50px;
|
||||
background-color: wheat;
|
||||
}
|
||||
#buycat{
|
||||
user-select: none;
|
||||
width: 180px;
|
||||
height: 50px;
|
||||
background-color: darkgray;
|
||||
}
|
||||
Reference in New Issue
Block a user