Misdew/app/stone-origami-sword/main.css
2022-07-20 09:19:00 -04:00

66 lines
1.2 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Dosis:400,700');
th {
width: 200px;
height: 200px;
padding: 10px;
border-radius: 100%;
}
img {
width: 200px;
height: 200px;
padding: 10px;
}
body {
background-color: #000000;
margin: 0px;
font-family: 'Dosis', sans-serif;
}
.title {
background-color: #000000 !important;
width: 100%;
margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
height: 70px;
padding: 0px;
text-align: center;
color: #333333;
font-size: 45px;
line-height: 60px;
font-family: 'Dosis', sans-serif;
}
#rock, #paper, #scissors {
border: 3px solid #000000;
}
* {
font-family: 'Dosis', sans-serif;
}
#answer, #bot, #winStatic, #winrate {
color: #333333;
font-size: 30px;
}
#buttonDiv {
height: 66px;
width: 150px;
background-color: #000000;
border-radius: 5em;
border: 2px solid #333333;
line-height: 40px;
font-size: 25px;
color: #333333;
font-family: 'Dosis', sans-serif;
}
#patch {
color: white;
background-color: #2c2c2c;
text-decoration: underline;
}