forked from tananntze/KUUUEEEH
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
81 lines (78 loc) · 1.66 KB
/
Copy pathmain.css
File metadata and controls
81 lines (78 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 2 Oct 2019, 10:50:54 AM
Author : Joel
*/
body{
font-family: "Garamond";
font-size: 100%;
background-color: white;
}
.header {
/*background-image: url("http://localhost/Contactus/img/bg2.jpg");*/
/* background-size: cover;
background-position: center;
position: relative;*/
background-color: #efdb0;
/* background-repeat: no-repeat;*/
}
.containercolor{
background-color: #efdb0;
}
.jumbotronbg{
background-image: url("http://localhost/Contactus/img/bg2.jpg");
background-size: cover;
color: whitesmoke;
text-shadow: 2px 4px 2px black;
}
.standardfont{
color: hsl(0,100%,0%);
font-family: Garamond;
}
.fontheader{
font-family: "Garamond";
text-align: center; font-weight: bold;
text-shadow: 2px 2px 2px black;
}
.subheader{
font-family: "Garamond";
text-align: left; font-weight: bold;
text-shadow: 2px 2px 2px black;}
.navbar{
margin-bottom: 0;
border-radius: 0;
color: black;
}
.description p{
color: #fff;
font-size: 1.3rem;
line-height:1.5;
}
.overlay {
position: absolute;
min-height: 100%;
min-width: 100%;
left: 0;
top: 0;
background: #efdeb0;
/*background: rgba(0, 0, 0, 0.6);*/
}
.form-control,
input {
border-radius: 10px;
padding: 15px 15px 15px 15px;
}
.btn {
background-color: #black;
border: 5px solid #black;
color: #fff;
margin-top: 20px;
}
.btn:hover {
background-color: #333;
border: 5px solid #333;
}