Newer
Older
EmailSender / style.css
0xRoM on 8 Sep 2023 310 bytes first commit
.hidden-textarea {
  display: none;
}
.resizable-iframe {
  resize: both;
  overflow: auto;
}
.btn-danger {
    margin-top: 30px;
}
body{
  background-color: #333;
  color: #ccc;
}
.wrapper{
  width: 65%;
  margin: auto;
}
.wrapper h1,.wrapper h2,.wrapper h3,.wrapper h4{ text-align:center; }