-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.css
96 lines (74 loc) · 1.08 KB
/
contact.css
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.presentation {
text-align: justify;
text-justify: inter-word;
}
.container-fluid{
background-color: white;
}
/*.belzebuthpicture {
border: 10px solid black;
}*/
#first {
margin-top:20px;
margin-right: 0px;
}
.about {
margin-top: 5px;
margin-bottom: 3px;
}
.abc {
border-left: 1px solid #444444 ;
}
/*.border-bottom {
border-bottom: 1px solid red;
}*/
ul {
list-style-type: none;
padding-left: 0;
}
.contactitle {
padding-top: 30px;
}
.submit {
background-color: orange;
border-color: orange;
}
.belzebuth {
/*font-family: 'Amatic SC', cursive;*/
font-size: 6vw;
letter-spacing: 4px;
}
.navbar-nav {
text-align: center;
}
.form-control {
height: 100px;
border: 10px solid black;
}
#exampleFormControlInput1 {
font-size: 1.5vw;
border: 1px solid #444444 ;
}
#exampleFormControlTextarea1 {
height: 8vw;
border: 1px solid #444444 ;
}
.textarea {
font-size: 1.5vw;
}
.shame {
margin-top: 35px;
text-align: center;
}
.submit {
height: 75px;
width: 200px;
font-size: 35px;
}
.fonts_title {
font-size: 30px;
font-weight: bold;
}
.fonts {
font-size: 15px;
}