-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.css
123 lines (112 loc) · 1.81 KB
/
ContactUs.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.navbar {
margin-bottom: 0;
border-radius: 0;
opacity: 0.9;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding:40px;
}
/******logooo***********/
#logic{
height: 1.5em;
}
/*******fuuter*****/
#futer{
background-color: #404040;
/*background-color: #ff0000;*/
}
#ukras{
border-color: #7f8282;
border-width: 2vw;
margin-bottom: 0;
}
footer p{
color: white;
}
body{
padding-top: 70px;
}
span img{
height:2em;
width:2em;
}
footer span{
display: inline-block;
margin-right: 1em;
}
@media only screen and (max-width: 800px) {
.mali {
font-size: 6px;
}
}
@media screen and(max-width: 760px)
{
textarea{
width: 250px;
height: 40px;
}
}
@media screen and (min-width:767px) and (max-width: 1800px)
{
.kontakt > .FormaKontakt_dev
{
width: 350px;
float: left;
padding: 10px;
display: inline-block;
}
.kontakt > .pitanja_dev
{
padding: 10px;
display: inline-block;
}
}
/**Tabela za kontakt**/
label input{
width: 300px;
height: 40px;
}
label{
margin-bottom: 20px;
width: 100%;
margin-top: 5px;
}
.FormaKontakt{
width: 100%;
margin: auto;
float: left;
box-sizing: border-box;
}
table {
border-spacing: 5px;
border-collapse: separate;
}
td{
padding: 3px;
}
.kontakt{
width: 100%;
float:left;
box-sizing: border-box;
}
.pitanja{
box-sizing: border-box;
float: left;
}
input[type="text"],input[type="tel"],input[type="email"]{
border-radius: 10px;
text-indent: 5px;
}
textarea{
border-radius: 10px;
text-indent: 5px;
}
#dugme{
clear: left;
}
.upozorenje{
color: red;
display: none;
}