-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (84 loc) · 1.54 KB
/
style.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
body{
font-style: italic;
background: rgb(141, 128, 255);
}
.design{
background-image:url(bugatti.jpg);
height: 365px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.lets{
max-width: 450px;
border-radius: 400px;
margin: auto;
font-size:large;
font-style:italic;
text-align: center;
}
.lets2{
max-width: 450px;
border-radius: 400px;
margin: auto;
font-size:large;
font-style:italic;
text-align: center;
}
.contacts{
max-width: 350px;
border-radius: 400px;
margin: auto;
}
.header{
color:rgb(0, 0, 0);
padding: 20px;
font-size: 15px;
text-align: center;
margin-bottom: 10px;
}
.cont{
background-image:url(telephone.jpg);
height: 360px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.paragraph{
border-radius: 400px;
max-width: 450px;
margin: auto;
font-size:10px;
font-style:italic;
word-break: break-word;
margin:5px 20px;
}
.header2{
font-style:normal;
font-size: 12px;
}
.header3{
font-style:normal;
font-size: 12px;
}
.header4{
font-style:normal;
font-size: 12px;
}
.paragraph2{
max-width: 450px;
border-radius: 400px;
margin: auto;
font-size:10px;
font-style:italic;
}.paragraph3{
max-width: 950px;
border-radius: 800px;
margin: 1px 20px;
font-size:10px;
font-style:italic;
}
.p2{
font-style:normal;
color:blanchedalmond;
}