-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
103 lines (89 loc) · 1.61 KB
/
Copy pathstyles.css
File metadata and controls
103 lines (89 loc) · 1.61 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/*CSS reset*/
body{
margin: 0px;
padding: 0px;
background: url('./assets/Car.jpeg');
background-size: cover;
height: 300px;
color: white;
}
.left{
display: inline-block;
position: absolute;
left: 34px;
top: 20px;
}
.mid{
display: block;
width: 698px;
margin: 20px auto;
}
.right{
display: inline-block;
position: absolute;
right: 34px;
top: 20px;
}
.navbar{
display: inline-block;
}
.navbar li{
display: inline-block;
padding-right: 78px;
}
.navbar li a{
text-decoration: none;
color: white;
font-size: 20px;
font-family: "Playfair Display", serif;
}
.navbar li a:hover, .navbar li a.active{
color: grey;
}
.left{
position: absolute;
top: 33px;
}
.left img{
display: block;
height: 179px;
width: 161px;
padding: 20px 20px;
margin: -65px -22px;
}
.btn{
margin: 0px 7px;
background-color: black;
color: white;
padding: 8px 19px;
font-size: 20px;
cursor: pointer;
border: 1px solid white;
border-radius: 30px;
}
.btn:hover{
background-color: rgb(126, 124, 124);
}
.container{
border: 2px solid white;
margin:132px 35px;
padding: 97px 16px;
border-radius: 20px;
width: 37%;
text-align: center;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
}
.form_group input{
display: block;
text-align: center;
margin: 8px auto;
width: 263px;
height: 38px;
}
.SubmitBtn{
border: 2px solid white;
border-radius: 5px;
background-color: black;
color: white;
width: 256px;
}