-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
113 lines (97 loc) · 1.95 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
background: url(https://wallpaperaccess.com/full/2314983.jpg);
/* background: url("/assets/youridea-23d18c0fab7feb4d66e4c1dbc419428c71b2014ff742fc52b4006f6b65af6b67.jpg"); */
background-size: cover;
}
/* body{
padding-top: 0px;
padding-bottom: 400px;
text-align: center;
background: url("/assets/youridea-23d18c0fab7feb4d66e4c1dbc419428c71b2014ff742fc52b4006f6b65af6b67.jpg") no-repeat center center;
background-size: cover;
} */
#contactdiv>div>p{
margin:auto;
/* border:1px solid red; */
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
#contactdiv{
/* padding: 30px; */
margin: auto;
/* position:absolute; */
width: 40%;
padding: 40px;
text-align: center;
left: 30%;
/* border:1px solid red */
}
#contactdiv>label{
/* margin:auto; */
/* border: 1px solid red; */
padding:20px
}
#contactdiv>input{
width:80%;
height:30px;
}
#contactdiv>#Message
{
height:50px
}
#contactdiv>#sendmessage{
width:auto;
border-radius: 5px;
border: 0;
background-color:#5cb85c;
color:white;
}
#contactdiv>#sendmessage:hover{
background-color: green;
}
/* footer */
#footer{
margin-top:105px;
background-color:rgb(227, 243, 238);
display: flex;
width:100%;
/* border:1px solid red */
}
#f-logo{
width:20%;
margin-left:15px;
margin-top:20px;
}
#f-logo>img{
width:100%;
}
#content{
width:40%;
margin-left:15px;
font-family: arial;
font-size:15px;
}
#left{
border-right:solid 1px rgb(100, 98, 98);
width:60%;
margin-bottom:25px;
margin-top:25px;
margin-left:25px;
}
#right{
margin-left:45px;
margin-top:25px;
}
#right a{
font-family: arial;
font-size:15px;
text-decoration: none;
}
@media all and (max-width: 750px) and (min-width:300px) {
#container{grid-template-columns:repeat(2,1fr);}
.sub{display:none;}
}
#navbar{
position: relative;
}