Restore Ruby's css.

This commit is contained in:
Pim Kunis 2019-07-14 11:56:20 +02:00
parent 29b952303a
commit b93d48920a
4 changed files with 46 additions and 136 deletions

41
ui/assets/css/ruby.css Normal file
View file

@ -0,0 +1,41 @@
body {
background-color: lightblue;
}
h1 {
font-size: 30px;
font-family: "Verdana", Verdana, sans-serif;
}
h2 {
font-size: 25px;
font-family: "Verdana", Verdana, sans-serif;
font-weight: normal;
}
p {
font-size: 20px;
font-family: "Verdana", Verdana, sans-serif;
}
#buttonwrap {
text-align: center;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
width: 70%;
height: 100px;
}
#hintbutton {
background-color: white;
font-size: 15px;
}