Skip to content
Snippets Groups Projects
index.css 796 B
Newer Older
Viivi Nevalainen's avatar
Viivi Nevalainen committed
.info {
    color: green;
    background: lightgrey;
    font-size: 15px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.error {
    color: red;
    background: lightgrey;
    font-size: 15px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
  }
li {
    color: gray;
    font-style: italic;
}
.button1 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
  }

  .button2 {
    background-color: red;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
  }
.div1 {
    border-style: groove;
    border-width: 1px;
}