diff --git a/forms.html b/forms.html index 7854dd4..3ca36b3 100644 --- a/forms.html +++ b/forms.html @@ -14,86 +14,14 @@ body { - background-image: url('https://files.libcom.org/files/images/library/anarchists.jpg'); - background-repeat: no-repeat; - background-attachment: fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - min-height: 100vh; - display: flex; - flex-direction: column; + background-color: #F5F5F5; + font-family: Copperplate; } footer{ margin-top: auto; } -.h-divider{ - margin-left: auto; - margin-right: auto; - height:1px; - width:80%; - border-top:1px solid gray; -} - -@media (min-width: 768px) { - .row.equal { - display: flex; - flex-wrap: wrap; - } -} - -.inherit_height -{ - width:inherit; - height:100%; -} - -.rgba-gradient { - background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 100%); -} - -.rgba-gradient:hover { - background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) 100%); -} - -.card { - background-color: rgba(42, 42, 42, 0.2); -} - -.md-form label { - color: #ffffff; -} - -h6 { - line-height: 1.7; -} - -label { - color: #000000; -} - -input { - color: #000000; -} - -.black-background {background-color:#ffffff;} -.white {color:#ffffff;} -.black {color:#000000;} - - -.about white { - color: white; - font-size: 14px; -} - -.a { - text-decoration:none; - color:red; -} -
@@ -104,8 +32,8 @@ input {